Information about a dataflow edge used in a contact.
{ "$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-detail-schema.json", "title": "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" } } }