We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8be9d commit a97ec84Copy full SHA for a97ec84
schemas/v0.16.0/mockrequestplugin.schema.json
@@ -30,11 +30,28 @@
30
},
31
"body": {
32
"type": "object"
33
+ },
34
+ "headers": {
35
+ "type": "array",
36
+ "items": {
37
+ "type": "object",
38
+ "properties": {
39
+ "name": {
40
+ "type": "string"
41
42
+ "value": {
43
44
+ }
45
46
+ "required": [
47
+ "name",
48
+ "value"
49
+ ]
50
51
}
52
53
"required": [
- "url",
- "method"
54
+ "url"
55
]
56
57
0 commit comments