{
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string",
      "description": "The OAuth access token used to authenticate to the GitHub API."
    }
  },
  "required": [
    "access_token"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}