Skip to content

Commit

Permalink
feat: Fix strict ajv warnings in film extension
Browse files Browse the repository at this point in the history
See <https://ajv.js.org/strict-mode.html>.

These are the last warnings in our schemas - see `npx ospec 2> >(grep
--fixed-strings --invert-match --regex='stac-extensions.github.io'
--regex=schemas.stacspec.org >&2)`.
  • Loading branch information
l0b0 committed Nov 22, 2021
1 parent 5ba247a commit 71cdb55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/film/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"properties": {
"allOf": [
{
"type": "object",
"required": ["film:id", "film:negative_sequence"]
},
{
Expand Down

0 comments on commit 71cdb55

Please sign in to comment.