diff --git a/.github/schema.json b/.github/schema.json index 59cf5c4b..f77ecf00 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -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 } }