mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-23 21:34:39 +03:00
[schema] category-ids update
This commit is contained in:
parent
57e43e230b
commit
b067d43bd1
8
.github/schema.json
vendored
8
.github/schema.json
vendored
@ -65,10 +65,10 @@
|
||||
"description": "The official title of the project.",
|
||||
"type": "string"
|
||||
},
|
||||
"category": {
|
||||
"category-ids": {
|
||||
"title": "Project Category",
|
||||
"description": "The category or list of categories that the project falls under. If it is a list, the categories should be ordered from most to least relevant/applicable to the project.",
|
||||
"type": ["string", "array"],
|
||||
"description": "The list of categories that the project falls under. If it is a list, the categories should be ordered from most to least relevant/applicable to the project.",
|
||||
"type": ["array"],
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@ -157,7 +157,7 @@
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"required": ["title", "category", "source"],
|
||||
"required": ["title", "category-ids", "source"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user