@morph-mapper/source / SchemaListItem
Type Alias: SchemaListItem
SchemaListItem =
object
Defined in: schemas/index.ts:17
Represents a serialized schema stored in the database, alongside metadata.
Properties
config?
optionalconfig?:Record<string,unknown>
Defined in: schemas/index.ts:27
createdAt
createdAt:
string
Defined in: schemas/index.ts:31
createdBy
createdBy:
string
Defined in: schemas/index.ts:30
definition
definition:
Record<string,unknown>
Defined in: schemas/index.ts:28
description
description:
string
Defined in: schemas/index.ts:24
domain
domain:
string
Defined in: schemas/index.ts:20
id
id:
string
Defined in: schemas/index.ts:18
name
name:
string
Defined in: schemas/index.ts:23
operatorId
operatorId:
string[]
Defined in: schemas/index.ts:25
status
status:
SchemaStatus
Defined in: schemas/index.ts:29
type
type:
string
Defined in: schemas/index.ts:21
updatedAt
updatedAt:
string
Defined in: schemas/index.ts:33
updatedBy
updatedBy:
string
Defined in: schemas/index.ts:32
updateTemplateDiscardFields
updateTemplateDiscardFields:
string[]
Defined in: schemas/index.ts:26
variant
variant:
SchemaVariant
Defined in: schemas/index.ts:22
version
version:
number
Defined in: schemas/index.ts:19