Congress.gov API · Schema

communicationType

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
code string
name string
View JSON Schema on GitHub

JSON Schema

congress-gov-communicationtype-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/communicationType",
  "title": "communicationType",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "example": "EC"
    },
    "name": {
      "type": "string",
      "example": "Executive Communication"
    }
  }
}