Sha256: 6b68176b94b3532cdfe51a51507e5b640ceb87398bf429bd1945b1a55f72b538

Contents?: true

Size: 1.92 KB

Versions: 101

Compression:

Stored size: 1.92 KB

Contents

[
    {
        "description": "remote ref",
        "schema": {"$ref": "http://localhost:1234/integer.json"},
        "tests": [
            {
                "description": "remote ref valid",
                "data": 1,
                "valid": true
            },
            {
                "description": "remote ref invalid",
                "data": "a",
                "valid": false
            }
        ]
    },
    {
        "description": "fragment within remote ref",
        "schema": {"$ref": "http://localhost:1234/subSchemas.json#/integer"},
        "tests": [
            {
                "description": "remote fragment valid",
                "data": 1,
                "valid": true
            },
            {
                "description": "remote fragment invalid",
                "data": "a",
                "valid": false
            }
        ]
    },
    {
        "description": "ref within remote ref",
        "schema": {
            "$ref": "http://localhost:1234/subSchemas.json#/refToInteger"
        },
        "tests": [
            {
                "description": "ref within ref valid",
                "data": 1,
                "valid": true
            },
            {
                "description": "ref within ref invalid",
                "data": "a",
                "valid": false
            }
        ]
    },
    {
        "description": "change resolution scope",
        "schema": {
            "id": "http://localhost:1234/",
            "items": {
                "id": "folder/",
                "items": {"$ref": "folderInteger.json"}
            }
        },
        "tests": [
            {
                "description": "changed scope ref valid",
                "data": [[1]],
                "valid": true
            },
            {
                "description": "changed scope ref invalid",
                "data": [["a"]],
                "valid": false
            }
        ]
    }
]

Version data entries

101 entries across 77 versions & 15 rubygems

Version Path
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/json/tests/draft4/refRemote.json
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/json/tests/draft4/refRemote.json
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/json/tests/draft4/refRemote.json
couchbase-3.0.0.alpha.2 ext/third_party/json/tests/draft4/refRemote.json
couchbase-3.0.0.alpha.1-x86_64-linux ext/third_party/json/tests/draft4/refRemote.json
couchbase-3.0.0.alpha.1-x86_64-darwin-19 ext/third_party/json/tests/draft4/refRemote.json
couchbase-3.0.0.alpha.1-universal-darwin-19 ext/third_party/json/tests/draft4/refRemote.json
couchbase-3.0.0.alpha.1 ext/third_party/json/tests/draft4/refRemote.json
rj_schema-0.2.6 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json
rj_schema-0.2.6 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json
rj_schema-0.2.5 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json
rj_schema-0.2.5 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json
rj_schema-0.2.3 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json
rj_schema-0.2.3 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json
rj_schema-0.2.2 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json
rj_schema-0.2.2 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json
rj_schema-0.2.1 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json
rj_schema-0.2.1 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json
json_schemer-0.2.9 JSON-Schema-Test-Suite/tests/draft3/refRemote.json
json_schemer-0.2.8 JSON-Schema-Test-Suite/tests/draft3/refRemote.json