@twinfinity/core
    Preparing search index...

    Interface AssetTypePut

    interface AssetTypePut {
        description?: null | string;
        etag?: null | string;
        metadataSchema: Record<string, unknown>;
        stringId: string;
        title: string;
    }
    Index

    Properties

    description?: null | string
    etag?: null | string

    Empty/missing for first writes; required to match on subsequent updates.

    metadataSchema: Record<string, unknown>

    TwinfinityMetadataSchema document. Validated against the meta-schema at the API boundary.

    stringId: string

    Slug ^[A-Za-z0-9_][A-Za-z0-9_-]*$, unique within the parent category.

    title: string