Skip to content

Commit

Permalink
do not use anyOf for objects
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewBoyles authored and angusfretwell committed Dec 12, 2024
1 parent f7d0a6d commit 2fbbfc1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,8 @@
"type": "object",
"properties": {
"paths": {
"anyOf": {
"type": "array",
"items": { "type": "string" }
}
"type": "array",
"items": { "type": "string" }
},
"size": {
"type": "string",
Expand Down

0 comments on commit 2fbbfc1

Please sign in to comment.