{ "$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." } } }