{ "$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-mission-profile-id-response-schema.json", "title": "MissionProfileIdResponse", "description": "

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