{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-structure/ground-station-dataflow-detail-structure.json", "name": "DataflowDetail", "description": "Information about a dataflow edge used in a contact.", "type": "object", "properties": { "destination": { "$ref": "#/components/schemas/Destination" }, "errorMessage": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Error message for a dataflow." } ] }, "source": { "$ref": "#/components/schemas/Source" } } }