{
  "type": [
    "object",
    "null"
  ],
  "properties": {
    "lock_reason": {
      "type": "string",
      "description": "The reason for locking the issue or pull request conversation. Lock will fail if you don't use one of these reasons:  \n * `off-topic`  \n * `too heated`  \n * `resolved`  \n * `spam`",
      "enum": [
        "off-topic",
        "too heated",
        "resolved",
        "spam"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}