Congress.gov API · Schema

Treaty

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
treaties array
View JSON Schema on GitHub

JSON Schema

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