Skip to content

Commit

Permalink
Updating patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 committed Sep 20, 2024
1 parent 7d7fc2b commit 633850a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
},
"cmip6:data_specs_version": {
"type": "string",
"pattern": "^[[:digit:]]\\{2,2\\}\\.[[:digit:]]\\{2,2\\}\\.[[:digit:]]\\{2,2\\}$"
"pattern": "^[0-9]{2,2}\\.[0-9]{2,2}\\.[0-9]{2,2}$"
},
"cmip6:experiment": {
"type": "string",
Expand Down Expand Up @@ -1349,7 +1349,7 @@
},
"cmip6:variant_label": {
"type": "string",
"pattern": "r[[:digit:]]\\{1,\\}i[[:digit:]]\\{1,\\}p[[:digit:]]\\{1,\\}f[[:digit:]]\\{1,\\}$"
"pattern": "r[0-9]{1,}i[0-9]{1,}p[0-9]{1,}f[0-9]{1,}$"
}
},
"patternProperties": {
Expand Down

0 comments on commit 633850a

Please sign in to comment.