{ "$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-code-configuration-update-schema.json", "title": "ApplicationCodeConfigurationUpdate", "description": "Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.", "type": "object", "properties": { "CodeContentTypeUpdate": { "allOf": [ { "$ref": "#/components/schemas/CodeContentType" }, { "description": "Describes updates to the code content type." } ] }, "CodeContentUpdate": { "allOf": [ { "$ref": "#/components/schemas/CodeContentUpdate" }, { "description": "Describes updates to the code content of an application." } ] } } }