JSON Schema Property 'style'

Diagram

JSON Schema Diagram of /$defs/Zone/properties/style

Value

Object

Properties

Property Name Type Description
background string A String value
border string A String value

Source

"style": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "background": {
            "type": "string"
        },
        "border": {
            "type": "string"
        }
    }
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (101:18)