STAC API - Children (1.0.0-rc.2)

Download OpenAPI specification:

This is an OpenAPI definition of the SpatioTemporal Asset Catalog API - Children specification.

Children

All endpoints related to STAC API - Children

landing page

The landing page provides links to the sub-resources.

Responses

Response Schema: application/json
stac_version
required
string (STAC version)
Array of Reference to a JSON Schema (string) or Reference to a core extension (string) (STAC extensions) unique
type
required
string
Value: "Catalog"
id
required
string
title
string
description
required
string
required
Array of objects (links)
conformsTo
required
Array of strings

A list of all conformance classes implemented by the server. In addition to the STAC-specific conformance classes, all OGC-related conformance classes listed at GET /conformance must be listed here. This entry should mirror what GET /conformance returns, if implemented.

Response samples

Content type
application/json
{}

the child catalogs and collections of the root catalog

A body of Catalogs and Collections that are immediate children of this root Catalog.

Responses

Response Schema: application/json
required
Array of objects (links)
required
Array of catalog (object) or collection (object)

Response samples

Content type
application/json
{
  • "links": [
    ],
  • "children": [
    ]
}