diff options
Diffstat (limited to 'tests/schema/ref.json')
-rw-r--r-- | tests/schema/ref.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/schema/ref.json b/tests/schema/ref.json index 1767769cd845..d8214bc2b30c 100644 --- a/tests/schema/ref.json +++ b/tests/schema/ref.json @@ -124,21 +124,5 @@ "valid": false } ] - }, - { - "description": "remote ref, containing refs itself", - "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"}, - "tests": [ - { - "description": "remote ref valid", - "data": {"minLength": 1}, - "valid": true - }, - { - "description": "remote ref invalid", - "data": {"minLength": -1}, - "valid": false - } - ] } ] |