{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/iam_issued_on",
"title": "iam_issued_on",
"description": "The time on which the token was created.",
"example": "2018-07-01T05:20:00Z",
"format": "date-time",
"readOnly": true,
"type": "string"
}