interface DataModelCore {
    description?: string;
    externalId: string;
    name?: string;
    space: string;
    version: string;
}

Properties

description?: string

Description of the content and intended use of the data model

externalId: string

External id that uniquely identifies this data model

name?: string

Readable name meant for use in UIs

space: string

Id of the space that the data model belongs to

version: string

Data model version (opaque string controlled by client applications)