Regulations.gov · Schema
Document
A federal regulatory document such as a Notice, Rule, Proposed Rule, or Supporting Material as returned by the Regulations.gov API.
GovernmentFederal RulemakingPublic CommentsRegulatoryDocketsGSAOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The JSON:API resource ID (documentId) |
| 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/document.json",
"title": "Document",
"description": "A federal regulatory document such as a Notice, Rule, Proposed Rule, or Supporting Material as returned by the Regulations.gov API.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The JSON:API resource ID (documentId)"
},
"type": {
"type": "string",
"enum": ["documents"],
"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 document."
},
"commentEndDate": {
"type": ["string", "null"],
"format": "date-time",
"description": "The date that closes the period when public comments may be submitted on the document."
},
"commentStartDate": {
"type": ["string", "null"],
"format": "date-time",
"description": "The date that begins the period when public comments may be submitted on the document."
},
"docketId": {
"type": "string",
"description": "The ID of the docket to which the document corresponds."
},
"documentType": {
"type": "string",
"enum": ["Notice", "Rule", "Proposed Rule", "Supporting & Related Material", "Other"],
"description": "The type of regulatory document."
},
"frDocNum": {
"type": "string",
"description": "The federal register document number of the document."
},
"highlightedContent": {
"type": ["string", "null"],
"description": "Content highlighted by search engine for the searchTerm. Only returned for searches with searchTerm."
},
"lastModifiedDate": {
"type": "string",
"format": "date-time",
"description": "The date document was last modified in the system."
},
"objectId": {
"type": "string",
"description": "The internal ID of the document in our system."
},
"openForComment": {
"type": "boolean",
"description": "Conveys if the document is open for comment."
},
"postedDate": {
"type": "string",
"description": "The date that the document was posted by the agency to the system."
},
"subtype": {
"type": ["string", "null"],
"description": "An agency-specific attribute to further categorize a document beyond the documentType."
},
"title": {
"type": "string",
"description": "The formal title of the document."
},
"withdrawn": {
"type": "boolean",
"description": "Conveys if the document is withdrawn."
}
},
"required": ["agencyId", "title", "documentType"]
}
},
"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/document"
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.