> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StatusCertificateReviewAssessment

> A status certificate review assessment.

## Fields

<ResponseField name="buildingInformation" type="StatusCertificateReviewAssessmentBuildingInformation!" required>
  The information about the building.
</ResponseField>

<ResponseField name="createdAt" type="ISO8601DateTime!" required>
  The date and time when the assessment was created.
</ResponseField>

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

<ResponseField name="overallRemarks" type="JSON">
  General remarks and notes about the assessment.
</ResponseField>

<ResponseField name="reviewer" type="OrganizationMember">
  The reviewer of the status certificate review assessment.
</ResponseField>

<ResponseField name="schemaVersion" type="StatusCertificateReviewAssessmentSchemaVersion!" required>
  The version of the assessment schema being used.
</ResponseField>

<ResponseField name="sections" type="[StatusCertificateReviewAssessmentSection!]!" required>
  The sections of the assessment.
</ResponseField>

<ResponseField name="status" type="StatusCertificateReviewAssessmentStatus!" required>
  The current status of the assessment.
</ResponseField>

<ResponseField name="updatedAt" type="ISO8601DateTime!" required>
  The date and time when the assessment was last modified.
</ResponseField>
