{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RefreshTokenDate", "title": "RefreshTokenDate", "oneOf": [ { "type": "string", "description": "The date and time when the refresh token was created", "format": "date-time" }, { "$ref": "#/components/schemas/RefreshTokenDateObject" }, { "type": "null" } ] }