JSON Schema Property 'children'

Description

List of children zones of this zone

Diagram

Drilldown into /$defs/Zone Drilldown into /$defs/Zone Drilldown into /$defs/Zone Drilldown into /$defs/Zone/properties/style Drilldown into /$defs/Path Drilldown into /$defs/Bounds Drilldown into /$defs/Zone Drilldown into /$defs/ZoneJSON Schema Diagram of /$defs/Zone/properties/children

Value

Array

Array Index Type Description
1-n object Zone (lom.schema.json)
Minimum Items
1

Source

"children": {
    "type": "array",
    "description": "List of children zones of this zone",
    "minItems": 1,
    "items": {
        "$ref": "#/$defs/Zone"
    }
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (90:18)