Skip to content

Commit b5270c5

Browse files
committed
Update all draft-next $schema, $id, $ref.
1 parent dd34368 commit b5270c5

File tree

89 files changed

+885
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+885
-195
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"type": "integer"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"type": "integer"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"type": "integer"
34
}

remotes/draft-next/extendible-dynamic-ref.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"description": "extendible array",
3-
"$id": "http://localhost:1234/extendible-dynamic-ref.json",
4+
"$id": "http://localhost:1234/draft-next/extendible-dynamic-ref.json",
45
"type": "object",
56
"properties": {
67
"elements": {

remotes/draft-next/integer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"type": "integer"
34
}

remotes/draft-next/locationIndependentIdentifier.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"$defs": {
34
"refToInteger": {
45
"$ref": "#foo"

remotes/draft-next/locationIndependentIdentifierDraft4.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"definitions": {
34
"refToInteger": {
45
"$ref": "#foo"

remotes/draft-next/locationIndependentIdentifierPre2019.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"definitions": {
34
"refToInteger": {
45
"$ref": "#foo"

remotes/draft-next/metaschema-no-validation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"$id": "http://localhost:1234/draft-next/metaschema-no-validation.json",
34
"$vocabulary": {
45
"https://json-schema.org/draft/next/vocab/applicator": true,

remotes/draft-next/name-defs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json-schema.org/draft/next/schema",
23
"$defs": {
34
"orNull": {
45
"anyOf": [

0 commit comments

Comments
 (0)