From 567abc6fad86132c47a901e74478e3edda074e34 Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Mon, 23 Oct 2023 09:50:53 +0200 Subject: [PATCH] :hammer: fix schema, allow "earliest" for .map.time --- .../@ourworldindata/grapher/src/schema/grapher-schema.003.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@ourworldindata/grapher/src/schema/grapher-schema.003.yaml b/packages/@ourworldindata/grapher/src/schema/grapher-schema.003.yaml index a91bb5ab75a..3f1b0c31fe2 100644 --- a/packages/@ourworldindata/grapher/src/schema/grapher-schema.003.yaml +++ b/packages/@ourworldindata/grapher/src/schema/grapher-schema.003.yaml @@ -258,6 +258,7 @@ properties: - type: string enum: - latest + - earliest columnSlug: # TODO: remove this once we have a convention of using the first y dimension instead description: "Column to show in the map tab. Can be a column slug (e.g. in explorers) or a variable ID (as string)."