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