{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-open-hours-rule-schema.json", "title": "OpenHoursRule", "description": "List of OpenHours Rules.", "type": "object", "properties": { "StartTime": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "Local start time in ISO 8601 format." } ] }, "EndTime": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "Local start time in ISO 8601 format." } ] } } }