Skip to content

Commit 06dec09

Browse files
committed
Reverse incorrect "propertyNames" change
But keep "contains" which really was missing.
1 parent 39fbcb2 commit 06dec09

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
@@ -96,10 +96,7 @@
9696
"not": { "$ref": "#" },
9797

9898
"contains": { "$ref": "#" },
99-
"propertyNames": {
100-
"type": "object",
101-
"additionalProperties": { "$ref": "#" }
102-
},
99+
"propertyNames": { "$ref": "#" },
103100
"base": {
104101
"description": "URI Template resolved as for the 'href' keyword in the Link Description Object. The resulting URI Reference is resolved against the current URI base and sets the new URI base for URI references within the instance.",
105102
"type": "string"

schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,7 @@
126126
]
127127
}
128128
},
129-
"propertyNames": {
130-
"type": "object",
131-
"additionalProperties": { "$ref": "#" }
132-
},
129+
"propertyNames": { "$ref": "#" },
133130
"const": {},
134131
"enum": {
135132
"type": "array",

0 commit comments

Comments
 (0)