Home > @i2analyze/notebook-sdk > schema > SchemaType
schema.SchemaType type
The type of a schema.
Signature:
type SchemaType = 'infostore' | 'gateway' | 'connector' | 'unknown';
Introduced: version 1.5
Remarks
The possible values are: - infostore
: The Information Store schema. - gateway
: A gateway schema. - connector
: A connector schema. - unknown
: An unknown schema, which can denote an orphaned item type.