mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
change lang to array
This commit is contained in:
parent
5d352555c0
commit
eda0feb4ba
3 changed files with 15 additions and 3 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue