{ "$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-deploy-as-application-configuration-description-schema.json", "title": "DeployAsApplicationConfigurationDescription", "description": "The configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.", "type": "object", "properties": { "S3ContentLocationDescription": { "allOf": [ { "$ref": "#/components/schemas/S3ContentBaseLocationDescription" }, { "description": "The location that holds the data required to specify an Amazon Data Analytics application." } ] } }, "required": [ "S3ContentLocationDescription" ] }