{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CommentSummaryDto", "type": "object", "properties": { "id": { "type": "string" }, "userId": { "type": "string" }, "createdAt": { "type": "string" }, "subcomments": { "type": "array" } } }