We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2c271 commit 841754eCopy full SHA for 841754e
schemas/2.0.0.json
@@ -639,10 +639,14 @@
639
},
640
"headers": {
641
"allOf": [
642
- { "$ref": "#/definitions/schema" },
643
- {
+ {
+ "$ref": "#/definitions/schema"
644
+ },
645
646
"properties": {
- "type": { "const": "object" }
647
+ "type": {
648
+ "const": "object"
649
+ }
650
}
651
652
]
@@ -691,7 +695,14 @@
691
695
"examples": {
692
696
"type": "array",
693
697
"items": {
694
- "type": "object"
698
+ "type": "object",
699
+ "additionalProperties": false,
700
+ "properties": {
701
+ "headers": {
702
+ "type": "object"
703
704
+ "payload": {}
705
706
707
708
"bindings": {
0 commit comments