{
  "description": "Commit an autofix for a code scanning alert",
  "type": [
    "object",
    "null"
  ],
  "properties": {
    "target_ref": {
      "description": "The Git reference of target branch for the commit. Branch needs to already exist.  For more information, see \"[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)\" in the Git documentation.",
      "type": "string"
    },
    "message": {
      "description": "Commit message to be used.",
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}