Skip to content

Commit

Permalink
🔨 update grapher schema to trigger upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Jan 14, 2025
1 parent 61b3820 commit 5078e1c
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ properties:
description: Url of the concrete schema version to use to validate this document
format: uri
default: "https://files.ourworldindata.org/schemas/grapher-schema.006.json"
# for now, we only validate configs in our database using this schema.
# since we expect all configs in our database to be valid against the latest schema,
# we restrict the $schema field to a single value, the latest schema version.
# if we ever need to validate configs against multiple schema versions,
# We restrict the $schema field to a single value since we expect all
# configs in our database to be valid against the latest schema.
# If we ever need to validate configs against multiple schema versions,
# we can remove this constraint.
const: "https://files.ourworldindata.org/schemas/grapher-schema.006.json"
id:
Expand Down

0 comments on commit 5078e1c

Please sign in to comment.