Home > @i2analyze/i2connect > schema
schema namespace
The members of the schema
namespace provide access to the specifications that govern the structure of records in an i2 Connect service.
Signature:
export declare namespace schema
Introduced: API version 1.0
Interfaces
Interface | Description |
---|---|
IEntityType | An entity type. |
IItemType | A set of information that is common to all entity and link types. |
ILinkType | A link type. |
IPossibleValue | A possible value for a property whose property type has a string-based logical type. |
IPropertyType | A property type. |
ISchema | An i2 Analyze schema. |