Congress.gov API · Schema

SenateCommunications

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
senateCoummunications array
View JSON Schema on GitHub

JSON Schema

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