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 9f00110 commit aad353aCopy full SHA for aad353a
tests/samples.schema.json
@@ -42,24 +42,22 @@
42
},
43
"headers": {
44
"type": "array",
45
- "items": [
46
- {
47
- "type": "object",
48
- "properties": {
49
- "name": {
50
- "type": "string"
51
- },
52
- "value": {
53
54
- }
+ "items": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "type": "string"
55
56
- "additionalProperties": false,
57
- "required": [
58
- "name",
59
- "value"
60
- ]
61
62
+ "value": {
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "name",
+ "value"
+ ]
63
64
"skipTest": {
65
"type": "boolean"
0 commit comments