|
14 | 14 | "$schema": { "$ref": "#/$defs/iriString" }, |
15 | 15 | "$ref": { "$ref": "#/$defs/iriReferenceString" }, |
16 | 16 | "$anchor": { "$ref": "#/$defs/anchorString" }, |
17 | | - "$dynamicRef": { "$ref": "#/$defs/iriReferenceString" }, |
| 17 | + "$dynamicRef": { "$ref": "#/$defs/anchorString" }, |
18 | 18 | "$dynamicAnchor": { "$ref": "#/$defs/anchorString" }, |
19 | 19 | "$comment": { |
20 | 20 | "type": "string" |
21 | 21 | }, |
22 | 22 | "$defs": { |
23 | 23 | "type": "object", |
24 | | - "additionalProperties": { "$dynamicRef": "#meta" } |
| 24 | + "additionalProperties": { "$dynamicRef": "meta" } |
25 | 25 | }, |
26 | 26 | "title": { |
27 | 27 | "type": "string" |
|
47 | 47 | "items": true |
48 | 48 | }, |
49 | 49 | "prefixItems": { "$ref": "#/$defs/schemaArray" }, |
50 | | - "items": { "$dynamicRef": "#meta" }, |
| 50 | + "items": { "$dynamicRef": "meta" }, |
51 | 51 | "maxContains": { "$ref": "#/$defs/nonNegativeInteger" }, |
52 | 52 | "minContains": { |
53 | 53 | "$ref": "#/$defs/nonNegativeInteger", |
54 | 54 | "default": 1 |
55 | 55 | }, |
56 | | - "contains": { "$dynamicRef": "#meta" }, |
57 | | - "additionalProperties": { "$dynamicRef": "#meta" }, |
| 56 | + "contains": { "$dynamicRef": "meta" }, |
| 57 | + "additionalProperties": { "$dynamicRef": "meta" }, |
58 | 58 | "properties": { |
59 | 59 | "type": "object", |
60 | | - "additionalProperties": { "$dynamicRef": "#meta" }, |
| 60 | + "additionalProperties": { "$dynamicRef": "meta" }, |
61 | 61 | "default": {} |
62 | 62 | }, |
63 | 63 | "patternProperties": { |
64 | 64 | "type": "object", |
65 | | - "additionalProperties": { "$dynamicRef": "#meta" }, |
| 65 | + "additionalProperties": { "$dynamicRef": "meta" }, |
66 | 66 | "propertyNames": { "format": "regex" }, |
67 | 67 | "default": {} |
68 | 68 | }, |
69 | 69 | "dependentSchemas": { |
70 | 70 | "type": "object", |
71 | | - "additionalProperties": { "$dynamicRef": "#meta" }, |
| 71 | + "additionalProperties": { "$dynamicRef": "meta" }, |
72 | 72 | "default": {} |
73 | 73 | }, |
74 | | - "propertyNames": { "$dynamicRef": "#meta" }, |
75 | | - "if": { "$dynamicRef": "#meta" }, |
76 | | - "then": { "$dynamicRef": "#meta" }, |
77 | | - "else": { "$dynamicRef": "#meta" }, |
| 74 | + "propertyNames": { "$dynamicRef": "meta" }, |
| 75 | + "if": { "$dynamicRef": "meta" }, |
| 76 | + "then": { "$dynamicRef": "meta" }, |
| 77 | + "else": { "$dynamicRef": "meta" }, |
78 | 78 | "allOf": { "$ref": "#/$defs/schemaArray" }, |
79 | 79 | "anyOf": { "$ref": "#/$defs/schemaArray" }, |
80 | 80 | "oneOf": { "$ref": "#/$defs/schemaArray" }, |
81 | | - "not": { "$dynamicRef": "#meta" }, |
82 | | - "unevaluatedItems": { "$dynamicRef": "#meta" }, |
83 | | - "unevaluatedProperties": { "$dynamicRef": "#meta" }, |
| 81 | + "not": { "$dynamicRef": "meta" }, |
| 82 | + "unevaluatedItems": { "$dynamicRef": "meta" }, |
| 83 | + "unevaluatedProperties": { "$dynamicRef": "meta" }, |
84 | 84 | "type": { |
85 | 85 | "anyOf": [ |
86 | 86 | { "$ref": "#/$defs/simpleTypes" }, |
|
137 | 137 | "format": { "type": "string" }, |
138 | 138 | "contentEncoding": { "type": "string" }, |
139 | 139 | "contentMediaType": { "type": "string" }, |
140 | | - "contentSchema": { "$dynamicRef": "#meta" }, |
| 140 | + "contentSchema": { "$dynamicRef": "meta" }, |
141 | 141 |
|
142 | 142 | "$vocabulary": { |
143 | 143 | "$comment": "Proposed keyword: https://github.com/json-schema-org/json-schema-spec/blob/main/specs/proposals/vocabularies.md" |
|
152 | 152 | "propertyNames": { |
153 | 153 | "pattern": "^[^$]|^\\$(id|schema|ref|anchor|dynamicRef|dynamicAnchor|comment|defs)$" |
154 | 154 | }, |
155 | | - "$dynamicRef": "#extension", |
| 155 | + "$dynamicRef": "extension", |
156 | 156 | "unevaluatedProperties": false, |
157 | 157 | "$defs": { |
158 | 158 | "extension": { |
|
181 | 181 | "schemaArray": { |
182 | 182 | "type": "array", |
183 | 183 | "minItems": 1, |
184 | | - "items": { "$dynamicRef": "#meta" } |
| 184 | + "items": { "$dynamicRef": "meta" } |
185 | 185 | }, |
186 | 186 | "simpleTypes": { |
187 | 187 | "enum": [ |
|
0 commit comments