{ "type": "object", "$description": "translations.json#/div_solid_background", "codegen": { "divan": { "forced_properties_order": [ "color" ] } }, "properties": { "color": { "$ref": "common.json#/color", "$description": "translations.json#/div_solid_background_color" }, "type": { "type": "string", "enum": [ "solid" ] } }, "required": [ "color", "type" ] }