Congress.gov API · Schema

BoundCongressionalRecord

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
boundCongressionalRecord array
View JSON Schema on GitHub

JSON Schema

congress-gov-boundcongressionalrecord-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/BoundCongressionalRecord",
  "title": "BoundCongressionalRecord",
  "type": "object",
  "properties": {
    "boundCongressionalRecord": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/boundCongressionalRecord"
      }
    }
  }
}