PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
is-my-json-valid
/
test
/
json-schema-draft4
[ { "description": "multiple types of null and object containing properties", "schema": { "type": ["null", "object"], "properties": { "foo": {} } }, "tests": [ { "description": "null is valid", "data": null, "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]