Skip to content

Commit

Permalink
fileformats.schema - stricter pattern matching of PUID keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 3, 2023
1 parent eca4cc1 commit 1713ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileformats.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"additionalProperties": false,
"patternProperties": {
".+": {
"^[a-zA-Z0-9_/-]+$": {
"type": "object",
"required": [
"name",
Expand Down

0 comments on commit 1713ed6

Please sign in to comment.