{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PolicySchedule", "type": "object", "properties": { "scheduleName": { "type": "string" }, "scheduleType": { "type": "string" }, "frequency": { "type": "integer" }, "retentionPeriod": { "type": "object" }, "storageUnit": { "type": "string" }, "backupWindow": { "type": "object" }, "mediaMultiplexing": { "type": "integer" }, "syntheticBackup": { "type": "boolean" } } }