Congress.gov API · Schema

party

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

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

JSON Schema

congress-gov-party-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/party",
  "title": "party",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Republican"
    },
    "type": {
      "type": "string",
      "example": "R"
    }
  }
}