{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_expires_on", "title": "iam_expires_on", "description": "The expiration time on or after which the JWT MUST NOT be accepted for processing.", "example": "2020-01-01T00:00:00Z", "format": "date-time", "type": "string" }