{
  "components": {
    "responses": {
      "errors": {
        "content": {
          "application/vnd.api+json": {
            "schema": {
              "$ref": "#/components/schemas/errors"
            }
          }
        },
        "description": "General Error"
      }
    },
    "schemas": {
      "model_record-filter-ardora_analyzed_on": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-hub_url": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "aggregate": {
            "$ref": "#/components/schemas/benchmark-filter-aggregate"
          },
          "and": {
            "items": {
              "$ref": "#/components/schemas/benchmark-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "caveat": {
            "$ref": "#/components/schemas/benchmark-filter-caveat"
          },
          "citation_url": {
            "$ref": "#/components/schemas/benchmark-filter-citation_url"
          },
          "created_at": {
            "$ref": "#/components/schemas/benchmark-filter-created_at"
          },
          "description": {
            "$ref": "#/components/schemas/benchmark-filter-description"
          },
          "honesty_rails": {
            "$ref": "#/components/schemas/benchmark-filter-honesty_rails"
          },
          "kind": {
            "$ref": "#/components/schemas/benchmark-filter-kind"
          },
          "lead_slug": {
            "$ref": "#/components/schemas/benchmark-filter-lead_slug"
          },
          "name": {
            "$ref": "#/components/schemas/benchmark-filter-name"
          },
          "not": {
            "$ref": "#/components/schemas/benchmark-filter"
          },
          "operator_gated": {
            "$ref": "#/components/schemas/benchmark-filter-operator_gated"
          },
          "or": {
            "items": {
              "$ref": "#/components/schemas/benchmark-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "parent_slug": {
            "$ref": "#/components/schemas/benchmark-filter-parent_slug"
          },
          "provenance": {
            "$ref": "#/components/schemas/benchmark-filter-provenance"
          },
          "regime": {
            "$ref": "#/components/schemas/benchmark-filter-regime"
          },
          "slug": {
            "$ref": "#/components/schemas/benchmark-filter-slug"
          },
          "specimen_visibility": {
            "$ref": "#/components/schemas/benchmark-filter-specimen_visibility"
          },
          "status": {
            "$ref": "#/components/schemas/benchmark-filter-status"
          },
          "synced_at": {
            "$ref": "#/components/schemas/benchmark-filter-synced_at"
          },
          "updated_at": {
            "$ref": "#/components/schemas/benchmark-filter-updated_at"
          },
          "verdict": {
            "$ref": "#/components/schemas/benchmark-filter-verdict"
          },
          "why": {
            "$ref": "#/components/schemas/benchmark-filter-why"
          }
        },
        "type": "deepObject"
      },
      "benchmark-filter-synced_at": {
        "additionalProperties": false,
        "description": "When the import last wrote this corpus from the manifest.",
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "benchmark-filter-caveat": {
        "additionalProperties": false,
        "description": "The honest confound/scope bound on the number (curated≠population, per-family, epoch-confound, own-cohort abstain-on-identity, …). Nullable.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-parent_slug": {
        "additionalProperties": false,
        "description": "The containing bundle's slug (a soft self-reference; a bundle→cohort hierarchy). Coarse pointer, filterable; no hard self-FK so the import stays order-independent.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-operator_gated": {
        "additionalProperties": false,
        "description": "True iff the corpus is materialized + labeled but NOT yet run — gated on an operator GPU run (e.g. BackdoorLLM). Distinguishes \"we can cite its published label\" from \"we ran it\".",
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "model_record-filter-family": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "links": {
        "additionalProperties": {
          "$ref": "#/components/schemas/link"
        },
        "type": "object"
      },
      "model_record-filter-ardora_score_label": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-lead_slug": {
        "additionalProperties": false,
        "description": "The slug of the LEAD scored corpus for the whole registry (the one number that headlines). Denormalized from the manifest top level. Nullable.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-created_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "model_record-filter-params_millions": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "model_record-filter-likes": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "model_record-filter-ardora_axis_bands": {
        "additionalProperties": false,
        "description": "The seven fixed public disposition axes → coarse band (integer 1-5) or the\nstring \"abstained\". Bands only — never an underlying number, never a handle.\n",
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "benchmark-filter-description": {
        "additionalProperties": false,
        "description": "Plain, number-free framing of what the corpus is.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-ardora_score_band": {
        "additionalProperties": false,
        "description": "Overall Ardora disposition-definition band (1-5, five values only); nil when abstained. The underlying numeric value is never exposed — the band only.",
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_verdict_label": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-updated_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "model_record-filter-model_type": {
        "additionalProperties": false,
        "description": "Coarse published model kind (e.g. base / instruct / finetune).",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-kind": {
        "additionalProperties": false,
        "description": "Coarse structural kind: a `bundle` (a container of sub-corpora, e.g. \"NIST TrojAI\") or a `cohort` (a leaf labeled model set / round).",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-popularity_sampled_at": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a benchmark",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a benchmark",
            "properties": {
              "aggregate": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The engine-MEASURED, imported research statistic for a scored corpus — the coarse\npublished numbers only: n_clean / n_poisoned / auc / ci / recall@FPR / perm_p, and,\nONLY where a calibrated operating point exists, a confusion matrix {tp,fp,fn,tn}\n(nullable — most corpora are threshold-free AUC-only). Nil for conceded/no-go corpora.\nNever a raw per-specimen detector score. Complementary to the DERIVED operating_point.\n. Field included by default."
              },
              "caveat": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The honest confound/scope bound on the number (curated≠population, per-family, epoch-confound, own-cohort abstain-on-identity, …). Nullable. Field included by default."
              },
              "citation_url": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "created_at": {
                "description": "Field included by default."
              },
              "description": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Plain, number-free framing of what the corpus is. Field included by default."
              },
              "honesty_rails": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The explicit registry-wide honesty-rails block (denormalized from the manifest top level) — the standing disclosures the registry commits to (silence-is-abstain, no-absolute-regime, disclosed-with-denominator). Coarse published text only. Nullable. Field included by default."
              },
              "kind": {
                "description": "Coarse structural kind: a `bundle` (a container of sub-corpora, e.g. \"NIST TrojAI\") or a `cohort` (a leaf labeled model set / round). Field included by default.",
                "type": "string"
              },
              "lead_slug": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The slug of the LEAD scored corpus for the whole registry (the one number that headlines). Denormalized from the manifest top level. Nullable. Field included by default."
              },
              "name": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "operator_gated": {
                "description": "True iff the corpus is materialized + labeled but NOT yet run — gated on an operator GPU run (e.g. BackdoorLLM). Distinguishes \"we can cite its published label\" from \"we ran it\". Field included by default.",
                "type": "boolean"
              },
              "parent_slug": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The containing bundle's slug (a soft self-reference; a bundle→cohort hierarchy). Coarse pointer, filterable; no hard self-FK so the import stays order-independent. Field included by default."
              },
              "provenance": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Coarse provenance of the corpus (e.g. the official release / our own synthesized cohort). Field included by default."
              },
              "regime": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The scoring regime — `in_class` (matched-ref, own family), `cross_family` (held-out / pooled transfer), or `absolute` (no matched reference). Carried so the three-regime honesty holds; nil for conceded/no-go corpora. Field included by default."
              },
              "specimen_visibility": {
                "description": "`named` (published labels → specimens may carry ground-truth + a research-harness verdict) or `aggregate` (own-cohort / label-sequestered → NO specimen rows). Enforced structurally at the specimen write boundary. Field included by default.",
                "type": "string"
              },
              "status": {
                "description": "The corpus's class in the coverage matrix: `scored` (a defensible number), `conceded` (attempted, number NOT defensible), or `no_go` (surveyed and refused). The registry renders all three — misses beside catches. Field included by default.",
                "type": "string"
              },
              "synced_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "When the import last wrote this corpus from the manifest. Field included by default."
              },
              "updated_at": {
                "description": "Field included by default."
              },
              "verdict": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The short bolded reading for a conceded/no-go corpus (e.g. \"PARTIAL + currently INVERTING\", \"NOT-APPLICABLE — input-contract mismatch\", \"DEFER (→GPU)\"). Nil for scored. Field included by default."
              },
              "why": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The honest one-line reason a conceded/no-go corpus has no defensible number. Nil for scored. Field included by default."
              }
            },
            "required": [
              "kind",
              "specimen_visibility",
              "status",
              "operator_gated",
              "created_at",
              "updated_at"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a benchmark",
            "properties": {},
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "model_record-filter-updated_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "benchmark-filter-specimen_visibility": {
        "additionalProperties": false,
        "description": "`named` (published labels → specimens may carry ground-truth + a research-harness verdict) or `aggregate` (own-cohort / label-sequestered → NO specimen rows). Enforced structurally at the specimen write boundary.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-ardora_coverage": {
        "additionalProperties": false,
        "description": "The coarse Ardora reading COVERAGE descriptor (battery scope, english-centric,\nbenign-only, …) — the honest bound on what was characterized. Never a raw\nscore, coordinate, or witness handle.\n",
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "model_record": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a model_record",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a model_record",
            "properties": {
              "protora_cleared_classes": {
                "anyOf": [
                  {
                    "items": {
                      "type": "string"
                    },
                    "nullable": true,
                    "type": "array"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The GATING classes that RULED CLEAN on this model. nil ⇒ coverage not recorded (a legacy\nrow, or a Core that does not emit the coverage record); [] ⇒ recorded, and none cleared.\n. Field included by default."
              },
              "params": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_source_sha": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "sha256 of the Protora ratings source at sync time. Field included by default."
              },
              "protora_coverage_disclosure": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The published verdict word together with the scope that earned it, in ONE string —\n`\"clean (2 of 8 classes ruled)\"` for a complete coverage partition,\n`\"clean (at least 2 of 8 classes ruled)\"` when the record bounds its scope from below but\ncannot state it exactly, and `\"clean (coverage not recorded)\"` when no total can be bounded\nat all. nil when there is no published verdict to qualify.\n\nThe underlying `protora_*_classes` arrays are public beside it, so the ratio is\nre-derivable from its parts rather than merely asserted.\n"
              },
              "protora_verdict_label": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "synced_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "When the engine last wrote this row from source. Field included by default."
              },
              "popularity_sampled_at": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "architecture_family": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Public architecture family (e.g. Llama, Qwen2). Field included by default."
              },
              "family": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_assessed_on": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_threat_classes": {
                "description": "The coarse published threat-class LABELS a firehose/unified-scan detect verdict\nfired on (e.g. \"abliteration\", \"backdoor\") — class identity only, never the\ninstrument that read them. [] when unassessed.\n. Field included by default.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protora_integrity_class": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_abstain_reason": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The COARSE abstain-reason CODE — a single value from the closed vocabulary\n(`base_unresolved` / `unsupported_family` / `unsupported_artifact` / `model_unavailable` /\n`no_confident_ruling`) explaining WHY a scan abstained, so a bare \"abstain\" is legible (\"we\ncould not responsibly scan this, and here is why\"). NEVER free prose and never the raw\ninternal exception (firewall-scrubbed at the Core; exact-membership re-validated by\n`VulcoraApi.Engine.Result`). This is the OPPOSITE of a withheld verdict — it is the honest\ncause of NO verdict, so it is always public and NOT publish-gated. nil ⇒ not an abstain.\n. Field included by default."
              },
              "protora_descriptors": {
                "description": "Coarse published finding descriptors (never method vocabulary). Field included by default.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protora_record_url": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "params_millions": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "model_type": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Coarse published model kind (e.g. base / instruct / finetune). Field included by default."
              },
              "ardora_character": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Dominant coarse character from Ardora's fixed public vocabulary (identity, not a quality/safety ranking); nil when abstained. Field included by default."
              },
              "updated_at": {
                "description": "Field included by default."
              },
              "ardora_axis_bands": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The seven fixed public disposition axes → coarse band (integer 1-5) or the\nstring \"abstained\". Bands only — never an underlying number, never a handle.\n. Field included by default."
              },
              "ardora_analyzed": {
                "description": "True iff the Ardora atlas carries a read for this model. Field included by default.",
                "type": "boolean"
              },
              "downloads_30d": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_confidence_bucket": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The scan's own confidence in its verdict — the engine's coarse bucket\n(\"very_high\" / \"high\" / \"moderate\" / \"low\"), or \"not_characterized\" when the engine\ndeclined to characterize it. nil for legacy / ratings-register rows that predate the\nfield. Gates the display derivation: see\n`VulcoraApi.Audit.IntegrityDerivation.characterized?/1`.\n. Field included by default."
              },
              "protora_under_review": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "True iff a Protora read CONCLUDED on this model and its verdict is withheld pending human\nreview — either the publish gate is `held_for_review` / retracted / any non-publishing\nvalue, OR the row is an uncorroborated clearance on a self-declared-tampered subject (see\n`VulcoraApi.Audit.SelfDeclaration`). DISCLOSURE ONLY — it says a verdict exists and is\nheld, never what the verdict is. False for a published verdict and for a model that was\nnever read.\n\nThe second branch is load-bearing, not cosmetic: without it a self-declaration-held row\nwould serve `assessed: false` AND `under_review: false`, i.e. \"we never looked\" — the\nexact false statement the disclosure exists to prevent.\n"
              },
              "protora_integrity_label": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "engine_versions": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Engine/source provenance stamps (ardora engine version, ratings generated_at). Field included by default."
              },
              "base_model": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_disclosure_label": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "downloads_all_time": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "ardora_score_label": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "ardora_engine_version": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "maker": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "likes": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "ardora_coverage": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The coarse Ardora reading COVERAGE descriptor (battery scope, english-centric,\nbenign-only, …) — the honest bound on what was characterized. Never a raw\nscore, coordinate, or witness handle.\n. Field included by default."
              },
              "ardora_score_band": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Overall Ardora disposition-definition band (1-5, five values only); nil when abstained. The underlying numeric value is never exposed — the band only. Field included by default."
              },
              "bench_posture": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Coarse per-model ProtoraBench posture where one honestly exists (e.g. a\npublished backdoor-challenge subject); nil for most models because the\nProtoraBench boards are AGGREGATE-only by firewall design.\n. Field included by default."
              },
              "hub_url": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_corroborating_classes": {
                "anyOf": [
                  {
                    "items": {
                      "type": "string"
                    },
                    "nullable": true,
                    "type": "array"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "NON-gating classes that FIRED — corroboration only, never a driver of the published verdict.\nnil ⇒ coverage not recorded; [] ⇒ recorded, and none corroborated.\n. Field included by default."
              },
              "base_maker": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "ardora_analyzed_on": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "license": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "model_name": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_rating": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Published age rating (e.g. \"18plus\"); nil when assessed-and-nothing-witnessed. Field included by default."
              },
              "ardora_character_label": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_is_mismatch": {
                "description": "Field included by default.",
                "type": "boolean"
              },
              "protora_abstained_classes": {
                "anyOf": [
                  {
                    "items": {
                      "type": "string"
                    },
                    "nullable": true,
                    "type": "array"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The classes that could NOT rule — the honest scope limit of the verdict. nil ⇒ coverage not\nrecorded; [] ⇒ recorded, and nothing abstained. Never backfilled: see the attribute above.\n. Field included by default."
              },
              "protora_reason": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_recovered_payload": {
                "description": "The RECOVERED PAYLOAD CONTENT — the model's OWN emitted token STRINGS the\nweight-space payload-register catcher recovered COLD (the vocabulary the model was\ntrained to emit; \"the register SPEAKS the payload\"), surfaced when a functional\nbackdoor fires. This is customer CONTENT (the model's own words), NOT method: the\nfirewall content-EXEMPTS these values (a recovered token that coincidentally matches\na sealed-method word is the FINDING, not a leak) while still scanning every key and\nevery non-content field. [] when nothing was recovered / unassessed.\n. Field included by default.",
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protora_nongating_cleared_classes": {
                "anyOf": [
                  {
                    "items": {
                      "type": "string"
                    },
                    "nullable": true,
                    "type": "array"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "NON-gating classes that RULED CLEAN — the clearance-side twin of the corroborating list.\nThey RAN and CONCLUDED, so they count toward the scan's scope, but they do not confer a\nclearance. nil ⇒ coverage not recorded; [] ⇒ recorded, and none.\n. Field included by default."
              },
              "ardora_source_sha": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "sha256 of the Ardora atlas source at sync time. Field included by default."
              },
              "created_at": {
                "description": "Field included by default."
              },
              "protora_assessed": {
                "description": "True iff the model is in Protora's published ratings register (assessed). False = not yet assessed. Field included by default.",
                "type": "boolean"
              }
            },
            "required": [
              "protora_assessed",
              "protora_descriptors",
              "protora_threat_classes",
              "protora_recovered_payload",
              "protora_is_mismatch",
              "ardora_analyzed",
              "created_at",
              "updated_at"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a model_record",
            "properties": {},
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "model_record-filter-ardora_character_label": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-ardora_source_sha": {
        "additionalProperties": false,
        "description": "sha256 of the Ardora atlas source at sync time.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-verdict": {
        "additionalProperties": false,
        "description": "The short bolded reading for a conceded/no-go corpus (e.g. \"PARTIAL + currently INVERTING\", \"NOT-APPLICABLE — input-contract mismatch\", \"DEFER (→GPU)\"). Nil for scored.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-synced_at": {
        "additionalProperties": false,
        "description": "When the engine last wrote this row from source.",
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "model_record-filter-protora_integrity_class": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "link": {
        "description": "A link MUST be represented as either: a string containing the link's URL or a link object.",
        "type": "string"
      },
      "model_record-filter-license": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-hf_id": {
        "additionalProperties": false,
        "description": "Canonical (lowercased) HuggingFace repo-id — the join key across all published sources.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-citation_url": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-base_model": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_is_mismatch": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "model_record-filter-params": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-name": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-base_maker": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_confidence_bucket": {
        "additionalProperties": false,
        "description": "The scan's own confidence in its verdict — the engine's coarse bucket\n(\"very_high\" / \"high\" / \"moderate\" / \"low\"), or \"not_characterized\" when the engine\ndeclined to characterize it. nil for legacy / ratings-register rows that predate the\nfield. Gates the display derivation: see\n`VulcoraApi.Audit.IntegrityDerivation.characterized?/1`.\n",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "error": {
        "additionalProperties": false,
        "properties": {
          "code": {
            "description": "An application-specific error code, expressed as a string value.",
            "type": "string"
          },
          "detail": {
            "description": "A human-readable explanation specific to this occurrence of the problem.",
            "type": "string"
          },
          "id": {
            "description": "A unique identifier for this particular occurrence of the problem.",
            "type": "string"
          },
          "links": {
            "$ref": "#/components/schemas/links"
          },
          "source": {
            "properties": {
              "parameter": {
                "description": "A string indicating which query parameter caused the error.",
                "type": "string"
              },
              "pointer": {
                "description": "A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/data\" for a primary data object, or \"/data/attributes/title\" for a specific attribute].",
                "type": "string"
              }
            },
            "type": "object"
          },
          "status": {
            "description": "The HTTP status code applicable to this problem, expressed as a string value.",
            "type": "string"
          },
          "title": {
            "description": "A short, human-readable summary of the problem. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-bench_posture": {
        "additionalProperties": false,
        "description": "Coarse per-model ProtoraBench posture where one honestly exists (e.g. a\npublished backdoor-challenge subject); nil for most models because the\nProtoraBench boards are AGGREGATE-only by firewall design.\n",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-provenance": {
        "additionalProperties": false,
        "description": "Coarse provenance of the corpus (e.g. the official release / our own synthesized cohort).",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_record_url": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-ardora_engine_version": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "errors": {
        "items": {
          "$ref": "#/components/schemas/error"
        },
        "type": "array",
        "uniqueItems": true
      },
      "model_record-filter-protora_disclosure_label": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_abstain_reason": {
        "additionalProperties": false,
        "description": "The COARSE abstain-reason CODE — a single value from the closed vocabulary\n(`base_unresolved` / `unsupported_family` / `unsupported_artifact` / `model_unavailable` /\n`no_confident_ruling`) explaining WHY a scan abstained, so a bare \"abstain\" is legible (\"we\ncould not responsibly scan this, and here is why\"). NEVER free prose and never the raw\ninternal exception (firewall-scrubbed at the Core; exact-membership re-validated by\n`VulcoraApi.Engine.Result`). This is the OPPOSITE of a withheld verdict — it is the honest\ncause of NO verdict, so it is always public and NOT publish-gated. nil ⇒ not an abstain.\n",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-downloads_all_time": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "benchmark-filter-aggregate": {
        "additionalProperties": false,
        "description": "The engine-MEASURED, imported research statistic for a scored corpus — the coarse\npublished numbers only: n_clean / n_poisoned / auc / ci / recall@FPR / perm_p, and,\nONLY where a calibrated operating point exists, a confusion matrix {tp,fp,fn,tn}\n(nullable — most corpora are threshold-free AUC-only). Nil for conceded/no-go corpora.\nNever a raw per-specimen detector score. Complementary to the DERIVED operating_point.\n",
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "benchmark-filter-regime": {
        "additionalProperties": false,
        "description": "The scoring regime — `in_class` (matched-ref, own family), `cross_family` (held-out / pooled transfer), or `absolute` (no matched reference). Carried so the three-regime honesty holds; nil for conceded/no-go corpora.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-maker": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_assessed": {
        "additionalProperties": false,
        "description": "True iff the model is in Protora's published ratings register (assessed). False = not yet assessed.",
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "model_record-filter-ardora_character": {
        "additionalProperties": false,
        "description": "Dominant coarse character from Ardora's fixed public vocabulary (identity, not a quality/safety ranking); nil when abstained.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-model_name": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-slug": {
        "additionalProperties": false,
        "description": "Stable slug — the citable corpus key the specimen rows + the frontend join on.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_source_sha": {
        "additionalProperties": false,
        "description": "sha256 of the Protora ratings source at sync time.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_under_review": {
        "additionalProperties": false,
        "description": "True iff a Protora read CONCLUDED on this model and its verdict is withheld pending human\nreview — either the publish gate is `held_for_review` / retracted / any non-publishing\nvalue, OR the row is an uncorroborated clearance on a self-declared-tampered subject (see\n`VulcoraApi.Audit.SelfDeclaration`). DISCLOSURE ONLY — it says a verdict exists and is\nheld, never what the verdict is. False for a published verdict and for a model that was\nnever read.\n\nThe second branch is load-bearing, not cosmetic: without it a self-declaration-held row\nwould serve `assessed: false` AND `under_review: false`, i.e. \"we never looked\" — the\nexact false statement the disclosure exists to prevent.\n",
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_rating": {
        "additionalProperties": false,
        "description": "Published age rating (e.g. \"18plus\"); nil when assessed-and-nothing-witnessed.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-why": {
        "additionalProperties": false,
        "description": "The honest one-line reason a conceded/no-go corpus has no defensible number. Nil for scored.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-status": {
        "additionalProperties": false,
        "description": "The corpus's class in the coverage matrix: `scored` (a defensible number), `conceded` (attempted, number NOT defensible), or `no_go` (surveyed and refused). The registry renders all three — misses beside catches.",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_reason": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-protora_integrity_label": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "benchmark-filter-created_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "model_record-filter-protora_assessed_on": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-ardora_analyzed": {
        "additionalProperties": false,
        "description": "True iff the Ardora atlas carries a read for this model.",
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "benchmark-filter-honesty_rails": {
        "additionalProperties": false,
        "description": "The explicit registry-wide honesty-rails block (denormalized from the manifest top level) — the standing disclosures the registry commits to (silence-is-abstain, no-absolute-regime, disclosed-with-denominator). Coarse published text only. Nullable.",
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "model_record-filter-architecture_family": {
        "additionalProperties": false,
        "description": "Public architecture family (e.g. Llama, Qwen2).",
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "model_record-filter-engine_versions": {
        "additionalProperties": false,
        "description": "Engine/source provenance stamps (ardora engine version, ratings generated_at).",
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "model_record-filter-downloads_30d": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "model_record-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "or": {
            "items": {
              "$ref": "#/components/schemas/model_record-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "params": {
            "$ref": "#/components/schemas/model_record-filter-params"
          },
          "protora_source_sha": {
            "$ref": "#/components/schemas/model_record-filter-protora_source_sha"
          },
          "hf_id": {
            "$ref": "#/components/schemas/model_record-filter-hf_id"
          },
          "and": {
            "items": {
              "$ref": "#/components/schemas/model_record-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "protora_verdict_label": {
            "$ref": "#/components/schemas/model_record-filter-protora_verdict_label"
          },
          "synced_at": {
            "$ref": "#/components/schemas/model_record-filter-synced_at"
          },
          "popularity_sampled_at": {
            "$ref": "#/components/schemas/model_record-filter-popularity_sampled_at"
          },
          "architecture_family": {
            "$ref": "#/components/schemas/model_record-filter-architecture_family"
          },
          "family": {
            "$ref": "#/components/schemas/model_record-filter-family"
          },
          "protora_assessed_on": {
            "$ref": "#/components/schemas/model_record-filter-protora_assessed_on"
          },
          "protora_integrity_class": {
            "$ref": "#/components/schemas/model_record-filter-protora_integrity_class"
          },
          "protora_abstain_reason": {
            "$ref": "#/components/schemas/model_record-filter-protora_abstain_reason"
          },
          "not": {
            "$ref": "#/components/schemas/model_record-filter"
          },
          "protora_record_url": {
            "$ref": "#/components/schemas/model_record-filter-protora_record_url"
          },
          "params_millions": {
            "$ref": "#/components/schemas/model_record-filter-params_millions"
          },
          "model_type": {
            "$ref": "#/components/schemas/model_record-filter-model_type"
          },
          "ardora_character": {
            "$ref": "#/components/schemas/model_record-filter-ardora_character"
          },
          "updated_at": {
            "$ref": "#/components/schemas/model_record-filter-updated_at"
          },
          "ardora_axis_bands": {
            "$ref": "#/components/schemas/model_record-filter-ardora_axis_bands"
          },
          "ardora_analyzed": {
            "$ref": "#/components/schemas/model_record-filter-ardora_analyzed"
          },
          "downloads_30d": {
            "$ref": "#/components/schemas/model_record-filter-downloads_30d"
          },
          "protora_confidence_bucket": {
            "$ref": "#/components/schemas/model_record-filter-protora_confidence_bucket"
          },
          "protora_under_review": {
            "$ref": "#/components/schemas/model_record-filter-protora_under_review"
          },
          "protora_integrity_label": {
            "$ref": "#/components/schemas/model_record-filter-protora_integrity_label"
          },
          "engine_versions": {
            "$ref": "#/components/schemas/model_record-filter-engine_versions"
          },
          "base_model": {
            "$ref": "#/components/schemas/model_record-filter-base_model"
          },
          "protora_disclosure_label": {
            "$ref": "#/components/schemas/model_record-filter-protora_disclosure_label"
          },
          "downloads_all_time": {
            "$ref": "#/components/schemas/model_record-filter-downloads_all_time"
          },
          "ardora_score_label": {
            "$ref": "#/components/schemas/model_record-filter-ardora_score_label"
          },
          "ardora_engine_version": {
            "$ref": "#/components/schemas/model_record-filter-ardora_engine_version"
          },
          "maker": {
            "$ref": "#/components/schemas/model_record-filter-maker"
          },
          "likes": {
            "$ref": "#/components/schemas/model_record-filter-likes"
          },
          "ardora_coverage": {
            "$ref": "#/components/schemas/model_record-filter-ardora_coverage"
          },
          "ardora_score_band": {
            "$ref": "#/components/schemas/model_record-filter-ardora_score_band"
          },
          "bench_posture": {
            "$ref": "#/components/schemas/model_record-filter-bench_posture"
          },
          "hub_url": {
            "$ref": "#/components/schemas/model_record-filter-hub_url"
          },
          "base_maker": {
            "$ref": "#/components/schemas/model_record-filter-base_maker"
          },
          "ardora_analyzed_on": {
            "$ref": "#/components/schemas/model_record-filter-ardora_analyzed_on"
          },
          "license": {
            "$ref": "#/components/schemas/model_record-filter-license"
          },
          "model_name": {
            "$ref": "#/components/schemas/model_record-filter-model_name"
          },
          "protora_rating": {
            "$ref": "#/components/schemas/model_record-filter-protora_rating"
          },
          "ardora_character_label": {
            "$ref": "#/components/schemas/model_record-filter-ardora_character_label"
          },
          "protora_is_mismatch": {
            "$ref": "#/components/schemas/model_record-filter-protora_is_mismatch"
          },
          "protora_reason": {
            "$ref": "#/components/schemas/model_record-filter-protora_reason"
          },
          "ardora_source_sha": {
            "$ref": "#/components/schemas/model_record-filter-ardora_source_sha"
          },
          "created_at": {
            "$ref": "#/components/schemas/model_record-filter-created_at"
          },
          "protora_assessed": {
            "$ref": "#/components/schemas/model_record-filter-protora_assessed"
          }
        },
        "type": "deepObject"
      }
    },
    "securitySchemes": {
      "bearerAuth": {
        "bearerFormat": "JWT",
        "description": "JWT for bearer authentication",
        "scheme": "bearer",
        "type": "http"
      }
    }
  },
  "info": {
    "title": "Open API Specification",
    "version": "1.1"
  },
  "openapi": "3.0.0",
  "paths": {
    "/api/benchmarks": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "Public benchmark-corpus catalog — coarse identity, provenance, citation, the honest status/verdict/caveat, and the imported research aggregate. Every field is coarse published research.",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/benchmark-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(slug|-slug|\\+\\+slug|--slug|name|-name|\\+\\+name|--name|kind|-kind|\\+\\+kind|--kind|parent_slug|-parent_slug|\\+\\+parent_slug|--parent_slug|provenance|-provenance|\\+\\+provenance|--provenance|citation_url|-citation_url|\\+\\+citation_url|--citation_url|description|-description|\\+\\+description|--description|regime|-regime|\\+\\+regime|--regime|caveat|-caveat|\\+\\+caveat|--caveat|specimen_visibility|-specimen_visibility|\\+\\+specimen_visibility|--specimen_visibility|status|-status|\\+\\+status|--status|verdict|-verdict|\\+\\+verdict|--verdict|why|-why|\\+\\+why|--why|operator_gated|-operator_gated|\\+\\+operator_gated|--operator_gated|aggregate|-aggregate|\\+\\+aggregate|--aggregate|lead_slug|-lead_slug|\\+\\+lead_slug|--lead_slug|honesty_rails|-honesty_rails|\\+\\+honesty_rails|--honesty_rails|synced_at|-synced_at|\\+\\+synced_at|--synced_at|created_at|-created_at|\\+\\+created_at|--created_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at)(,(slug|-slug|\\+\\+slug|--slug|name|-name|\\+\\+name|--name|kind|-kind|\\+\\+kind|--kind|parent_slug|-parent_slug|\\+\\+parent_slug|--parent_slug|provenance|-provenance|\\+\\+provenance|--provenance|citation_url|-citation_url|\\+\\+citation_url|--citation_url|description|-description|\\+\\+description|--description|regime|-regime|\\+\\+regime|--regime|caveat|-caveat|\\+\\+caveat|--caveat|specimen_visibility|-specimen_visibility|\\+\\+specimen_visibility|--specimen_visibility|status|-status|\\+\\+status|--status|verdict|-verdict|\\+\\+verdict|--verdict|why|-why|\\+\\+why|--why|operator_gated|-operator_gated|\\+\\+operator_gated|--operator_gated|aggregate|-aggregate|\\+\\+aggregate|--aggregate|lead_slug|-lead_slug|\\+\\+lead_slug|--lead_slug|honesty_rails|-honesty_rails|\\+\\+honesty_rails|--honesty_rails|synced_at|-synced_at|\\+\\+synced_at|--synced_at|created_at|-created_at|\\+\\+created_at|--created_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "benchmark": "slug,name,kind,parent_slug,provenance,citation_url,description,regime,caveat,specimen_visibility,status,verdict,why,operator_gated,aggregate,lead_slug,honesty_rails,synced_at,created_at,updated_at"
              },
              "properties": {
                "benchmark": {
                  "description": "Comma separated field names for benchmark",
                  "example": "slug,name,kind,parent_slug,provenance,citation_url,description,regime,caveat,specimen_visibility,status,verdict,why,operator_gated,aggregate,lead_slug,honesty_rails,synced_at,created_at,updated_at",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a benchmark",
                      "items": {
                        "$ref": "#/components/schemas/benchmark"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "benchmark"
        ]
      }
    },
    "/api/benchmarks/{slug}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "Public benchmark-corpus catalog — coarse identity, provenance, citation, the honest status/verdict/caveat, and the imported research aggregate. Every field is coarse published research.",
        "parameters": [
          {
            "in": "path",
            "name": "slug",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "benchmark": "slug,name,kind,parent_slug,provenance,citation_url,description,regime,caveat,specimen_visibility,status,verdict,why,operator_gated,aggregate,lead_slug,honesty_rails,synced_at,created_at,updated_at"
              },
              "properties": {
                "benchmark": {
                  "description": "Comma separated field names for benchmark",
                  "example": "slug,name,kind,parent_slug,provenance,citation_url,description,regime,caveat,specimen_visibility,status,verdict,why,operator_gated,aggregate,lead_slug,honesty_rails,synced_at,created_at,updated_at",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/benchmark"
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "benchmark"
        ]
      }
    },
    "/api/model_records": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "Public model catalog — coarse identity / popularity / ardora facets, the `protora_under_review` disclosure, plus the Protora verdict ONLY for publicly-assessed rows (a held or retracted verdict is withheld and cannot be filtered or enumerated).",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/model_record-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(hf_id|-hf_id|\\+\\+hf_id|--hf_id|model_name|-model_name|\\+\\+model_name|--model_name|maker|-maker|\\+\\+maker|--maker|family|-family|\\+\\+family|--family|params|-params|\\+\\+params|--params|params_millions|-params_millions|\\+\\+params_millions|--params_millions|base_model|-base_model|\\+\\+base_model|--base_model|base_maker|-base_maker|\\+\\+base_maker|--base_maker|license|-license|\\+\\+license|--license|hub_url|-hub_url|\\+\\+hub_url|--hub_url|model_type|-model_type|\\+\\+model_type|--model_type|architecture_family|-architecture_family|\\+\\+architecture_family|--architecture_family|downloads_all_time|-downloads_all_time|\\+\\+downloads_all_time|--downloads_all_time|downloads_30d|-downloads_30d|\\+\\+downloads_30d|--downloads_30d|likes|-likes|\\+\\+likes|--likes|popularity_sampled_at|-popularity_sampled_at|\\+\\+popularity_sampled_at|--popularity_sampled_at|protora_assessed|-protora_assessed|\\+\\+protora_assessed|--protora_assessed|protora_rating|-protora_rating|\\+\\+protora_rating|--protora_rating|protora_reason|-protora_reason|\\+\\+protora_reason|--protora_reason|protora_verdict_label|-protora_verdict_label|\\+\\+protora_verdict_label|--protora_verdict_label|protora_integrity_class|-protora_integrity_class|\\+\\+protora_integrity_class|--protora_integrity_class|protora_integrity_label|-protora_integrity_label|\\+\\+protora_integrity_label|--protora_integrity_label|protora_confidence_bucket|-protora_confidence_bucket|\\+\\+protora_confidence_bucket|--protora_confidence_bucket|protora_abstain_reason|-protora_abstain_reason|\\+\\+protora_abstain_reason|--protora_abstain_reason|protora_disclosure_label|-protora_disclosure_label|\\+\\+protora_disclosure_label|--protora_disclosure_label|protora_is_mismatch|-protora_is_mismatch|\\+\\+protora_is_mismatch|--protora_is_mismatch|protora_record_url|-protora_record_url|\\+\\+protora_record_url|--protora_record_url|protora_assessed_on|-protora_assessed_on|\\+\\+protora_assessed_on|--protora_assessed_on|ardora_analyzed|-ardora_analyzed|\\+\\+ardora_analyzed|--ardora_analyzed|ardora_score_band|-ardora_score_band|\\+\\+ardora_score_band|--ardora_score_band|ardora_score_label|-ardora_score_label|\\+\\+ardora_score_label|--ardora_score_label|ardora_character|-ardora_character|\\+\\+ardora_character|--ardora_character|ardora_character_label|-ardora_character_label|\\+\\+ardora_character_label|--ardora_character_label|ardora_axis_bands|-ardora_axis_bands|\\+\\+ardora_axis_bands|--ardora_axis_bands|ardora_coverage|-ardora_coverage|\\+\\+ardora_coverage|--ardora_coverage|ardora_engine_version|-ardora_engine_version|\\+\\+ardora_engine_version|--ardora_engine_version|ardora_analyzed_on|-ardora_analyzed_on|\\+\\+ardora_analyzed_on|--ardora_analyzed_on|bench_posture|-bench_posture|\\+\\+bench_posture|--bench_posture|protora_source_sha|-protora_source_sha|\\+\\+protora_source_sha|--protora_source_sha|ardora_source_sha|-ardora_source_sha|\\+\\+ardora_source_sha|--ardora_source_sha|engine_versions|-engine_versions|\\+\\+engine_versions|--engine_versions|synced_at|-synced_at|\\+\\+synced_at|--synced_at|created_at|-created_at|\\+\\+created_at|--created_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|protora_under_review|-protora_under_review|\\+\\+protora_under_review|--protora_under_review)(,(hf_id|-hf_id|\\+\\+hf_id|--hf_id|model_name|-model_name|\\+\\+model_name|--model_name|maker|-maker|\\+\\+maker|--maker|family|-family|\\+\\+family|--family|params|-params|\\+\\+params|--params|params_millions|-params_millions|\\+\\+params_millions|--params_millions|base_model|-base_model|\\+\\+base_model|--base_model|base_maker|-base_maker|\\+\\+base_maker|--base_maker|license|-license|\\+\\+license|--license|hub_url|-hub_url|\\+\\+hub_url|--hub_url|model_type|-model_type|\\+\\+model_type|--model_type|architecture_family|-architecture_family|\\+\\+architecture_family|--architecture_family|downloads_all_time|-downloads_all_time|\\+\\+downloads_all_time|--downloads_all_time|downloads_30d|-downloads_30d|\\+\\+downloads_30d|--downloads_30d|likes|-likes|\\+\\+likes|--likes|popularity_sampled_at|-popularity_sampled_at|\\+\\+popularity_sampled_at|--popularity_sampled_at|protora_assessed|-protora_assessed|\\+\\+protora_assessed|--protora_assessed|protora_rating|-protora_rating|\\+\\+protora_rating|--protora_rating|protora_reason|-protora_reason|\\+\\+protora_reason|--protora_reason|protora_verdict_label|-protora_verdict_label|\\+\\+protora_verdict_label|--protora_verdict_label|protora_integrity_class|-protora_integrity_class|\\+\\+protora_integrity_class|--protora_integrity_class|protora_integrity_label|-protora_integrity_label|\\+\\+protora_integrity_label|--protora_integrity_label|protora_confidence_bucket|-protora_confidence_bucket|\\+\\+protora_confidence_bucket|--protora_confidence_bucket|protora_abstain_reason|-protora_abstain_reason|\\+\\+protora_abstain_reason|--protora_abstain_reason|protora_disclosure_label|-protora_disclosure_label|\\+\\+protora_disclosure_label|--protora_disclosure_label|protora_is_mismatch|-protora_is_mismatch|\\+\\+protora_is_mismatch|--protora_is_mismatch|protora_record_url|-protora_record_url|\\+\\+protora_record_url|--protora_record_url|protora_assessed_on|-protora_assessed_on|\\+\\+protora_assessed_on|--protora_assessed_on|ardora_analyzed|-ardora_analyzed|\\+\\+ardora_analyzed|--ardora_analyzed|ardora_score_band|-ardora_score_band|\\+\\+ardora_score_band|--ardora_score_band|ardora_score_label|-ardora_score_label|\\+\\+ardora_score_label|--ardora_score_label|ardora_character|-ardora_character|\\+\\+ardora_character|--ardora_character|ardora_character_label|-ardora_character_label|\\+\\+ardora_character_label|--ardora_character_label|ardora_axis_bands|-ardora_axis_bands|\\+\\+ardora_axis_bands|--ardora_axis_bands|ardora_coverage|-ardora_coverage|\\+\\+ardora_coverage|--ardora_coverage|ardora_engine_version|-ardora_engine_version|\\+\\+ardora_engine_version|--ardora_engine_version|ardora_analyzed_on|-ardora_analyzed_on|\\+\\+ardora_analyzed_on|--ardora_analyzed_on|bench_posture|-bench_posture|\\+\\+bench_posture|--bench_posture|protora_source_sha|-protora_source_sha|\\+\\+protora_source_sha|--protora_source_sha|ardora_source_sha|-ardora_source_sha|\\+\\+ardora_source_sha|--ardora_source_sha|engine_versions|-engine_versions|\\+\\+engine_versions|--engine_versions|synced_at|-synced_at|\\+\\+synced_at|--synced_at|created_at|-created_at|\\+\\+created_at|--created_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|protora_under_review|-protora_under_review|\\+\\+protora_under_review|--protora_under_review))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "model_record": "hf_id,model_name,maker,family,params,params_millions,base_model,base_maker,license,hub_url,model_type,architecture_family,downloads_all_time,downloads_30d,likes,popularity_sampled_at,protora_assessed,protora_rating,protora_reason,protora_verdict_label,protora_integrity_class,protora_integrity_label,protora_descriptors,protora_threat_classes,protora_cleared_classes,protora_abstained_classes,protora_corroborating_classes,protora_nongating_cleared_classes,protora_recovered_payload,protora_confidence_bucket,protora_abstain_reason,protora_disclosure_label,protora_is_mismatch,protora_record_url,protora_assessed_on,ardora_analyzed,ardora_score_band,ardora_score_label,ardora_character,ardora_character_label,ardora_axis_bands,ardora_coverage,ardora_engine_version,ardora_analyzed_on,bench_posture,protora_source_sha,ardora_source_sha,engine_versions,synced_at,created_at,updated_at"
              },
              "properties": {
                "model_record": {
                  "description": "Comma separated field names for model_record",
                  "example": "hf_id,model_name,maker,family,params,params_millions,base_model,base_maker,license,hub_url,model_type,architecture_family,downloads_all_time,downloads_30d,likes,popularity_sampled_at,protora_assessed,protora_rating,protora_reason,protora_verdict_label,protora_integrity_class,protora_integrity_label,protora_descriptors,protora_threat_classes,protora_cleared_classes,protora_abstained_classes,protora_corroborating_classes,protora_nongating_cleared_classes,protora_recovered_payload,protora_confidence_bucket,protora_abstain_reason,protora_disclosure_label,protora_is_mismatch,protora_record_url,protora_assessed_on,ardora_analyzed,ardora_score_band,ardora_score_label,ardora_character,ardora_character_label,ardora_axis_bands,ardora_coverage,ardora_engine_version,ardora_analyzed_on,bench_posture,protora_source_sha,ardora_source_sha,engine_versions,synced_at,created_at,updated_at",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a model_record",
                      "items": {
                        "$ref": "#/components/schemas/model_record"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "model_record"
        ]
      }
    },
    "/api/model_records/{hf_id}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "Public model catalog — coarse identity / popularity / ardora facets, the `protora_under_review` disclosure, plus the Protora verdict ONLY for publicly-assessed rows (a held or retracted verdict is withheld and cannot be filtered or enumerated).",
        "parameters": [
          {
            "in": "path",
            "name": "hf_id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "model_record": "hf_id,model_name,maker,family,params,params_millions,base_model,base_maker,license,hub_url,model_type,architecture_family,downloads_all_time,downloads_30d,likes,popularity_sampled_at,protora_assessed,protora_rating,protora_reason,protora_verdict_label,protora_integrity_class,protora_integrity_label,protora_descriptors,protora_threat_classes,protora_cleared_classes,protora_abstained_classes,protora_corroborating_classes,protora_nongating_cleared_classes,protora_recovered_payload,protora_confidence_bucket,protora_abstain_reason,protora_disclosure_label,protora_is_mismatch,protora_record_url,protora_assessed_on,ardora_analyzed,ardora_score_band,ardora_score_label,ardora_character,ardora_character_label,ardora_axis_bands,ardora_coverage,ardora_engine_version,ardora_analyzed_on,bench_posture,protora_source_sha,ardora_source_sha,engine_versions,synced_at,created_at,updated_at"
              },
              "properties": {
                "model_record": {
                  "description": "Comma separated field names for model_record",
                  "example": "hf_id,model_name,maker,family,params,params_millions,base_model,base_maker,license,hub_url,model_type,architecture_family,downloads_all_time,downloads_30d,likes,popularity_sampled_at,protora_assessed,protora_rating,protora_reason,protora_verdict_label,protora_integrity_class,protora_integrity_label,protora_descriptors,protora_threat_classes,protora_cleared_classes,protora_abstained_classes,protora_corroborating_classes,protora_nongating_cleared_classes,protora_recovered_payload,protora_confidence_bucket,protora_abstain_reason,protora_disclosure_label,protora_is_mismatch,protora_record_url,protora_assessed_on,ardora_analyzed,ardora_score_band,ardora_score_label,ardora_character,ardora_character_label,ardora_axis_bands,ardora_coverage,ardora_engine_version,ardora_analyzed_on,bench_posture,protora_source_sha,ardora_source_sha,engine_versions,synced_at,created_at,updated_at",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/model_record"
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "model_record"
        ]
      }
    }
  },
  "security": [
    {
      "bearerAuth": []
    }
  ],
  "servers": [],
  "tags": []
}