Congress.gov API · Schema

HouseRequirements

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
houseRequirements array
View JSON Schema on GitHub

JSON Schema

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