{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/StatusPageStructure", "title": "StatusPageStructure", "type": "object", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/StatusPageElement" } } }, "description": "This field is not available in the list resource. Describes the structure of a status page. Allows for nesting children. It is not required unless groups are used." }