Airbus OneAtlas · Schema

Workspace

ImagerySatellites

Properties

Name Type Description
createdAt string The creation date
defaultItemTtl number The default ttl for the workspaces items, in seconds. If not set, the default will be set by server configuration (currently 1 year)
id object
labels array A list of user defined labels or tags
name string The name of the workspace, must be seen as a human readable technique id. Can not be formatted like an id. Must be unique in the platform. Auto-generated if not provided at the creation of the workspa
title string Human readable workspace title for convenience
userId string The id of the user who own the workspace
View JSON Schema on GitHub

JSON Schema

oneatlas-workspace-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-workspace-schema.json",
  "title": "Workspace",
  "type": "object",
  "properties": {
    "createdAt": {
      "description": "The creation date",
      "example": "2017-10-12T08:55:52.651155Z",
      "format": "datetime",
      "readOnly": true,
      "type": "string"
    },
    "defaultItemTtl": {
      "description": "The default ttl for the workspaces items, in seconds. If not set, the default will be set by server configuration (currently 1 year)",
      "example": 123456,
      "format": "int",
      "type": "number"
    },
    "id": {
      "$ref": "#/components/schemas/Id"
    },
    "labels": {
      "description": "A list of user defined labels or tags",
      "example": [
        "p\u00eache",
        "lac de biscarosse",
        "carpe"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "name": {
      "description": "The name of the workspace, must be seen as a human readable technique id. Can not be formatted like an id. Must be unique in the platform. Auto-generated if not provided at the creation of the workspace.",
      "example": "flyinghippo",
      "type": "string"
    },
    "title": {
      "description": "Human readable workspace title for convenience",
      "example": "S2 items",
      "type": "string"
    },
    "userId": {
      "description": "The id of the user who own the workspace",
      "example": "aEr5695feGGn0ob",
      "type": "string"
    }
  },
  "required": [
    "userId"
  ]
}

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-workspace"
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.