Congress.gov API · Schema

Hearings

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal
View JSON Schema on GitHub

JSON Schema

congress-gov-hearings-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/Hearings",
  "title": "Hearings",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/hearing"
  }
}