CommentCreated

Propiedades

Nombre Tipo Formato Obligatorio
id integer obligatorio
content string obligatorio
createdAt string | null date-time

JSON de ejemplo

{
    "id": 0,
    "content": "string",
    "createdAt": "2026-01-01T00:00:00+00:00"
}