{ "$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-environment-property-descriptions-schema.json", "title": "EnvironmentPropertyDescriptions", "description": "Describes the execution properties for an Apache Flink runtime.", "type": "object", "properties": { "PropertyGroupDescriptions": { "allOf": [ { "$ref": "#/components/schemas/PropertyGroups" }, { "description": "Describes the execution property groups." } ] } } }