@shortcut/client
    Preparing search index...

    Interface CustomFieldSlim

    The Custom Field for this value.

    interface CustomFieldSlim {
        entity_type: "custom-field:slim";
        id: string;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "custom-field:slim"

    The type of this entity.

    id: string

    The unique public ID for the Custom Field.

    uuid

    name: string

    The name of the Custom Field.

    uri: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$