Airbus OneAtlas · JSON Structure

Oneatlas Associated Data Link Structure

Type: Properties: 0
ImagerySatellites

AssociatedDataLink is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "AssociatedDataLink",
  "fields": [
    {
      "name": "content",
      "type": "string"
    },
    {
      "name": "mimeType",
      "type": "string"
    },
    {
      "name": "path",
      "type": "string"
    },
    {
      "name": "title",
      "type": "string"
    },
    {
      "name": "url",
      "type": "string",
      "description": "See [Get associated data](#/paths/~1api~1v1~1items~1{catalogItemId}~1images~1{imageId}~1associatedData~1{associatedDataType}~1data/get)"
    }
  ]
}