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