{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_not_before", "title": "iam_not_before", "description": "The time before which the token MUST NOT be accepted for processing.", "example": "2018-07-01T05:20:00Z", "format": "date-time", "type": "string" }