json-schema-validator/test/issue-93/blueprints.schema.json
Patrick Boettcher 940262ceae fix #93 by returning default-values for refs
and also return them for root-schemas
2020-03-26 10:49:58 +01:00

12 lines
207 B
JSON

{
"type":"array",
"items": {
"type":"object",
"properties": {
"renderable": {
"$ref":"/components.schema.json#/Renderable"
}
}
}
}