{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.congress.gov/schemas/latestAction", "title": "latestAction", "type": "object", "properties": { "actionDate": { "type": "string", "format": "date", "example": "2022-06-16" }, "text": { "type": "string", "example": "Read twice and referred to the Committee on the Judiciary." } } }