From 5078e1c4692d0e42ceb045e4d3c62dfff7386795 Mon Sep 17 00:00:00 2001 From: Sophia Mersmann Date: Tue, 14 Jan 2025 08:58:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20update=20grapher=20schema=20to?= =?UTF-8?q?=20trigger=20upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../grapher/src/schema/grapher-schema.006.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: