ContactIdResponse

Data ProcessingIoTSatellite CommunicationsSpace Technology

Properties

Name Type Description
contactId object
View JSON Schema on GitHub

JSON Schema

ground-station-contact-id-response-schema.json Raw ↑
{
  "$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-contact-id-response-schema.json",
  "title": "ContactIdResponse",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "contactId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Uuid"
        },
        {
          "description": "UUID of a contact."
        }
      ]
    }
  }
}