{ "$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-get-agent-configuration-response-schema.json", "title": "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." } ] } } }