Organization
// TODO: fix this
Portal Organizations are used to group users together.
See STAC Catalogs for more details.
interface Organization { id: string; title?: string; description: string; links: Link[];}{ "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" } ]}General Properties
Section titled “General Properties”id required
Section titled “id ” type: string
Identifier for the Catalog.
title optional
Section titled “title ” type: string
A short descriptive one-line title for the Catalog.
description required
Section titled “description ” type: string
Detailed multi-line description to fully explain the Catalog. CommonMark 0.29 syntax MAY be used for rich text representation.
links required
Section titled “links ” type:
A list of references to other documents. Link[]