14 lines
256 B
JSON
14 lines
256 B
JSON
|
|
{
|
||
|
|
"Renderable": {
|
||
|
|
"type":"object",
|
||
|
|
"properties": {
|
||
|
|
"fg":{
|
||
|
|
"$ref":"/types/color.schema.json"
|
||
|
|
},
|
||
|
|
"bg":{
|
||
|
|
"$ref":"/types/color.schema.json"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|