Home > @i2analyze/i2connect > connectors > IConnectorSchema
connectors.IConnectorSchema interface
A connector schema.
Signature:
interface IConnectorSchema extends schema.ISchema
Extends: schema.ISchema
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
chartingSchemePath? | string | (Optional) Gets the full path to the charting scheme file. |
entityTypes | Record<string, schema.IEntityType> | Gets the entity types that the schema defines. (Inherited from ISchema) |
linkTypes | Record<string, schema.ILinkType> | Gets the link types that the schema defines. (Inherited from ISchema) |
schemaPath | string | Gets the full path to the schema file. |
schemaShortName? | string | (Optional) Gets the short name for the schema, which the i2 Analyze topology can override. |