Regulations.gov · Schema
Docket
A regulatory docket grouping related federal regulatory documents on Regulations.gov.
GovernmentFederal RulemakingPublic CommentsRegulatoryDocketsGSAOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The JSON:API resource ID (docketId) |
| type | string | The JSON:API resource type |
| attributes | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/regulations-gov/main/json-schema/docket.json",
"title": "Docket",
"description": "A regulatory docket grouping related federal regulatory documents on Regulations.gov.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The JSON:API resource ID (docketId)"
},
"type": {
"type": "string",
"enum": ["dockets"],
"description": "The JSON:API resource type"
},
"attributes": {
"type": "object",
"properties": {
"agencyId": {
"type": "string",
"description": "The acronym used to abbreviate the name of the agency associated with the docket."
},
"docketType": {
"type": "string",
"enum": ["Rulemaking", "Nonrulemaking"],
"description": "The type of docket."
},
"highlightedContent": {
"type": ["string", "null"],
"description": "Content highlighted by search engine for the searchTerm."
},
"lastModifiedDate": {
"type": "string",
"format": "date-time",
"description": "The date docket was last modified in the system."
},
"objectId": {
"type": "string",
"description": "The internal ID of the docket in our system."
},
"title": {
"type": "string",
"description": "The formal title of the docket."
},
"dkAbstract": {
"type": "string",
"description": "The detailed description of the docket."
},
"effectiveDate": {
"type": "string",
"format": "date-time",
"description": "The date the docket is put into effect."
},
"keywords": {
"type": ["array", "null"],
"items": {
"type": "string"
},
"description": "Agency selected keywords associated with a docket."
},
"rin": {
"type": ["string", "null"],
"description": "OMB issued Regulation Identifier Number (RIN) uniquely identifies a docket and its documents."
},
"program": {
"type": ["string", "null"],
"description": "The agency specific program associated with the docket."
},
"shortTitle": {
"type": ["string", "null"],
"description": "A combination of letters and or numbers assigned to an agency's regulatory action for purposes of brevity."
},
"modifyDate": {
"type": "string",
"format": "date-time",
"description": "The date when the docket was last modified."
},
"organization": {
"type": ["string", "null"],
"description": "Identifies docket's (a regulatory action) originating agency and/or department."
}
},
"required": ["agencyId", "title", "docketType"]
}
},
"required": ["id", "type", "attributes"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/docket"
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.