diff --git a/remotes/draft2019-09/tree.json b/remotes/draft2019-09/tree.json deleted file mode 100644 index fce79412..00000000 --- a/remotes/draft2019-09/tree.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "description": "tree schema, extensible", - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "http://localhost:1234/draft2019-09/tree.json", - "$dynamicAnchor": "node", - - "type": "object", - "properties": { - "data": true, - "children": { - "type": "array", - "items": { - "$dynamicRef": "#node" - } - } - } -} diff --git a/remotes/tree.json b/remotes/tree.json deleted file mode 100644 index a12d98b0..00000000 --- a/remotes/tree.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "description": "tree schema, extensible", - "$id": "http://localhost:1234/tree.json", - "$dynamicAnchor": "node", - - "type": "object", - "properties": { - "data": true, - "children": { - "type": "array", - "items": { - "$dynamicRef": "#node" - } - } - } -}