{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClusterUpgradeScheduleSJ", "title": "ClusterUpgradeScheduleSJ", "type": "object", "properties": { "scheduleDays": { "type": "array", "items": { "$ref": "#/components/schemas/ScheduleDays" }, "description": "Days of the week when scheduled upgrades will occur for the Video Mesh cluster." }, "scheduleTime": { "type": "string", "example": "02:00", "description": "Time when scheduled upgrade will occur for the Video Mesh cluster." }, "scheduleTimeZone": { "type": "string", "example": "America/Los_Angeles", "description": "Timezone of the scheduled upgrade of Video Mesh cluster." }, "upgradePending": { "type": "boolean", "example": true, "description": "Upgrade Pending information." }, "nextUpgradeTime": { "type": "string", "example": "2020-03-26T09:00:00Z", "description": "Time when the next upgrade is scheduled for the Video Mesh cluster." } } }