Skip to content

Commit

Permalink
✨ update schema processor columns
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Sep 2, 2024
1 parent 3c589f8 commit 9c7c0d5
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions devTools/schemaProcessor/columns.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
{
"type": "string",
"pointer": "/map/colorScale/baseColorScheme",
"default": "default",
"editor": "dropdown",
"enumOptions": [
"YlGn",
Expand Down Expand Up @@ -156,7 +155,6 @@
{
"type": "integer",
"pointer": "/map/timeTolerance",
"default": 0,
"editor": "numeric"
},
{
Expand Down Expand Up @@ -195,7 +193,6 @@
{
"type": "string",
"pointer": "/baseColorScheme",
"default": "default",
"editor": "textfield"
},
{
Expand Down Expand Up @@ -303,7 +300,6 @@
{
"type": "string",
"pointer": "/colorScale/baseColorScheme",
"default": "default",
"editor": "dropdown",
"enumOptions": [
"YlGn",
Expand Down Expand Up @@ -434,7 +430,6 @@
{
"type": "boolean",
"pointer": "/isPublished",
"default": false,
"editor": "checkbox"
},
{
Expand Down Expand Up @@ -471,7 +466,6 @@
{
"type": "integer",
"pointer": "/version",
"default": 1,
"editor": "numeric"
},
{
Expand Down Expand Up @@ -583,17 +577,20 @@
{
"type": "integer",
"pointer": "/dimensions/0/display/numDecimalPlaces",
"editor": "numeric"
"editor": "numeric",
"default": 2
},
{
"type": "integer",
"pointer": "/dimensions/0/display/numSignificantFigures",
"editor": "numeric"
"editor": "numeric",
"default": 3
},
{
"type": "string",
"pointer": "/dimensions/0/display/zeroDay",
"editor": "textfield"
"editor": "textfield",
"default": "2020-01-21"
},
{
"type": "integer",
Expand Down Expand Up @@ -801,7 +798,7 @@
{
"type": "string",
"pointer": "/entityTypePlural",
"default": "countries or regions",
"default": "countries and regions",
"editor": "textfield"
}
]

0 comments on commit 9c7c0d5

Please sign in to comment.