Skip to content

Commit

Permalink
custom_signatures.schema - add requirement for either bof or eof prop…
Browse files Browse the repository at this point in the history
…erty to be set
  • Loading branch information
MatteoCampinoti94 committed Nov 8, 2023
1 parent 46c27bf commit 3b29c10
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions custom_signatures.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@
"operator"
]
},
"else": {
"oneOf": [
{
"required": [
"bof"
]
},
{
"required": [
"eof"
]
}
]
},
"properties": {
"bof": {
"type": "string"
Expand Down

0 comments on commit 3b29c10

Please sign in to comment.