Congress.gov API · Schema

witness

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
name string
organization string
position string
View JSON Schema on GitHub

JSON Schema

congress-gov-witness-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/witness",
  "title": "witness",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "The Honorable John Williams"
    },
    "organization": {
      "type": "string",
      "example": "United Auburn Rancheria"
    },
    "position": {
      "type": "string",
      "example": "Vice Chairman"
    }
  }
}