Congress.gov API · Schema

NominationActions

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
actions array
View JSON Schema on GitHub

JSON Schema

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