1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-09 15:02:58 +01:00

[schema] category-ids update

This commit is contained in:
Daniel Khamsing 2016-08-25 07:54:34 -07:00
parent 57e43e230b
commit b067d43bd1

8
.github/schema.json vendored
View File

@ -65,10 +65,10 @@
"description": "The official title of the project.", "description": "The official title of the project.",
"type": "string" "type": "string"
}, },
"category": { "category-ids": {
"title": "Project Category", "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.", "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": ["string", "array"], "type": ["array"],
"items": { "items": {
"type": "string" "type": "string"
} }
@ -157,7 +157,7 @@
"type": "array" "type": "array"
} }
}, },
"required": ["title", "category", "source"], "required": ["title", "category-ids", "source"],
"additionalProperties": false "additionalProperties": false
} }
} }