flow2schema/tests/samples/selectiveImport/schema.json

10 lines
259 B
JSON
Raw Normal View History

2018-11-21 17:31:48 +03:00
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"selectiveImport::modules::first::A": {
"type": "object",
"properties": {"a": {"type": "number"}},
"required": ["a"]
}
}
}