{
  "type": "object",
  "properties": {
    "body": {
      "type": "string",
      "description": "The contents of the comment."
    },
    "path": {
      "type": "string",
      "description": "Relative path of the file to comment on."
    },
    "position": {
      "type": "integer",
      "description": "Line index in the diff to comment on."
    },
    "line": {
      "type": "integer",
      "description": "**Closing down notice**. Use **position** parameter instead. Line number in the file to comment on."
    }
  },
  "required": [
    "body"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}