
| Property Name | Type | Description |
|---|---|---|
| background | string | A String value |
| border | string | A String value |
"style": {
"type": "object",
"additionalProperties": false,
"properties": {
"background": {
"type": "string"
},
"border": {
"type": "string"
}
}
}