{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_session_v1_TrustedAuthTokenFactor", "title": "api_session_v1_TrustedAuthTokenFactor", "type": "object", "properties": { "token_id": { "type": "string", "description": "The ID of the trusted auth token." } }, "required": [ "token_id" ] }