change lang to array

This commit is contained in:
Collin M. Barrett 2016-12-17 10:56:29 -06:00
parent 5d352555c0
commit eda0feb4ba
3 changed files with 15 additions and 3 deletions

View file

@ -13,7 +13,11 @@
},
"lang": {
"description": "Comma-separated list of ISO 639-1 codes targeted by the list.",
"type": "string"
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"descr": {
"description": "A brief description of the list's functionality. Preferably, this is quoted (includes translation to English via translator or Google Translate) from the list's documentation or composed by a maintainer of the list. If neither are available, a generic description should be composed by the FilterLists contributer.",

View file

@ -14,7 +14,11 @@
},
"lang": {
"description": "Comma-separated list of ISO 639-1 codes targeted by the list.",
"type": "string"
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"descr": {
"description": "A brief description of the list's functionality. Preferably, this is quoted (includes translation to English via translator or Google Translate) from the list's documentation or composed by a maintainer of the list. If neither are available, a generic description should be composed by the FilterLists contributer.",

View file

@ -13,7 +13,11 @@
},
"lang": {
"description": "Comma-separated list of ISO 639-1 codes targeted by the list.",
"type": "string"
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"descr": {
"description": "A brief description of the list's functionality. Preferably, this is quoted (includes translation to English via translator or Google Translate) from the list's documentation or composed by a maintainer of the list. If neither are available, a generic description should be composed by the FilterLists contributer.",