Skip to content

Commit

Permalink
Disallow additional properties on category schema
Browse files Browse the repository at this point in the history
The intent of this change is to update the schema without any test
failures. This means that other changes that affect the data should
happen independently from the pull request associated with this commit,
and it should be kept up to date and merged once the schema tests pass.
To contribute to this change, open PRs that would correct any data that
does not conform to the JSON schema. Discussion regarding other schema
updates should happen in the associated issue at #1171.

Resolves #1171.
  • Loading branch information
jonafato committed Jul 28, 2024
1 parent 65ed541 commit 574bf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .schemas/category.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"required":[
"title"
],
"additionalProperties": false,
"title":"Video",
"type":"object"
}

0 comments on commit 574bf3a

Please sign in to comment.