Skip to content

Commit

Permalink
removing version from schema because we won't be using that data (Wor…
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto authored Jan 19, 2024
1 parent 1a750cf commit 4df52ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions schemas/json/font-collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"description": "JSON schema URI for font-collection.json.",
"type": "string"
},
"version": {
"description": "Version of font-collection.json schema to use.",
"type": "integer",
"enum": [ 1 ]
},
"font_families": {
"type": "array",
"description": "Array of font families ready to be installed",
Expand Down Expand Up @@ -55,5 +50,5 @@
}
},
"additionalProperties": false,
"required": [ "$schema", "version", "font_families" ]
"required": [ "$schema", "font_families" ]
}

0 comments on commit 4df52ea

Please sign in to comment.