Skip to content

Commit

Permalink
Reformat JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jun 17, 2024
1 parent 9c993ad commit fdbe40e
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,9 @@
"$id": "time_spine_schema",
"additionalProperties": false,
"properties": {
"name": {"type": "string"},
"node_relation": {"$ref": "node_relation_schema"},
"base_column": {"type": "string"},
"base_column": {
"type": "string"
},
"base_granularity": {
"enum": [
"NANOSECOND",
Expand All @@ -712,6 +712,12 @@
"quarter",
"year"
]
},
"name": {
"type": "string"
},
"node_relation": {
"$ref": "#/definitions/node_relation_schema"
}
},
"required": [
Expand Down

0 comments on commit fdbe40e

Please sign in to comment.