Data needed to create a new address book

interface CreateAddressBookCommand {
    containerUri: string;
    name: string;
    ownerWebId?: string;
}

Properties

containerUri: string

The URI of the target container

name: string

The human-readable title for the address book

ownerWebId?: string

WebID of the Solid user who creates the address book. If given, the private type index of that user will be updated to include the new address book.