You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
recyclarr/schemas/config/trash-ids.json

12 lines
350 B

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/config/trash-ids.json",
"type": "array",
"description": "A list of one or more Trash IDs taken from the Trash Guide JSON files.",
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "string"
}
}