Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions schemas/json/font-collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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,
Expand Down