Skip to content

Commit

Permalink
fileformats.schema - use definition to hold action schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 17, 2023
1 parent 8101f79 commit 076be53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fileformats.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9_/-]+$": {
"$ref": "#/definitions/action"
}
},
"definitions": {
"action": {
"description": "An Action object.",
"type": "object",
"required": [
Expand Down

0 comments on commit 076be53

Please sign in to comment.