Home > @i2analyze/i2connect > schema > ISchema
schema.ISchema interface
An i2 Analyze schema.
Signature:
interface ISchema
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
entityTypes | Record<string, schema.IEntityType> | Gets the entity types that the schema defines. |
linkTypes | Record<string, schema.ILinkType> | Gets the link types that the schema defines. |