Skip to content

Commit b9f14e6

Browse files
committed
Fix $schema in new new test
1 parent 3d5048e commit b9f14e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/draft2019-09/additionalProperties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
{
157157
"description": "additionalProperties with propertyNames",
158158
"schema": {
159-
"$schema": "https://json-schema.org/draft/next/schema",
159+
"$schema": "https://json-schema.org/draft/2019-09/schema",
160160
"propertyNames": {
161161
"maxLength": 5
162162
},

0 commit comments

Comments
 (0)