Skip to content

Commit

Permalink
Disallow additional properties on video 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 #1173.

Resolves #1173.
  • Loading branch information
jonafato committed Aug 13, 2024
1 parent ff3f25c commit 58847ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .schemas/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"title",
"videos"
],
"additionalProperties": false,
"title":"Video",
"type":"object"
}

0 comments on commit 58847ff

Please sign in to comment.