Files
enviPy-bayer/static/js/ketcher2/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json
2025-06-23 20:13:54 +02:00

19 lines
316 B
JSON

[
{
"description": "multiple types of null and object containing properties",
"schema": {
"type": ["null", "object"],
"properties": {
"foo": {}
}
},
"tests": [
{
"description": "null is valid",
"data": null,
"valid": true
}
]
}
]