{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_last_successful_login",
"title": "access_last_successful_login",
"description": "The time at which the user last successfully logged in.",
"example": "2020-07-01T05:20:00Z",
"format": "date-time",
"type": "string"
}