Congress.gov API · Schema

TreatyActions

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
actions array
View JSON Schema on GitHub

JSON Schema

congress-gov-treatyactions-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/TreatyActions",
  "title": "TreatyActions",
  "type": "object",
  "properties": {
    "actions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/treatyAction"
      }
    }
  }
}