Congress.gov API · Schema

HouseCommunicationTypeNumber

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
abstract string
chamber string
committees array
communicationType object
congress integer
congressionalRecordDate string
isRulemaking string
legalAuthority string
matchingRequirements array
number integer
reportNature string
sessionNumber integer
submittingAgency string
submittingOfficial string
updateDate string
View JSON Schema on GitHub

JSON Schema

congress-gov-housecommunicationtypenumber-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/HouseCommunicationTypeNumber",
  "title": "HouseCommunicationTypeNumber",
  "type": "object",
  "properties": {
    "abstract": {
      "type": "string",
      "example": "A letter from the Director, Regulatory Management Division, Environmental Protection Agency, transmitting the Agency's request for applications - Technical Assistance to Brownfields Communities [EPA-I-OLEM-OBLR-22-12] received February 9, 2024, pursuant to 5 U.S.C. 801(a)(1)(A); Public Law 104\u2013121, section 251; (110 Stat. 868); to the Committee on Energy and Commerce."
    },
    "chamber": {
      "type": "string",
      "example": "House"
    },
    "committees": {
      "type": "array",
      "items": {
        "allOf": [
          {
            "$ref": "#/components/schemas/subcommittees"
          },
          {
            "type": "object",
            "properties": {
              "referralDate": {
                "type": "string",
                "format": "date",
                "example": "2024-03-07"
              }
            }
          }
        ]
      }
    },
    "communicationType": {
      "$ref": "#/components/schemas/communicationType"
    },
    "congress": {
      "type": "integer",
      "example": 118
    },
    "congressionalRecordDate": {
      "type": "string",
      "format": "date",
      "example": "2024-03-07"
    },
    "isRulemaking": {
      "type": "string",
      "example": "True"
    },
    "legalAuthority": {
      "type": "string",
      "format": "url",
      "example": "5 U.S.C. 801(a)(1)(A); Public Law 104\u2013121, section 251; (110 Stat. 868)"
    },
    "matchingRequirements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "number": {
            "type": "integer",
            "example": 8070
          },
          "url": {
            "type": "string",
            "format": "url",
            "example": "https://api.congress.gov/v3/house-requirement/8070"
          }
        }
      }
    },
    "number": {
      "type": "integer",
      "example": 3324
    },
    "reportNature": {
      "type": "string",
      "example": "The Agency's request for applications - Technical Assistance to Brownfields Communities [EPA-I-OLEM-OBLR-22-12] received February 9, 2024."
    },
    "sessionNumber": {
      "type": "integer",
      "example": 2
    },
    "submittingAgency": {
      "type": "string",
      "example": "Environmental Protection Agency"
    },
    "submittingOfficial": {
      "type": "string",
      "example": "Director, Regulatory Management Division"
    },
    "updateDate": {
      "type": "string",
      "format": "date",
      "example": "2024-09-03"
    }
  }
}