{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Comment", "type": "object", "properties": { "id": { "type": "integer" }, "type": { "type": "string" }, "body": { "type": "string" }, "html_body": { "type": "string" }, "plain_body": { "type": "string" }, "public": { "type": "boolean" }, "author_id": { "type": "integer" }, "attachments": { "type": "array" }, "created_at": { "type": "string" } } }