Checklist Comment
A Checklist Comment model used for comment payloads.
Required properties:
- id– Identifier of the Comment
- checklistId– Identifier of the Checklist
- comment– Comment content
Properties:
| Property | Type | Format | Required | Description | 
|---|---|---|---|---|
| id | string | uuid | true | Identifier of the comment | 
| checklistId | string | uuid | true | Identifier of associated checklist | 
| comment | string | true | Comment content | 
Example:
{
    "id": "3f582b1f-0ea4-46aa-b6c2-03a68b8e7805",
    "checklistId": "3f582b1f-0ea4-46aa-b6c2-03a68b8e7805",
    "comment": "comment"
}