diff --git a/schemas/json/font-collection.json b/schemas/json/font-collection.json index 1ed152e1a9990e..627fdf978c0501 100644 --- a/schemas/json/font-collection.json +++ b/schemas/json/font-collection.json @@ -100,14 +100,6 @@ "description": "JSON schema URI for font-collection.json.", "type": "string" }, - "name": { - "type": "string", - "description": "Name of the font collection." - }, - "description": { - "type": "string", - "description": "Description of the font collection." - }, "font_families": { "type": "array", "description": "Array of font families ready to be installed.", @@ -159,23 +151,6 @@ "required": [ "font_family_settings" ], "additionalProperties": false } - }, - "categories": { - "type": "array", - "description": "Array of category objects.", - "items": { - "type": "object", - "properties": { - "slug": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ "slug", "name" ], - "additionalProperties": false - } } }, "additionalProperties": false,