Skip to content

Commit b07c8b9

Browse files
committed
Disallow additional properties on video 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 #1173. Resolves #1173.
1 parent f8215e3 commit b07c8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.schemas/video.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"title",
145145
"videos"
146146
],
147+
"additionalProperties": false,
147148
"title":"Video",
148149
"type":"object"
149150
}

0 commit comments

Comments
 (0)