Skip to content

Commit

Permalink
Fix anyOf definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler authored May 5, 2024
1 parent 3a7fa26 commit f2282c8
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions 15-draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1192,12 +1192,16 @@
},

"anyOf": [
"required": [
"endpoint"
],
"required": [
"website"
]
{
"required": [
"endpoint"
]
},
{
"required": [
"website"
]
}
]
}
}
Expand Down

0 comments on commit f2282c8

Please sign in to comment.