@oceanum/datamesh / index / Schema
Schema =
object
Defined in: packages/datamesh/src/lib/datasource.ts:33
Represents the internal schema of a data source.
optionalattributes:Record<string,string|number>
Defined in: packages/datamesh/src/lib/datasource.ts:37
Attributes of the schema.
optionalcoordkeys: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.