{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationMaintenanceWindowStartTime", "title": "ApplicationMaintenanceWindowStartTime", "type": "string", "pattern": "([01][0-9]|2[0-3]):[0-5][0-9]", "minLength": 5, "maxLength": 5 }