mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 10:58:28 +01:00
add replaces to schema.json
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"replaces": {
|
||||
"type": "array",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user