{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-schema/ground-station-dataflow-endpoint-group-id-response-schema.json", "title": "DataflowEndpointGroupIdResponse", "description": "
", "type": "object", "properties": { "dataflowEndpointGroupId": { "allOf": [ { "$ref": "#/components/schemas/Uuid" }, { "description": "UUID of a dataflow endpoint group." } ] } } }