Skip to content

use tag uris for vocabularies #889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions hyper-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"$id": "https://json-schema.org/draft/2019-09/hyper-schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/core": true,
"https://json-schema.org/draft/2019-09/vocab/applicator": true,
"https://json-schema.org/draft/2019-09/vocab/validation": true,
"https://json-schema.org/draft/2019-09/vocab/meta-data": true,
"https://json-schema.org/draft/2019-09/vocab/format": false,
"https://json-schema.org/draft/2019-09/vocab/content": true,
"https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
"tag:json-schema.org,2019:draft/2019-09/vocab/core": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/validation": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/meta-data": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/format": false,
"tag:json-schema.org,2019:draft/2019-09/vocab/content": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/hyper-schema": true
},
"$recursiveAnchor": true,

Expand Down
10 changes: 5 additions & 5 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@
</t>
<t>
The current URI for the Core vocabulary is:
<eref target="https://json-schema.org/draft/2019-09/vocab/core"/>.
&lt;tag:json-schema.org,2019:draft/2019-09/vocab/core&gt;.
</t>
<t>
The current URI for the corresponding meta-schema is:
Expand Down Expand Up @@ -1918,7 +1918,7 @@
</t>
<t>
The current URI for this vocabulary, known as the Applicator vocabulary, is:
<eref target="https://json-schema.org/draft/2019-09/vocab/applicator"/>.
&lt;tag:json-schema.org,2019:draft/2019-09/vocab/applicator&gt;.
</t>
<t>
The current URI for the corresponding meta-schema is:
Expand Down Expand Up @@ -3581,9 +3581,9 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
"$id": "https://example.com/meta/general-use-example",
"$recursiveAnchor": true,
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/core": true,
"https://json-schema.org/draft/2019-09/vocab/applicator": true,
"https://json-schema.org/draft/2019-09/vocab/validation": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/core": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/validation": true,
"https://example.com/vocab/example-vocab": true
},
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-hyperschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
</t>
<t>
The current URI for this vocabulary, known as the Hyper-Schema vocabulary, is:
<eref target="https://json-schema.org/draft/2019-09/vocab/hyper-schema"/>.
&lt;tag:json-schema.org,2019:draft/2019-09/vocab/hyper-schema&gt;.
</t>
<t>
The current URI for the corresponding meta-schema, which differs from the
Expand Down
8 changes: 4 additions & 4 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
</t>
<t>
The current URI for this vocabulary, known as the Validation vocabulary, is:
<eref target="https://json-schema.org/draft/2019-09/vocab/validation"/>.
&lt;tag:json-schema.org,2019:draft/2019-09/vocab/validation&gt;.
</t>
<t>
The current URI for the corresponding meta-schema is:
Expand Down Expand Up @@ -548,7 +548,7 @@
</t>
<t>
The current URI for this vocabulary, known as the Format vocabulary, is:
<eref target="https://json-schema.org/draft/2019-09/vocab/format"/>.
&lt;tag:json-schema.org,2019:draft/2019-09/vocab/format&gt;.
</t>
<t>
The current URI for the corresponding meta-schema is:
Expand Down Expand Up @@ -926,7 +926,7 @@
</t>
<t>
The current URI for this vocabulary, known as the Content vocabulary, is:
<eref target="https://json-schema.org/draft/2019-09/vocab/content"/>.
&lt;tag:json-schema.org,2019:draft/2019-09/vocab/content&gt;.
</t>
<t>
The current URI for the corresponding meta-schema is:
Expand Down Expand Up @@ -1123,7 +1123,7 @@
</t>
<t>
The current URI for this vocabulary, known as the Meta-Data vocabulary, is:
<eref target="https://json-schema.org/draft/2019-09/vocab/meta-data"/>.
&lt;tag:json-schema.org,2019:draft/2019-09/vocab/meta-data&gt;.
</t>
<t>
The current URI for the corresponding meta-schema is:
Expand Down
2 changes: 1 addition & 1 deletion meta/applicator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/applicator",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/applicator": true
"tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true
},
"$recursiveAnchor": true,

Expand Down
2 changes: 1 addition & 1 deletion meta/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/content",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/content": true
"tag:json-schema.org,2019:draft/2019-09/vocab/content": true
},
"$recursiveAnchor": true,

Expand Down
2 changes: 1 addition & 1 deletion meta/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/core",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/core": true
"tag:json-schema.org,2019:draft/2019-09/vocab/core": true
},
"$recursiveAnchor": true,

Expand Down
2 changes: 1 addition & 1 deletion meta/format.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/format",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/format": true
"tag:json-schema.org,2019:draft/2019-09/vocab/format": true
},
"$recursiveAnchor": true,

Expand Down
2 changes: 1 addition & 1 deletion meta/hyper-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"$id": "https://json-schema.org/draft/2019-09/meta/hyper-schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
"tag:json-schema.org,2019:draft/2019-09/vocab/hyper-schema": true
},
"$recursiveAnchor": true,

Expand Down
2 changes: 1 addition & 1 deletion meta/meta-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/meta-data",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/meta-data": true
"tag:json-schema.org,2019:draft/2019-09/vocab/meta-data": true
},
"$recursiveAnchor": true,

Expand Down
2 changes: 1 addition & 1 deletion meta/validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/meta/validation",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/validation": true
"tag:json-schema.org,2019:draft/2019-09/vocab/validation": true
},
"$recursiveAnchor": true,

Expand Down
12 changes: 6 additions & 6 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://json-schema.org/draft/2019-09/schema",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/core": true,
"https://json-schema.org/draft/2019-09/vocab/applicator": true,
"https://json-schema.org/draft/2019-09/vocab/validation": true,
"https://json-schema.org/draft/2019-09/vocab/meta-data": true,
"https://json-schema.org/draft/2019-09/vocab/format": false,
"https://json-schema.org/draft/2019-09/vocab/content": true
"tag:json-schema.org,2019:draft/2019-09/vocab/core": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/applicator": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/validation": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/meta-data": true,
"tag:json-schema.org,2019:draft/2019-09/vocab/format": false,
"tag:json-schema.org,2019:draft/2019-09/vocab/content": true
},
"$recursiveAnchor": true,

Expand Down