{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExpiresAt", "title": "ExpiresAt", "description": "An ISO-8601 timestamp representation of entity expiration date.", "type": "string", "format": "date-time", "example": "2022-11-04T20:10:06.927Z", "nullable": true, "readOnly": true, "x-speakeasy-param-suppress-computed-diff": true }