flow2schema/tests/samples/nonMaybeType/schema.json

8 lines
213 B
JSON

{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"nonMaybeType::X": {"oneOf": [{"type": "string"}, {"type": "null"}]},
"nonMaybeType::Y": {"type": "string"}
}
}