Congress.gov API · Schema

committeereportsformats

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
isErrata string
type string
url string
View JSON Schema on GitHub

JSON Schema

congress-gov-committeereportsformats-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/committeereportsformats",
  "title": "committeereportsformats",
  "type": "object",
  "properties": {
    "isErrata": {
      "type": "string",
      "example": "N"
    },
    "type": {
      "type": "string",
      "example": "Formatted Text"
    },
    "url": {
      "type": "string",
      "format": "url",
      "example": "https://www.congress.gov/116/crpt/hrpt617/generated/CRPT-116hrpt617.htm"
    }
  }
}