Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the product template metadata record.

Specific attributes

description
varcharpublic
A description of the product template metadata.
internal
varcharpublicuniquerequired
The internal identifier for the product template metadata.
Rules: Max length: 50 characters
name
varcharpublicrequired
The name of the product template metadata.
Rules: Max length: 100 characters
type
enumpublicrequired
The type of the product template metadata. This is an enum type.

Foreign keys

product_template
uuidpublicrequired
The unique identifier of the associated product template. Ref: ProductTemplate Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the product template metadata record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the product template metadata record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the product template metadata record is active.
is_deleted
booleandefault:"false"public
Indicates whether the product template metadata record has been deleted.
updated_at
timestamppublic
The timestamp when the product template metadata record was last updated.
Rules: Precision: 6, with timezone