{
  "properties": {
    "confirm": {
      "default": false,
      "description": "Must be true to actually release the holdout. This discards research-integrity state, so it is a no-op unless confirm=true.",
      "title": "Confirm",
      "type": "boolean"
    },
    "project_id": {
      "description": "Research project identifier",
      "title": "Project Id",
      "type": "string"
    }
  },
  "required": [
    "project_id"
  ],
  "title": "release_holdoutArguments",
  "type": "object"
}
