eCFR · Schema

EcfrCorrection

An eCFR correction record representing an editorial or substantive correction applied to the Code of Federal Regulations.

Federal RegulationsGovernmentLegalComplianceOpen DataUnited States

Properties

Name Type Description
id integer Unique identifier for this correction.
cfr_references array CFR references affected by this correction.
corrected_date string Date on which the correction was made (YYYY-MM-DD).
error_corrected_date string Date on which the error was corrected (YYYY-MM-DD).
error_occurred_date string Date on which the error originally occurred (YYYY-MM-DD).
fr_citation string Federal Register citation for the correction.
position integer Position order of the correction.
display_in_toc boolean Whether this correction should display in the table of contents.
title integer CFR title number affected by this correction.
corrective_action string Description of the corrective action taken.
year integer Year in which the correction was published.
last_modified string Timestamp of last modification to this correction record.
document_number string Federal Register document number.
View JSON Schema on GitHub

JSON Schema

correction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ecfr/main/json-schema/correction.json",
  "title": "EcfrCorrection",
  "description": "An eCFR correction record representing an editorial or substantive correction applied to the Code of Federal Regulations.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for this correction."
    },
    "cfr_references": {
      "type": "array",
      "description": "CFR references affected by this correction.",
      "items": {
        "type": "object",
        "properties": {
          "cfr_reference": {
            "type": "string",
            "description": "Human-readable CFR citation (e.g., '7 CFR 2.80')."
          },
          "hierarchy": {
            "type": "object",
            "description": "Structured hierarchy identifiers for the affected content.",
            "properties": {
              "title": { "type": "string" },
              "subtitle": { "type": "string" },
              "chapter": { "type": "string" },
              "subchapter": { "type": "string" },
              "part": { "type": "string" },
              "subpart": { "type": "string" },
              "section": { "type": "string" },
              "appendix": { "type": "string" }
            }
          }
        },
        "required": ["cfr_reference", "hierarchy"]
      }
    },
    "corrected_date": {
      "type": "string",
      "format": "date",
      "description": "Date on which the correction was made (YYYY-MM-DD)."
    },
    "error_corrected_date": {
      "type": "string",
      "format": "date",
      "description": "Date on which the error was corrected (YYYY-MM-DD)."
    },
    "error_occurred_date": {
      "type": "string",
      "format": "date",
      "description": "Date on which the error originally occurred (YYYY-MM-DD)."
    },
    "fr_citation": {
      "type": "string",
      "description": "Federal Register citation for the correction."
    },
    "position": {
      "type": "integer",
      "description": "Position order of the correction."
    },
    "display_in_toc": {
      "type": "boolean",
      "description": "Whether this correction should display in the table of contents."
    },
    "title": {
      "type": "integer",
      "description": "CFR title number affected by this correction."
    },
    "corrective_action": {
      "type": "string",
      "description": "Description of the corrective action taken."
    },
    "year": {
      "type": "integer",
      "description": "Year in which the correction was published."
    },
    "last_modified": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of last modification to this correction record."
    },
    "document_number": {
      "type": "string",
      "description": "Federal Register document number."
    }
  },
  "required": ["id", "cfr_references"]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/correction"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.