Sha256: d4e395ea0c698d0d2c663821fd4128e4516021e88eb1e27a7bf8fc556ca7ca26

Contents?: true

Size: 725 Bytes

Versions: 79

Compression:

Stored size: 725 Bytes

Contents

[
    {
        "description": "minProperties validation",
        "schema": {"minProperties": 1},
        "tests": [
            {
                "description": "longer is valid",
                "data": {"foo": 1, "bar": 2},
                "valid": true
            },
            {
                "description": "exact length is valid",
                "data": {"foo": 1},
                "valid": true
            },
            {
                "description": "too short is invalid",
                "data": {},
                "valid": false
            },
            {
                "description": "ignores non-objects",
                "data": "",
                "valid": true
            }
        ]
    }
]

Version data entries

79 entries across 74 versions & 14 rubygems

Version Path
rj_schema-1.0.5 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
rj_schema-1.0.4 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
rj_schema-1.0.3 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
rj_schema-1.0.2 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
rj_schema-1.0.1 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
rj_schema-1.0.0 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.4 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.3 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.2 ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.1-x86_64-linux ext/third_party/json/tests/draft4/minProperties.json
couchbase-3.0.0.alpha.1-x86_64-darwin-19 ext/third_party/json/tests/draft4/minProperties.json