Skip to content

Organization

// TODO: fix this

Portal Organizations are used to group users together.

See STAC Catalogs for more details.

Organization.ts
interface Organization {
id: string;
title?: string;
description: string;
links: Link[];
}
organization.json
{
"id": "019decb5-bacd-7032-a444-d27d03e458b6",
"title": "Lateral Robotics",
"description": "Lateral Robotics is a company.",
"links": [
{
"href": "https://www.lateral-robotics.com/portal/019decb5-bacd-7032-a444-d27d03e458b6",
"rel": "self",
"type": "application/json"
},
{
"href": "https://www.lateral-robotics.com/portal/019decb5-bacd-7032-a444-d27d03e458b6",
"rel": "root",
"type": "application/json"
},
{
"href": "https://www.lateral-robotics.com/portal/019decb5-bacd-7032-a444-d27d03e458b6",
"rel": "child",
"type": "application/json"
}
]
}
type: string
Identifier for the Catalog.
type: string
A short descriptive one-line title for the Catalog.
type: string

Detailed multi-line description to fully explain the Catalog. CommonMark 0.29 syntax MAY be used for rich text representation.

type:

Link[]

A list of references to other documents.