PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
is-my-json-valid
/
test
/
json-schema-draft4
[ { "description": "invalid type for default", "schema": { "properties": { "foo": { "type": "integer", "default": [] } } }, "tests": [ { "description": "valid when property is specified", "data": {"foo": 13}, "valid": true }, { "description": "still valid when the invalid default is used", "data": {}, "valid": true } ] }, { "description": "invalid string value for default", "schema": { "properties": { "bar": { "type": "string", "minLength": 4, "default": "bad" } } }, "tests": [ { "description": "valid when property is specified", "data": {"bar": "good"}, "valid": true }, { "description": "still valid when the invalid default is used", "data": {}, "valid": true } ] } ]
[-] definitions.json
[edit]
[-] multipleOf.json
[edit]
[-] default.json
[edit]
[-] minProperties.json
[edit]
[+]
..
[-] maxLength.json
[edit]
[-] anyOf.json
[edit]
[-] minItems.json
[edit]
[-] required.json
[edit]
[-] oneOf.json
[edit]
[-] uniqueItems.json
[edit]
[-] nullAndObject.json
[edit]
[-] items.json
[edit]
[-] maximum.json
[edit]
[-] maxItems.json
[edit]
[-] dependencies.json
[edit]
[-] nullAndFormat.json
[edit]
[-] minLength.json
[edit]
[-] refRemote.json
[edit]
[-] ref.json
[edit]
[-] minimum.json
[edit]
[-] format.json
[edit]
[-] properties.json
[edit]
[-] allOf.json
[edit]
[-] enum.json
[edit]
[-] maxProperties.json
[edit]
[-] patternProperties.json
[edit]
[-] pattern.json
[edit]
[-] additionalProperties.json
[edit]
[-] bignum.json
[edit]
[-] not.json
[edit]
[-] additionalItems.json
[edit]
[-] type.json
[edit]