Congress.gov API · Schema

topic

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
topic string
View JSON Schema on GitHub

JSON Schema

congress-gov-topic-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/topic",
  "title": "topic",
  "type": "object",
  "properties": {
    "topic": {
      "type": "string",
      "example": "Budget & Appropriations Procedure"
    }
  }
}