{
  "properties": {
    "access_token": {
      "description": "The access_token of the OAuth or GitHub application.",
      "type": "string"
    }
  },
  "required": [
    "access_token"
  ],
  "type": "object",
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}