1
0
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:
Servarr
2024-06-18 17:27:52 +03:00
committed by Bogdan
parent f0d29b002e
commit d0fc48a19b

View File

@@ -9,6 +9,13 @@
"id": {
"type": "string"
},
"replaces": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},