{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-schema/schedule-schema.json", "title": "Schedule", "description": "Specifies the schedule for creating snapshots.", "type": "object", "properties": { "Name": { "type": "string", "description": "The name of the schedule" }, "CreateRule": { "type": "object" }, "RetainRule": { "type": "object" }, "TagsToAdd": { "type": "array" }, "CopyTags": { "type": "boolean" } } }