{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-environment-property-descriptions-structure.json", "name": "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." } ] } } }