{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/github/v1/create-comment.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Write a new comment on a GitHub Issue or Pull Request.\nFull specification on [GitHub docs](https://developer.github.com/v3/issues/comments/#create-a-comment)\n",
  "properties": {
    "body": {
      "description": "The contents of the comment.",
      "type": "string"
    }
  },
  "required": [
    "body"
  ],
  "title": "Create Comment Request",
  "type": "object"
}