{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TokenResponse", "title": "TokenResponse", "type": "object", "properties": { "authenticated": { "type": "boolean" }, "created": { "type": "string" }, "expiration": { "type": "string" }, "accessToken": { "type": "string" }, "message": { "type": "string" } } }