Amazon Ground Station · JSON Structure

Ground Station Get Agent Configuration Response Structure

GetAgentConfigurationResponse schema from Amazon Ground Station API

Type: object Properties: 2
Data ProcessingIoTSatellite CommunicationsSpace Technology

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

Properties

agentId taskingDocument

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-get-agent-configuration-response-structure.json",
  "name": "GetAgentConfigurationResponse",
  "description": "GetAgentConfigurationResponse schema from Amazon Ground Station API",
  "type": "object",
  "properties": {
    "agentId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Uuid"
        },
        {
          "description": "UUID of agent."
        }
      ]
    },
    "taskingDocument": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Tasking document for agent."
        }
      ]
    }
  }
}