Skip to content

Commit

Permalink
revert 2.0 timerange schema changes (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Jul 22, 2024
1 parent 6c8482f commit 14c04ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/static/schemas/2.0/chart.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"range": {
"$ref": "timeRange.schema.json#"
"$ref": "timerange.schema.json#"
},
"style": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion website/static/schemas/2.0/timerange.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://fdc3.finos.org/schemas/2.0/timeRange.schema.json",
"$id": "https://fdc3.finos.org/schemas/2.0/timerange.schema.json",
"type": "object",
"title": "TimeRange",
"allOf": [{ "$ref": "context.schema.json#" }],
Expand Down

0 comments on commit 14c04ab

Please sign in to comment.