@shortcut/client
    Preparing search index...

    Interface CollectionSlim

    interface CollectionSlim {
        entity_type: "collection:slim";
        id: string;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "collection:slim"

    The type of this entity.

    id: string

    The unique ID of the Collection.

    uuid

    name: string

    The name of the Collection.

    1

    63

    uri: string

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

    2048

    ^https?://.+$