{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddCommentRequest", "title": "AddCommentRequest", "required": [ "text" ], "type": "object", "properties": { "text": { "type": "string" } }, "example": { "text": "escreva seu coment\u00e1rio" } }