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 5668d39 commit da318f9Copy full SHA for da318f9
hyper-schema.json
@@ -47,10 +47,7 @@
47
"oneOf": { "$ref": "#/definitions/schemaArray" },
48
"not": { "$ref": "#" },
49
"contains": { "$ref": "#" },
50
- "propertyNames": {
51
- "type": "object",
52
- "additionalProperties": { "$ref": "#" }
53
- },
+ "propertyNames": { "$ref": "#" },
54
"base": {
55
"type": "string",
56
"format": "uri-template"
schema.json
@@ -134,10 +134,7 @@
134
]
135
}
136
},
137
138
139
140
141
"const": true,
142
"enum": {
143
"type": "array",
0 commit comments