json-schema-validator/test/issue-93/components.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

14 lines
256 B
JSON

{
"Renderable": {
"type":"object",
"properties": {
"fg":{
"$ref":"/types/color.schema.json"
},
"bg":{
"$ref":"/types/color.schema.json"
}
}
}
}