{
  "properties": {
    "body": {
      "description": "The comment text.",
      "type": "string",
      "maxLength": 65535
    }
  },
  "type": "object",
  "required": [
    "body"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}