{ "$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-contact-id-response-structure.json", "name": "ContactIdResponse", "description": "

", "type": "object", "properties": { "contactId": { "allOf": [ { "$ref": "#/components/schemas/Uuid" }, { "description": "UUID of a contact." } ] } } }