flow2schema/tests/samples/mixed/schema.json

12 lines
246 B
JSON

{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"mixed::X": true,
"mixed::Y": {
"type": "object",
"properties": {"y": true},
"required": ["y"]
}
}
}