Skip to content

Commit

Permalink
deploy: c278fa8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonblower committed Jun 22, 2022
1 parent 61d871c commit 7b4ba83
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,15 @@
"description": "Temporal reference system",
"properties": {
"calendar": {
"type": "string"
"type": "string",
"oneOf": [
{
"const": "Gregorian"
},
{
"pattern": "^https?://"
}
]
},
"timeScale": {
"type": "string"
Expand Down

0 comments on commit 7b4ba83

Please sign in to comment.