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.
2 parents c46c7da + af3cf2d commit 7d7efcaCopy full SHA for 7d7efca
hyper-schema.json
@@ -51,10 +51,7 @@
51
"oneOf": { "$ref": "#/$defs/schemaArray" },
52
"not": { "$ref": "#" },
53
"contains": { "$ref": "#" },
54
- "propertyNames": {
55
- "type": "object",
56
- "additionalProperties": { "$ref": "#" }
57
- },
+ "propertyNames": { "$ref": "#" },
58
"base": {
59
"type": "string",
60
"format": "uri-template"
schema.json
@@ -140,10 +140,7 @@
140
]
141
}
142
},
143
144
145
146
147
"const": true,
148
"enum": {
149
"type": "array",
0 commit comments