{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-application-snapshot-configuration-schema.json", "title": "ApplicationSnapshotConfiguration", "description": "Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.", "type": "object", "properties": { "SnapshotsEnabled": { "allOf": [ { "$ref": "#/components/schemas/BooleanObject" }, { "description": "Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application." } ] } }, "required": [ "SnapshotsEnabled" ] }