US Commission on Civil Rights · JSON Structure

Us Commission On Civil Rights Complaint Structure

A civil rights complaint filed with a federal agency, as tracked by the US Commission on Civil Rights Data Inventory Program.

Type: object Properties: 10 Required: 5
Civil RightsFederal-GovernmentEqual ProtectionDiscrimination

CivilRightsComplaint is a JSON Structure definition published by US Commission on Civil Rights, describing 10 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

complaint_id state federal_agency subject basis filing_date fiscal_year status resolution complainant_type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

us-commission-on-civil-rights-complaint-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/us-commission-on-civil-rights/refs/heads/main/json-structure/us-commission-on-civil-rights-complaint-structure.json",
  "name": "CivilRightsComplaint",
  "description": "A civil rights complaint filed with a federal agency, as tracked by the US Commission on Civil Rights Data Inventory Program.",
  "type": "object",
  "properties": {
    "complaint_id": {
      "type": "string",
      "description": "Unique identifier for the civil rights complaint."
    },
    "state": {
      "type": "string",
      "description": "US state where the complaint was filed.",
      "example": "California"
    },
    "federal_agency": {
      "type": "string",
      "description": "Federal agency with which the complaint was filed.",
      "example": "Equal Employment Opportunity Commission"
    },
    "subject": {
      "type": "string",
      "description": "Subject matter category of the complaint.",
      "enum": [
        "Race",
        "Color",
        "Religion",
        "Sex",
        "Age",
        "Disability",
        "National Origin",
        "Electoral Process"
      ]
    },
    "basis": {
      "type": "string",
      "description": "Legal basis or protected characteristic underlying the complaint."
    },
    "filing_date": {
      "type": "date",
      "description": "Date the complaint was filed."
    },
    "fiscal_year": {
      "type": "int32",
      "description": "Federal fiscal year in which the complaint was filed.",
      "example": 2025
    },
    "status": {
      "type": "string",
      "description": "Current status of the complaint.",
      "enum": [
        "Open",
        "Closed",
        "Pending",
        "Resolved",
        "Dismissed"
      ]
    },
    "resolution": {
      "type": "string",
      "description": "How the complaint was resolved.",
      "enum": [
        "Settlement",
        "Withdrawal",
        "Administrative Closure",
        "No Cause Finding",
        "Cause Finding",
        "Pending"
      ]
    },
    "complainant_type": {
      "type": "string",
      "description": "Type of entity filing the complaint.",
      "enum": [
        "Individual",
        "Organization",
        "Group"
      ]
    }
  },
  "required": [
    "complaint_id",
    "state",
    "federal_agency",
    "subject",
    "filing_date"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/us-commission-on-civil-rights-complaint-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.