{
  "type": "object",
  "properties": {
    "reason": {
      "description": "The reason for bypassing push protection.",
      "type": "string",
      "enum": [
        "false_positive",
        "used_in_tests",
        "will_fix_later"
      ]
    },
    "placeholder_id": {
      "description": "The ID of the push protection bypass placeholder. This value is returned on any push protected routes.",
      "type": "string"
    }
  },
  "required": [
    "reason",
    "placeholder_id"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}