Amazon Ground Station · JSON Structure

Ground Station Mission Profile Id Response Structure

Type: object Properties: 1
Data ProcessingIoTSatellite CommunicationsSpace Technology

MissionProfileIdResponse is a JSON Structure definition published by Amazon Ground Station, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

missionProfileId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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": "<p/>",
  "type": "object",
  "properties": {
    "missionProfileId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Uuid"
        },
        {
          "description": "UUID of a mission profile."
        }
      ]
    }
  }
}