diff --git a/packages/@ourworldindata/grapher/src/schema/grapher-schema.006.yaml b/packages/@ourworldindata/grapher/src/schema/grapher-schema.006.yaml index 18cc124752..0935a544a0 100644 --- a/packages/@ourworldindata/grapher/src/schema/grapher-schema.006.yaml +++ b/packages/@ourworldindata/grapher/src/schema/grapher-schema.006.yaml @@ -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: