summaryrefslogtreecommitdiff
path: root/json/remotes
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-11-28 11:14:13 -0500
committerJulian Berman <Julian@GrayVines.com>2022-11-28 11:14:13 -0500
commitfb203a5736208b837c155161b4af48212486c154 (patch)
tree87aa8f656b4666d980348e1151fbcee2beed6823 /json/remotes
parent46fdb982a26aac211bc4d20b2ef6d8089a520f77 (diff)
parent97954adeb0fbb3d4499580d897de507d3ab0d919 (diff)
downloadjsonschema-fb203a5736208b837c155161b4af48212486c154.tar.gz
Merge commit '97954adeb0fbb3d4499580d897de507d3ab0d919'
* commit '97954adeb0fbb3d4499580d897de507d3ab0d919': Squashed 'json/' changes from 9251ebff1..78c888273
Diffstat (limited to 'json/remotes')
-rw-r--r--json/remotes/draft-next/locationIndependentIdentifierDraft4.json12
-rw-r--r--json/remotes/draft-next/locationIndependentIdentifierPre2019.json12
-rw-r--r--json/remotes/draft-next/name.json16
-rw-r--r--json/remotes/draft-next/ref-and-definitions.json12
-rw-r--r--json/remotes/draft2019-09/locationIndependentIdentifierDraft4.json12
-rw-r--r--json/remotes/draft2019-09/locationIndependentIdentifierPre2019.json12
-rw-r--r--json/remotes/draft2019-09/name.json16
-rw-r--r--json/remotes/draft2019-09/ref-and-definitions.json12
-rw-r--r--json/remotes/draft2020-12/locationIndependentIdentifierDraft4.json12
-rw-r--r--json/remotes/draft2020-12/locationIndependentIdentifierPre2019.json12
-rw-r--r--json/remotes/draft2020-12/name.json16
-rw-r--r--json/remotes/draft2020-12/ref-and-definitions.json12
12 files changed, 0 insertions, 156 deletions
diff --git a/json/remotes/draft-next/locationIndependentIdentifierDraft4.json b/json/remotes/draft-next/locationIndependentIdentifierDraft4.json
deleted file mode 100644
index daf9d41..0000000
--- a/json/remotes/draft-next/locationIndependentIdentifierDraft4.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/next/schema",
- "definitions": {
- "refToInteger": {
- "$ref": "#foo"
- },
- "A": {
- "id": "#foo",
- "type": "integer"
- }
- }
-}
diff --git a/json/remotes/draft-next/locationIndependentIdentifierPre2019.json b/json/remotes/draft-next/locationIndependentIdentifierPre2019.json
deleted file mode 100644
index 2a6f4f7..0000000
--- a/json/remotes/draft-next/locationIndependentIdentifierPre2019.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/next/schema",
- "definitions": {
- "refToInteger": {
- "$ref": "#foo"
- },
- "A": {
- "$id": "#foo",
- "type": "integer"
- }
- }
-}
diff --git a/json/remotes/draft-next/name.json b/json/remotes/draft-next/name.json
deleted file mode 100644
index 0e4c5e9..0000000
--- a/json/remotes/draft-next/name.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/next/schema",
- "definitions": {
- "orNull": {
- "anyOf": [
- {
- "type": "null"
- },
- {
- "$ref": "#"
- }
- ]
- }
- },
- "type": "string"
-}
diff --git a/json/remotes/draft-next/ref-and-definitions.json b/json/remotes/draft-next/ref-and-definitions.json
deleted file mode 100644
index a4573b1..0000000
--- a/json/remotes/draft-next/ref-and-definitions.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/next/schema",
- "$id": "http://localhost:1234/draft-next/ref-and-definitions.json",
- "definitions": {
- "inner": {
- "properties": {
- "bar": { "type": "string" }
- }
- }
- },
- "allOf": [ { "$ref": "#/definitions/inner" } ]
-}
diff --git a/json/remotes/draft2019-09/locationIndependentIdentifierDraft4.json b/json/remotes/draft2019-09/locationIndependentIdentifierDraft4.json
deleted file mode 100644
index add7835..0000000
--- a/json/remotes/draft2019-09/locationIndependentIdentifierDraft4.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2019-09/schema",
- "definitions": {
- "refToInteger": {
- "$ref": "#foo"
- },
- "A": {
- "id": "#foo",
- "type": "integer"
- }
- }
-}
diff --git a/json/remotes/draft2019-09/locationIndependentIdentifierPre2019.json b/json/remotes/draft2019-09/locationIndependentIdentifierPre2019.json
deleted file mode 100644
index 5e1eada..0000000
--- a/json/remotes/draft2019-09/locationIndependentIdentifierPre2019.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2019-09/schema",
- "definitions": {
- "refToInteger": {
- "$ref": "#foo"
- },
- "A": {
- "$id": "#foo",
- "type": "integer"
- }
- }
-}
diff --git a/json/remotes/draft2019-09/name.json b/json/remotes/draft2019-09/name.json
deleted file mode 100644
index be27e25..0000000
--- a/json/remotes/draft2019-09/name.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2019-09/schema",
- "definitions": {
- "orNull": {
- "anyOf": [
- {
- "type": "null"
- },
- {
- "$ref": "#"
- }
- ]
- }
- },
- "type": "string"
-}
diff --git a/json/remotes/draft2019-09/ref-and-definitions.json b/json/remotes/draft2019-09/ref-and-definitions.json
deleted file mode 100644
index 2cffd1f..0000000
--- a/json/remotes/draft2019-09/ref-and-definitions.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2019-09/schema",
- "$id": "http://localhost:1234/draft2019-09/ref-and-definitions.json",
- "definitions": {
- "inner": {
- "properties": {
- "bar": { "type": "string" }
- }
- }
- },
- "allOf": [ { "$ref": "#/definitions/inner" } ]
-}
diff --git a/json/remotes/draft2020-12/locationIndependentIdentifierDraft4.json b/json/remotes/draft2020-12/locationIndependentIdentifierDraft4.json
deleted file mode 100644
index 2a03cee..0000000
--- a/json/remotes/draft2020-12/locationIndependentIdentifierDraft4.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "definitions": {
- "refToInteger": {
- "$ref": "#foo"
- },
- "A": {
- "id": "#foo",
- "type": "integer"
- }
- }
-}
diff --git a/json/remotes/draft2020-12/locationIndependentIdentifierPre2019.json b/json/remotes/draft2020-12/locationIndependentIdentifierPre2019.json
deleted file mode 100644
index 7fd99bd..0000000
--- a/json/remotes/draft2020-12/locationIndependentIdentifierPre2019.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "definitions": {
- "refToInteger": {
- "$ref": "#foo"
- },
- "A": {
- "$id": "#foo",
- "type": "integer"
- }
- }
-}
diff --git a/json/remotes/draft2020-12/name.json b/json/remotes/draft2020-12/name.json
deleted file mode 100644
index 2ea839d..0000000
--- a/json/remotes/draft2020-12/name.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "definitions": {
- "orNull": {
- "anyOf": [
- {
- "type": "null"
- },
- {
- "$ref": "#"
- }
- ]
- }
- },
- "type": "string"
-}
diff --git a/json/remotes/draft2020-12/ref-and-definitions.json b/json/remotes/draft2020-12/ref-and-definitions.json
deleted file mode 100644
index 274cba2..0000000
--- a/json/remotes/draft2020-12/ref-and-definitions.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "$id": "http://localhost:1234/draft2020-12/ref-and-definitions.json",
- "definitions": {
- "inner": {
- "properties": {
- "bar": { "type": "string" }
- }
- }
- },
- "allOf": [ { "$ref": "#/definitions/inner" } ]
-}