{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Comment", "type": "object", "properties": { "self": { "type": "string" }, "id": { "type": "string" }, "renderedBody": { "type": "string" }, "created": { "type": "string" }, "updated": { "type": "string" }, "jsdPublic": { "type": "boolean" } } }