Congress.gov API · Schema

SenateCommunicationTypeNumber

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
abstract string
chamber string
committees array
congress integer
congressionalRecordDate string
number integer
sessionNumber integer
updateDate string
View JSON Schema on GitHub

JSON Schema

congress-gov-senatecommunicationtypenumber-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/SenateCommunicationTypeNumber",
  "title": "SenateCommunicationTypeNumber",
  "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"
          },
          {
            "referralDate": {
              "type": "string",
              "format": "date",
              "example": "2024-03-07"
            }
          }
        ]
      }
    },
    "congress": {
      "type": "integer",
      "example": 118
    },
    "congressionalRecordDate": {
      "type": "string",
      "format": "date",
      "example": "2024-03-07"
    },
    "number": {
      "type": "integer",
      "example": 3324
    },
    "sessionNumber": {
      "type": "integer",
      "example": 2
    },
    "updateDate": {
      "type": "string",
      "format": "date",
      "example": "2024-09-03"
    }
  }
}