---
title: "PeerReviewCheckRequest"
url: "https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75/schemas/PeerReviewCheckRequest"
---

> Full API specification: https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75.md

# PeerReviewCheckRequest

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: uat
servers:
  - url: https://apinonprod.mosaicinsurance.com
    description: Generated server url
components:
  schemas:
    PeerReviewCheckedBy:
      type: object
      required:
        - id
      properties:
        id:
          type: integer
          format: int64
          example: 545
    PeerReviewCheckRequest:
      type: object
      required:
        - checkedBy
        - checkedDate
      properties:
        checkedBy:
          $ref: "#/components/schemas/PeerReviewCheckedBy"
        checkedDate:
          type: string
          format: date
          example: 2026-09-10
```
