@oceanum/datamesh / Schema
Schema =
object
Defined in: packages/datamesh/src/lib/datasource.ts:33
Represents the internal schema of a data source.
optional
attributes:Record
<string
,string
|number
>
Defined in: packages/datamesh/src/lib/datasource.ts:37
Attributes of the schema.
optional
coordkeys:Coordkeys
Defined in: packages/datamesh/src/lib/datasource.ts:47
Coordinate map of the schema.
dimensions:
Record
<string
,number
>
Defined in: packages/datamesh/src/lib/datasource.ts:42
Dimensions of the schema.
variables:
Record
<string
,DataVariable
>
Defined in: packages/datamesh/src/lib/datasource.ts:52
Data variables of the schema.