| Schema 1 |
A String value
FIXME: String form is deprecated..
|
|---|---|
| Schema 2 | /definitions/action/properties/default_icon/anyOf[1] |
"default_icon": {
"anyOf": [
{
"type": "string",
"description": "FIXME: String form is deprecated."
},
{
"type": "object",
"description": "Icon for the main toolbar.",
"properties": {
"19": {
"$ref": "#/definitions/icon"
},
"38": {
"$ref": "#/definitions/icon"
}
}
}
]
}