We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43828fe commit 5273e0dCopy full SHA for 5273e0d
tests/draft2020-12/unevaluatedProperties.json
@@ -127,7 +127,7 @@
127
]
128
},
129
{
130
- "description": "unevaluatedProperties with adjacent additionalProperties",
+ "description": "unevaluatedProperties with adjacent bool additionalProperties",
131
"schema": {
132
"$schema": "https://json-schema.org/draft/2020-12/schema",
133
"additionalProperties": true,
@@ -152,7 +152,7 @@
152
153
154
155
- "description": "unevaluatedProperties with non-bool additionalProperties",
+ "description": "unevaluatedProperties with adjacent non-bool additionalProperties",
156
157
158
"additionalProperties": { "type": "string" },
0 commit comments