{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListUserAuthenticationMethodsResponseContent", "title": "ListUserAuthenticationMethodsResponseContent", "oneOf": [ { "type": "array", "description": "The paginated authentication methods. Returned in this structure when include_totals is false.", "items": { "$ref": "#/components/schemas/UserAuthenticationMethod" } }, { "$ref": "#/components/schemas/ListUserAuthenticationMethodsOffsetPaginatedResponseContent" } ] }