Sha256: 31b1716cce0ae84e5ac85fe08e0d7260c8d1e81a5fc6e93bc92a2a65321a1127

Contents?: true

Size: 759 Bytes

Versions: 79

Compression:

Stored size: 759 Bytes

Contents

[
    {
        "description": "maxProperties validation",
        "schema": {"maxProperties": 2},
        "tests": [
            {
                "description": "shorter is valid",
                "data": {"foo": 1},
                "valid": true
            },
            {
                "description": "exact length is valid",
                "data": {"foo": 1, "bar": 2},
                "valid": true
            },
            {
                "description": "too long is invalid",
                "data": {"foo": 1, "bar": 2, "baz": 3},
                "valid": false
            },
            {
                "description": "ignores non-objects",
                "data": "foobar",
                "valid": true
            }
        ]
    }
]

Version data entries

79 entries across 74 versions & 14 rubygems

Version Path
couchbase-3.0.0.alpha.1-universal-darwin-19 ext/third_party/json/tests/draft4/maxProperties.json
couchbase-3.0.0.alpha.1 ext/third_party/json/tests/draft4/maxProperties.json
rj_schema-0.2.6 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.2.5 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.2.3 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.2.2 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.2.1 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
optimacms-0.4.3 spec/dummy/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json
optimacms-0.4.2 spec/dummy/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json
locomotivecms-3.4.0 app/javascript/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json
rj_schema-0.2.0 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.1.4 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.1.3 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.1.2 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.1.1 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.1.0 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.0.2 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
rj_schema-0.0.1 ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
guard-sass-lint-0.1.2 node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json
guard-sass-lint-0.1.1 node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json