Skip to content
Merged
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
2 changes: 1 addition & 1 deletion bin/annotate-specification-links
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main():
sys.stdout.write("::remove-matcher owner=me::\n")

for version in TESTS.iterdir():
if version.name in {"draft-next", "latest"}:
if version.name in {"v1", "latest"}:
continue

version_urls = urls(version.name)
Expand Down
4 changes: 0 additions & 4 deletions remotes/draft-next/baseUriChange/folderInteger.json

This file was deleted.

4 changes: 0 additions & 4 deletions remotes/draft-next/baseUriChangeFolder/folderInteger.json

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions remotes/draft-next/format-assertion-false.json

This file was deleted.

13 changes: 0 additions & 13 deletions remotes/draft-next/format-assertion-true.json

This file was deleted.

4 changes: 0 additions & 4 deletions remotes/draft-next/integer.json

This file was deleted.

13 changes: 0 additions & 13 deletions remotes/draft-next/metaschema-no-validation.json

This file was deleted.

14 changes: 0 additions & 14 deletions remotes/draft-next/metaschema-optional-vocabulary.json

This file was deleted.

4 changes: 0 additions & 4 deletions remotes/draft-next/nested/string.json

This file was deleted.

4 changes: 4 additions & 0 deletions remotes/v1/baseUriChange/folderInteger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://json-schema.org/v1",
"type": "integer"
}
4 changes: 4 additions & 0 deletions remotes/v1/baseUriChangeFolder/folderInteger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://json-schema.org/v1",
"type": "integer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://json-schema.org/v1",
"type": "integer"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$id": "http://localhost:1234/draft-next/detached-dynamicref.json",
"$schema": "https://json-schema.org/draft/next/schema",
"$id": "http://localhost:1234/v1/detached-dynamicref.json",
"$schema": "https://json-schema.org/v1",
"$defs": {
"foo": {
"$dynamicRef": "#detached"
Expand All @@ -10,4 +10,4 @@
"type": "integer"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$id": "http://localhost:1234/draft-next/detached-ref.json",
"$schema": "https://json-schema.org/draft/next/schema",
"$id": "http://localhost:1234/v1/detached-ref.json",
"$schema": "https://json-schema.org/v1",
"$defs": {
"foo": {
"$ref": "#detached"
Expand All @@ -10,4 +10,4 @@
"type": "integer"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"description": "extendible array",
"$id": "http://localhost:1234/draft-next/extendible-dynamic-ref.json",
"$id": "http://localhost:1234/v1/extendible-dynamic-ref.json",
"type": "object",
"properties": {
"elements": {
Expand Down
4 changes: 4 additions & 0 deletions remotes/v1/integer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://json-schema.org/v1",
"type": "integer"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"$defs": {
"refToInteger": {
"$ref": "#foo"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"$defs": {
"orNull": {
"anyOf": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"type": "object",
"properties": {
"foo": {"$ref": "string.json"}
Expand Down
4 changes: 4 additions & 0 deletions remotes/v1/nested/string.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://json-schema.org/v1",
"type": "string"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$id": "http://localhost:1234/draft-next/ref-and-defs.json",
"$schema": "https://json-schema.org/v1",
"$id": "http://localhost:1234/v1/ref-and-defs.json",
"$defs": {
"inner": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"$defs": {
"integer": {
"type": "integer"
Expand Down
4 changes: 2 additions & 2 deletions remotes/draft-next/tree.json → remotes/v1/tree.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"description": "tree schema, extensible",
"$id": "http://localhost:1234/draft-next/tree.json",
"$id": "http://localhost:1234/v1/tree.json",
"$dynamicAnchor": "node",

"type": "object",
Expand Down
42 changes: 0 additions & 42 deletions tests/draft-next/optional/format-assertion.json

This file was deleted.

57 changes: 0 additions & 57 deletions tests/draft-next/vocabulary.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description":
"additionalProperties being false does not allow other properties",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"properties": {"foo": {}, "bar": {}},
"patternProperties": { "^v": {} },
"additionalProperties": false
Expand Down Expand Up @@ -44,7 +44,7 @@
{
"description": "non-ASCII pattern with additionalProperties",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"patternProperties": {"^á": {}},
"additionalProperties": false
},
Expand All @@ -64,7 +64,7 @@
{
"description": "additionalProperties with schema",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"properties": {"foo": {}, "bar": {}},
"additionalProperties": {"type": "boolean"}
},
Expand All @@ -90,7 +90,7 @@
"description":
"additionalProperties can exist by itself",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"additionalProperties": {"type": "boolean"}
},
"tests": [
Expand All @@ -109,7 +109,7 @@
{
"description": "additionalProperties are allowed by default",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"properties": {"foo": {}, "bar": {}}
},
"tests": [
Expand All @@ -123,7 +123,7 @@
{
"description": "additionalProperties does not look in applicators",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"allOf": [
{"properties": {"foo": {}}}
],
Expand All @@ -140,7 +140,7 @@
{
"description": "additionalProperties with null valued instance properties",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"additionalProperties": {
"type": "null"
}
Expand All @@ -156,7 +156,7 @@
{
"description": "additionalProperties with propertyNames",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"propertyNames": {
"maxLength": 5
},
Expand All @@ -180,7 +180,7 @@
{
"description": "propertyDependencies with additionalProperties",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"properties" : {"foo2" : {}},
"propertyDependencies": {
"foo" : {},
Expand Down Expand Up @@ -215,7 +215,7 @@
{
"description": "dependentSchemas with additionalProperties",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$schema": "https://json-schema.org/v1",
"properties": {"foo2": {}},
"dependentSchemas": {
"foo": {},
Expand Down
Loading
Loading