VTEX · Schema

AddCommentRequest

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
text string
View JSON Schema on GitHub

JSON Schema

vtex-addcommentrequest-schema.json Raw ↑
{
  "$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"
  }
}