File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2104
2104
},
2105
2105
"$defs": {
2106
2106
"single": {
2107
- "$id ": "# item",
2107
+ "$anchor ": "item",
2108
2108
"type": "object",
2109
2109
"additionalProperties": { "$ref": "other.json" }
2110
2110
}
@@ -2892,8 +2892,8 @@ https://json-schema.org/draft/2019-08/schema#/$defs/nonNegativeInteger/minimum
2892
2892
<artwork >
2893
2893
<![CDATA[
2894
2894
{
2895
- "$id": "https://example.com/polygon# ",
2896
- "$schema": "https://json-schema.org/draft/2019-08/schema# ",
2895
+ "$id": "https://example.com/polygon",
2896
+ "$schema": "https://json-schema.org/draft/2019-08/schema",
2897
2897
"$defs": {
2898
2898
"point": {
2899
2899
"type": "object",
@@ -3113,8 +3113,8 @@ https://json-schema.org/draft/2019-08/schema#/$defs/nonNegativeInteger/minimum
3113
3113
<![CDATA[
3114
3114
// schema
3115
3115
{
3116
- "$id": "https://example.com/polygon# ",
3117
- "$schema": "https://json-schema.org/draft/2019-08/schema# ",
3116
+ "$id": "https://example.com/polygon",
3117
+ "$schema": "https://json-schema.org/draft/2019-08/schema",
3118
3118
"type": "object",
3119
3119
"properties": {
3120
3120
"validProp": true,
You can’t perform that action at this time.
0 commit comments