flow2schema/tests/samples/selectiveImport/schema.json

10 lines
259 B
JSON

{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"selectiveImport::modules::first::A": {
"type": "object",
"properties": {"a": {"type": "number"}},
"required": ["a"]
}
}
}