Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Dec 20, 2023
1 parent 63b6982 commit 975d1b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/bashly.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@
}
}
},
"patternProperties": {
"^x_.": {
"title": "custom property",
"description": "A custom property of any type",
"examples": [
"Anything"
]
}
},
"additionalProperties": false
},
"flag": {
Expand Down
1 change: 1 addition & 0 deletions schemas/src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ definitions:
properties:
repeatable:
const: true
<<: *custom-properties
additionalProperties: false
flag:
title: flag
Expand Down

0 comments on commit 975d1b4

Please sign in to comment.