Skip to content

Commit fbfb852

Browse files
committed
Less confusing name for example
...and fix inconsistency in the example name. Oops.
1 parent 61a7747 commit fbfb852

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,13 +1353,13 @@
13531353
"https://json-schema.org/draft/2019-08/vocab/core": true,
13541354
"https://json-schema.org/draft/2019-08/vocab/applicator": true,
13551355
"https://json-schema.org/draft/2019-08/vocab/validation": true,
1356-
"https://example.com/vocab/core-app-example": true
1356+
"https://example.com/vocab/example-vocab": true
13571357
},
13581358
"allOf": [
13591359
{"$ref": "https://json-schema.org/draft/2019-08/meta/core"},
13601360
{"$ref": "https://json-schema.org/draft/2019-08/meta/applicator"},
13611361
{"$ref": "https://json-schema.org/draft/2019-08/meta/validation"},
1362-
{"$ref": "https://example.com/meta/core-app-example-vocab",
1362+
{"$ref": "https://example.com/meta/example-vocab",
13631363
],
13641364
"patternProperties": {
13651365
"^unevaluated.*$": false
@@ -1382,10 +1382,10 @@
13821382
<![CDATA[
13831383
{
13841384
"$schema": "https://json-schema.org/draft/2019-08/schema",
1385-
"$id": "https://example.com/meta/core-app-example-vocab",
1385+
"$id": "https://example.com/meta/example-vocab",
13861386
"$recursiveAnchor": true,
13871387
"$vocabulary": {
1388-
"https://example.com/vocab/core-app-example": true,
1388+
"https://example.com/vocab/example-vocab": true,
13891389
},
13901390
"type": ["object", "boolean"],
13911391
"properties": {

0 commit comments

Comments
 (0)