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

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