Skip to content

Commit 5cb4a1e

Browse files
committed
Disallow additional properties on category schema
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.
1 parent 0a8a16e commit 5cb4a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.schemas/category.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"required":[
3333
"title"
3434
],
35+
"additionalProperties": false,
3536
"title":"Video",
3637
"type":"object"
3738
}

0 commit comments

Comments
 (0)