{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/accessToken", "title": "accessToken", "type": "object", "properties": { "id": { "type": "string" }, "access_token": { "type": "string" }, "user_id": { "type": "string" }, "user_email": { "type": "string" }, "created_at": { "type": "string", "format": "dateTime" } } }