Skip to content

Commit

Permalink
Merge pull request #2823 from owid/schema-allow-earliest-in-map-time
Browse files Browse the repository at this point in the history
🔨 fix schema, allow "earliest" for .map.time
  • Loading branch information
danyx23 authored Oct 23, 2023
2 parents 1ce88ec + 567abc6 commit cbceca1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
Expand Down

0 comments on commit cbceca1

Please sign in to comment.