Skip to content

Commit da318f9

Browse files
committed
Undo incorrect "propertyNames" change
But leave the other minor formatting improvements
1 parent 5668d39 commit da318f9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

hyper-schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747
"oneOf": { "$ref": "#/definitions/schemaArray" },
4848
"not": { "$ref": "#" },
4949
"contains": { "$ref": "#" },
50-
"propertyNames": {
51-
"type": "object",
52-
"additionalProperties": { "$ref": "#" }
53-
},
50+
"propertyNames": { "$ref": "#" },
5451
"base": {
5552
"type": "string",
5653
"format": "uri-template"

schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@
134134
]
135135
}
136136
},
137-
"propertyNames": {
138-
"type": "object",
139-
"additionalProperties": { "$ref": "#" }
140-
},
137+
"propertyNames": { "$ref": "#" },
141138
"const": true,
142139
"enum": {
143140
"type": "array",

0 commit comments

Comments
 (0)