{
  "$id": "https://schema.rtemis.org/conformal/cqr/v1/schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "rtemis CQRConfig",
  "description": "Conformalized quantile regression. See setup_CQR.",
  "type": "object",
  "properties": {
    "alpha": {
      "description": "Miscoverage rate. The region covers with probability at least 1 - alpha.",
      "type": "number",
      "exclusiveMinimum": 0,
      "exclusiveMaximum": 1,
      "x-rtemis": {
        "type": "number"
      }
    }
  }
}
