|
1353 | 1353 | "https://json-schema.org/draft/2019-08/vocab/core": true,
|
1354 | 1354 | "https://json-schema.org/draft/2019-08/vocab/applicator": true,
|
1355 | 1355 | "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 |
1357 | 1357 | },
|
1358 | 1358 | "allOf": [
|
1359 | 1359 | {"$ref": "https://json-schema.org/draft/2019-08/meta/core"},
|
1360 | 1360 | {"$ref": "https://json-schema.org/draft/2019-08/meta/applicator"},
|
1361 | 1361 | {"$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", |
1363 | 1363 | ],
|
1364 | 1364 | "patternProperties": {
|
1365 | 1365 | "^unevaluated.*$": false
|
|
1382 | 1382 | <![CDATA[
|
1383 | 1383 | {
|
1384 | 1384 | "$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", |
1386 | 1386 | "$recursiveAnchor": true,
|
1387 | 1387 | "$vocabulary": {
|
1388 | | - "https://example.com/vocab/core-app-example": true, |
| 1388 | + "https://example.com/vocab/example-vocab": true, |
1389 | 1389 | },
|
1390 | 1390 | "type": ["object", "boolean"],
|
1391 | 1391 | "properties": {
|
|
0 commit comments