Airbus OneAtlas · Schema

Link

Link object

ImagerySatellites

Properties

Name Type Description
href string The absolute web link
method string HTTP verb to distinguish between several possible actions on the same ressource.
name string The name of the link
resourceId object
type string The mime-type when deferencing the link
View JSON Schema on GitHub

JSON Schema

oneatlas-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbus-oneatlas/refs/heads/main/json-schema/oneatlas-link-schema.json",
  "title": "Link",
  "type": "object",
  "description": "Link object",
  "properties": {
    "href": {
      "description": "The absolute web link",
      "example": "https://monitoring.oneatlas.geoapi-airbusds.com/api/v1/activities/6b7a749b-64fb-48cd-ae68-39c0bbbe5051",
      "format": "uri",
      "type": "string"
    },
    "method": {
      "default": "GET",
      "description": "HTTP verb to distinguish between several possible actions on the same ressource.",
      "enum": [
        "GET",
        "POST",
        "PUT",
        "DELETE",
        "HEAD"
      ],
      "type": "string"
    },
    "name": {
      "description": "The name of the link",
      "example": "Self",
      "type": "string"
    },
    "resourceId": {
      "$ref": "#/components/schemas/Id"
    },
    "type": {
      "description": "The mime-type when deferencing the link",
      "example": "application/json",
      "type": "string"
    }
  },
  "required": [
    "href"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oneatlas-link"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.