oceanum-js

@oceanum/datamesh


@oceanum/datamesh / Schema

Type Alias: Schema

Schema = object

Defined in: packages/datamesh/src/lib/datasource.ts:33

Represents the internal schema of a data source.

Properties

attributes?

optional attributes: Record<string, string | number>

Defined in: packages/datamesh/src/lib/datasource.ts:37

Attributes of the schema.


coordkeys?

optional coordkeys: Coordkeys

Defined in: packages/datamesh/src/lib/datasource.ts:47

Coordinate map of the schema.


dimensions

dimensions: Record<string, number>

Defined in: packages/datamesh/src/lib/datasource.ts:42

Dimensions of the schema.


variables

variables: Record<string, DataVariable>

Defined in: packages/datamesh/src/lib/datasource.ts:52

Data variables of the schema.