Defines a DMS source (e.g. view)

interface AnnotationsView {
    externalId: string;
    space: string;
    type: "view";
    version: string;
}

Properties

externalId: string

External id of the view

^a-zA-Z?$

space: string

Id of the space that the view belongs to

^[a-zA-Z][a-zA-Z0-9_-]{0,41}[a-zA-Z0-9]?$

type: "view"
version: string

Version of the view

^a-zA-Z0-9?$