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 a0eb50b
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 @@ -818,6 +831,12 @@
},
"primary_column": {
"$ref": "#/definitions/time_spine_primary_column_schema"
},
"custom_granularity_columns": {
"items": {
"$ref": "#/definitions/custom_granularity_column_schema"
},
"type": "array"
}
},
"required": [
Expand Down

0 comments on commit a0eb50b

Please sign in to comment.