Space 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
visibilityModeunknownYesVisibility 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
visibilityModeunknownNoVisibility 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)NoStatus
titlestringNoTitle
descriptionstringNoDescription
checklistunknownNoChecklist
reviewerIdstringNoID of the associated reviewer
reviewedAtstring.date-timeNoReviewed at
revisionNotesstringNoRevision notes
documentIdsunknownNoDocument ids

On this page