Amazon Ground Station · JSON Structure

Ground Station Aggregate Status Structure

Aggregate status of Agent components.

Type: object Properties: 2 Required: 1
Data ProcessingIoTSatellite CommunicationsSpace Technology

AggregateStatus is a JSON Structure definition published by Amazon Ground Station, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

signatureMap status

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-aggregate-status-structure.json",
  "name": "AggregateStatus",
  "description": "Aggregate status of Agent components.",
  "type": "object",
  "properties": {
    "signatureMap": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SignatureMap"
        },
        {
          "description": "Sparse map of failure signatures."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AgentStatus"
        },
        {
          "description": "Aggregate status."
        }
      ]
    }
  },
  "required": [
    "status"
  ]
}