Skip to content

Commit 3f1df3f

Browse files
committed
OAD schema 'parameter object' + in: querystring drop not+required subschema
This subschema would only forbid the presence of all four properties, rather than any of them, but it is superfluous as these properties are caught by `unevaluatedProperties: false`.
1 parent 1328ee8 commit 3f1df3f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/schemas/validation/schema.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,6 @@ $defs:
392392
then:
393393
required:
394394
- content
395-
not:
396-
required:
397-
- schema
398-
- style
399-
- explode
400-
- allowReserved
401395
dependentSchemas:
402396
schema:
403397
properties:

0 commit comments

Comments
 (0)