Congress.gov API · Schema

MatchCommunications

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
matchCommunications array
View JSON Schema on GitHub

JSON Schema

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