{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateCommentDto", "type": "object", "properties": { "authorId": { "type": "string" }, "parentCommentId": { "type": "string" }, "body": { "type": "string" } } }