Skip to content

Commit

Permalink
Update default schema too
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Aug 29, 2024
1 parent cde7020 commit b73015d
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@
"required": [],
"type": "object"
},
"custom_granularity_column_schema": {
"$id": "custom_granularity_column_schema",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"dimension_schema": {
"$id": "dimension_schema",
"additionalProperties": false,
Expand Down Expand Up @@ -813,6 +826,12 @@
"$id": "time_spine_schema",
"additionalProperties": false,
"properties": {
"custom_granularity_columns": {
"items": {
"$ref": "#/definitions/custom_granularity_column_schema"
},
"type": "array"
},
"node_relation": {
"$ref": "#/definitions/node_relation_schema"
},
Expand Down

0 comments on commit b73015d

Please sign in to comment.