flow2schema/tests/samples/skipStatics/schema.json

11 lines
244 B
JSON

{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"skipStatics::X": {
"type": "object",
"properties": {"xxx": {"type": "string"}},
"required": ["xxx"]
}
}
}