Amazon Ground Station · JSON Structure

Ground Station Dataflow Detail Structure

Information about a dataflow edge used in a contact.

Type: object Properties: 3
Data ProcessingIoTSatellite CommunicationsSpace Technology

DataflowDetail is a JSON Structure definition published by Amazon Ground Station, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

destination errorMessage source

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}