We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc8292 commit f6f9ab3Copy full SHA for f6f9ab3
schemas/v3.1/schema.json
@@ -820,6 +820,7 @@
820
"$ref": "#/$defs/response-or-reference"
821
}
822
},
823
+ "minProperties": 1,
824
"$ref": "#/$defs/specification-extensions",
825
"unevaluatedProperties": false
826
schemas/v3.1/schema.yaml
@@ -557,6 +557,7 @@ $defs:
557
patternProperties:
558
'^[1-5](?:[0-9]{2}|XX)$':
559
$ref: '#/$defs/response-or-reference'
560
+ minProperties: 1
561
$ref: '#/$defs/specification-extensions'
562
unevaluatedProperties: false
563
0 commit comments