Skip to content

Commit

Permalink
update schema to accommodate the changes made in wp_register_font_col…
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Feb 23, 2024
1 parent d1e4353 commit ffe4d5e
Showing 1 changed file with 0 additions and 25 deletions.
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

0 comments on commit ffe4d5e

Please sign in to comment.