Skip to content

Commit

Permalink
Move subschemas to separate folder (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochuk authored Jun 24, 2024
1 parent c537561 commit 0fa0bd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pa.yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "object",
"properties": {
"Control": {
"$ref": "control-type-schema.json#"
"$ref": "subschemas/control-type-schema.json"
},
"Variant": {
"description": "The variant of the control",
Expand All @@ -40,7 +40,7 @@
"Settings": { "type": "object" },
"Style": { "type": "string" },
"Properties": {
"$ref": "control-property-schema.json#"
"$ref": "subschemas/control-property-schema.json"
},
"CustomProperties": {
"type": "array"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0fa0bd8

Please sign in to comment.