{
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "description": "Action to apply to the fine-grained personal access token.",
      "const": "revoke"
    }
  },
  "required": [
    "action"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}