Documentation
    Preparing search index...

    Interface IMetadataComponents

    Shared type definitions for metadata schemas.

    IMetadataComponents stores reusable type definitions that can be referenced from IMetadataSchema via IMetadataSchema.IReference. This enables deduplication of complex types across multiple schemas.

    Jeongho Nam - https://github.com/samchon

    interface IMetadataComponents {
        aliases: IMetadataSchema.IAliasType[];
        arrays: IMetadataSchema.IArrayType[];
        objects: IMetadataSchema.IObjectType[];
        tuples: IMetadataSchema.ITupleType[];
    }
    Index

    Properties

    Type alias definitions.

    Array type definitions.

    Object type definitions.

    Tuple type definitions.