@oceanum/datamesh / index / DatameshSchema
DatameshSchema =
object
Defined in: packages/datamesh/src/lib/datasource.ts:59
Datamesh schema
optionalattrs?:Record<string,string|number>
Defined in: packages/datamesh/src/lib/datasource.ts:63
Attributes of the schema.
optionalcoords?:Record<string,DatameshSchema>
Defined in: packages/datamesh/src/lib/datasource.ts:73
Coordinate map of the schema.
optionaldata_vars?:Record<string,DatameshSchema>
Defined in: packages/datamesh/src/lib/datasource.ts:78
Data variables of the schema.
dims:
Record<string,number>
Defined in: packages/datamesh/src/lib/datasource.ts:68
Dimensions of the schema.