Skip to content

Commit

Permalink
fileformats.schema - disallow empty PUID keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 3, 2023
1 parent 9604b23 commit eca4cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fileformats.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "actions",
"type": "object",
"additionalProperties": false,
"patternProperties": {
".*": {
".+": {
"type": "object",
"required": [
"name",
Expand Down

0 comments on commit eca4cc1

Please sign in to comment.