Congress.gov API · Schema

author

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
author string
View JSON Schema on GitHub

JSON Schema

congress-gov-author-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/author",
  "title": "author",
  "type": "object",
  "properties": {
    "author": {
      "type": "string",
      "example": "Megan S. Lynch"
    }
  }
}