Airbus OneAtlas · Schema

WorkspaceSearchOptions

ImagerySatellites

Properties

Name Type Description
name string The name of the workspace
userId object
View JSON Schema on GitHub

JSON Schema

oneatlas-workspace-search-options-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-search-options-schema.json",
  "title": "WorkspaceSearchOptions",
  "type": "object",
  "properties": {
    "name": {
      "description": "The name of the workspace",
      "example": "workspace de Jean-Charles",
      "type": "string"
    },
    "userId": {
      "$ref": "#/components/schemas/Id"
    }
  }
}