Congress.gov API · Schema

AmendmentAmendments

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal
View JSON Schema on GitHub

JSON Schema

congress-gov-amendmentamendments-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/AmendmentAmendments",
  "title": "AmendmentAmendments",
  "type": "array",
  "items": [
    {
      "$ref": "#/components/schemas/Amendment"
    }
  ]
}