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