|
5 | 5 | "errors": [
|
6 | 6 | {
|
7 | 7 | "valid": true,
|
8 |
| - "keywordLocation": "#/definitions", |
| 8 | + "keywordLocation": "#/$defs", |
9 | 9 | "instanceLocation": "#"
|
10 | 10 | },
|
11 | 11 | {
|
|
29 | 29 | "valid": true,
|
30 | 30 | "keywordLocation": "#/items/$ref",
|
31 | 31 | "absoluteKeywordLocation":
|
32 |
| - "https://example.com/polygon#/definitions/point", |
| 32 | + "https://example.com/polygon#/$defs/point", |
33 | 33 | "instanceLocation": "#/0",
|
34 | 34 | "annotations": [
|
35 | 35 | {
|
36 | 36 | "valid": true,
|
37 | 37 | "keywordLocation": "#/items/$ref/type",
|
38 | 38 | "absoluteKeywordLocation":
|
39 |
| - "https://example.com/polygon#/definitions/point/type", |
| 39 | + "https://example.com/polygon#/$defs/point/type", |
40 | 40 | "instanceLocation": "#/0"
|
41 | 41 | },
|
42 | 42 | {
|
43 | 43 | "valid": true,
|
44 | 44 | "keywordLocation": "#/items/$ref/properties",
|
45 | 45 | "absoluteKeywordLocation":
|
46 |
| - "https://example.com/polygon#/definitions/point/properties", |
| 46 | + "https://example.com/polygon#/$defs/point/properties", |
47 | 47 | "instanceLocation": "#/0"
|
48 | 48 | },
|
49 | 49 | {
|
50 | 50 | "valid": true,
|
51 | 51 | "keywordLocation": "#/items/$ref/required",
|
52 | 52 | "absoluteKeywordLocation":
|
53 |
| - "https://example.com/polygon#/definitions/point/required", |
| 53 | + "https://example.com/polygon#/$defs/point/required", |
54 | 54 | "instanceLocation": "#/0"
|
55 | 55 | },
|
56 | 56 | {
|
57 | 57 | "valid": true,
|
58 | 58 | "keywordLocation": "#/items/$ref/additionalProperties",
|
59 | 59 | "absoluteKeywordLocation":
|
60 |
| - "https://example.com/polygon#/definitions/point/additionalProperties", |
| 60 | + "https://example.com/polygon#/$defs/point/additionalProperties", |
61 | 61 | "instanceLocation": "#/0"
|
62 | 62 | }
|
63 | 63 | ]
|
|
75 | 75 | "valid": false,
|
76 | 76 | "keywordLocation": "#/items/$ref",
|
77 | 77 | "absoluteKeywordLocation":
|
78 |
| - "https://example.com/polygon#/definitions/point", |
| 78 | + "https://example.com/polygon#/$defs/point", |
79 | 79 | "instanceLocation": "#/1",
|
80 | 80 | "errors": [
|
81 | 81 | {
|
82 | 82 | "valid": true,
|
83 | 83 | "keywordLocation": "#/items/$ref/type",
|
84 | 84 | "absoluteKeywordLocation":
|
85 |
| - "https://example.com/polygon#/definitions/point/type", |
| 85 | + "https://example.com/polygon#/$defs/point/type", |
86 | 86 | "instanceLocation": "#/1"
|
87 | 87 | },
|
88 | 88 | {
|
89 | 89 | "valid": true,
|
90 | 90 | "keywordLocation": "#/items/$ref/properties",
|
91 | 91 | "absoluteKeywordLocation":
|
92 |
| - "https://example.com/polygon#/definitions/point/properties", |
| 92 | + "https://example.com/polygon#/$defs/point/properties", |
93 | 93 | "instanceLocation": "#/1"
|
94 | 94 | },
|
95 | 95 | {
|
96 | 96 | "valid": false,
|
97 | 97 | "keywordLocation": "#/items/$ref/required",
|
98 | 98 | "absoluteKeywordLocation":
|
99 |
| - "https://example.com/polygon#/definitions/point/required", |
| 99 | + "https://example.com/polygon#/$defs/point/required", |
100 | 100 | "instanceLocation": "#/1"
|
101 | 101 | },
|
102 | 102 | {
|
103 | 103 | "valid": false,
|
104 | 104 | "keywordLocation": "#/items/$ref/additionalProperties",
|
105 | 105 | "absoluteKeywordLocation":
|
106 |
| - "https://example.com/polygon#/definitions/point/additionalProperties", |
| 106 | + "https://example.com/polygon#/$defs/point/additionalProperties", |
107 | 107 | "instanceLocation": "#/1",
|
108 | 108 | "errors": [
|
109 | 109 | {
|
110 | 110 | "valid": false,
|
111 | 111 | "keywordLocation": "#/items/$ref/additionalProperties",
|
112 | 112 | "absoluteKeywordLocation":
|
113 |
| - "https://example.com/polygon#/definitions/point/additionalProperties", |
| 113 | + "https://example.com/polygon#/$defs/point/additionalProperties", |
114 | 114 | "instanceLocation": "#/1/z"
|
115 | 115 | }
|
116 | 116 | ]
|
|
0 commit comments