JSON Schema Property 'loms'

Diagram

Drilldown into /$defs/Zone Drilldown into /$defs/ZoneJSON Schema Diagram of /properties/loms

Value

Object

Properties

Name Pattern Type Description
/?(([a-zA-Z0-9._-]+)(/[a-zA-Z0-9._-]+)*)? object Zone (lom.schema.json)

Source

"loms": {
    "type": "object",
    "additionalProperties": false,
    "patternProperties": {
        "/?(([a-zA-Z0-9._-]+)(/[a-zA-Z0-9._-]+)*)?": {
            "$ref": "#/$defs/Zone"
        }
    }
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (17:10)