ZRM Docs
Domain Model

Design Review

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
workspaceIdstringYesID of the associated workspace
projectIdstringNoID of the associated project
workOrderIdstringNoID of the associated work order
siteIdstringYesID of the associated site
reviewTypeenum(system_design, engineering_approval, bom_validation, as_built)YesReview type
statusenum(pending, in_review, approved, revision_requested, rejected)YesStatus
titlestringYesTitle
descriptionstringNoDescription
checklistunknownNoChecklist
reviewerIdstringNoID of the associated reviewer
reviewedAtstring.date-timeNoReviewed at
revisionNotesstringNoRevision notes
documentIdsunknownNoDocument ids
visibilityModeenum(global, workspace_local, shared)YesVisibility mode

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
workspaceIdstringNoID of the associated workspace
projectIdstringNoID of the associated project
workOrderIdstringNoID of the associated work order
siteIdstringYesID of the associated site
reviewTypeenum(system_design, engineering_approval, bom_validation, as_built)YesReview type
statusenum(pending, in_review, approved, revision_requested, rejected)Yes"pending"Status
titlestringYesTitle
descriptionstringNoDescription
checklistunknownNoChecklist
reviewerIdstringNoID of the associated reviewer
reviewedAtstring.date-timeNoReviewed at
revisionNotesstringNoRevision notes
documentIdsunknownNoDocument ids
visibilityModeenum(global, workspace_local, shared)Yes"workspace_local"Visibility mode

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
projectIdstringNoID of the associated project
workOrderIdstringNoID of the associated work order
siteIdstringNoID of the associated site
reviewTypeenum(system_design, engineering_approval, bom_validation, as_built)NoReview type
statusenum(pending, in_review, approved, revision_requested, rejected)No"pending"Status
titlestringNoTitle
descriptionstringNoDescription
checklistunknownNoChecklist
reviewerIdstringNoID of the associated reviewer
reviewedAtstring.date-timeNoReviewed at
revisionNotesstringNoRevision notes
documentIdsunknownNoDocument ids

On this page