Congress.gov API · Schema

policyArea

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

congress-gov-policyarea-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/policyArea",
  "title": "policyArea",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Government Operations and Politics"
    }
  }
}