Amazon Ground Station · JSON Structure

Ground Station Config Details Structure

Details for certain Config object types in a contact.

Type: object Properties: 3
Data ProcessingIoTSatellite CommunicationsSpace Technology

ConfigDetails 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

antennaDemodDecodeDetails endpointDetails s3RecordingDetails

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-config-details-structure.json",
  "name": "ConfigDetails",
  "description": "Details for certain <code>Config</code> object types in a contact.",
  "type": "object",
  "properties": {
    "antennaDemodDecodeDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AntennaDemodDecodeDetails"
        },
        {
          "description": "Details for antenna demod decode <code>Config</code> in a contact."
        }
      ]
    },
    "endpointDetails": {
      "$ref": "#/components/schemas/EndpointDetails"
    },
    "s3RecordingDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3RecordingDetails"
        },
        {
          "description": "Details for an S3 recording <code>Config</code> in a contact."
        }
      ]
    }
  }
}