Interface MetaModelParams

Legacy metadata model parameters.

interface MetaModelParams {
    author: string;
    createdAt: string;
    creatingApplication: string;
    metaObjects: MetaObjectParams[];
    projectId: string;
    propertySets: MetaPropertySetParams[];
    schema: string;
}

Properties

author: string

Author of the model.

createdAt: string

Date the model was created.

creatingApplication: string

Identifies the application that created the metadata model.

metaObjects: MetaObjectParams[]

Metaobject parameters.

projectId: string

ID of the project the model belongs to.

propertySets: MetaPropertySetParams[]

Property set parameters.

schema: string

Identifies the model schema.