{
  "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"
      },
      "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"
      },
      "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"
      },
      "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"
      },
      "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"
      },
      "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"
      },
      "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"
      },
      "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-filter-protora_publish_gate_status": {
        "additionalProperties": false,
        "description": "The publish-gate disposition of a fired verdict — \"auto_publish\" or\n\"held_for_review\"; nil when not gate-processed.\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": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a model_record",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a model_record",
            "properties": {
              "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_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_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_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."
              },
              "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_reason": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "protora_publish_gate_status": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "The publish-gate disposition of a fired verdict — \"auto_publish\" or\n\"held_for_review\"; nil when not gate-processed.\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_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"
      },
      "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"
      },
      "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"
      },
      "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"
      },
      "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"
      },
      "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-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"
      },
      "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"
      },
      "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_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"
      },
      "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"
      },
      "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"
      },
      "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"
          },
          "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_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"
          },
          "protora_publish_gate_status": {
            "$ref": "#/components/schemas/model_record-filter-protora_publish_gate_status"
          },
          "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/model_records": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/model_records operation on model_record resource",
        "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_publish_gate_status|-protora_publish_gate_status|\\+\\+protora_publish_gate_status|--protora_publish_gate_status|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)(,(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_publish_gate_status|-protora_publish_gate_status|\\+\\+protora_publish_gate_status|--protora_publish_gate_status|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))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "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_publish_gate_status,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_publish_gate_status,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": "/model_records/:hf_id operation on model_record resource",
        "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_publish_gate_status,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_publish_gate_status,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": []
}