Congress.gov API · Schema

latestNominationAction

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Properties

Name Type Description
actionDate string
text string
View JSON Schema on GitHub

JSON Schema

congress-gov-latestnominationaction-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.congress.gov/schemas/latestNominationAction",
  "title": "latestNominationAction",
  "type": "object",
  "properties": {
    "actionDate": {
      "type": "string",
      "format": "date",
      "example": "2022-12-07"
    },
    "text": {
      "type": "string",
      "example": "Received in the Senate and referred to the Committee on Armed Services."
    }
  }
}