{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_session_v1_EmbeddableMagicLinkFactor", "title": "api_session_v1_EmbeddableMagicLinkFactor", "type": "object", "properties": { "embedded_id": { "type": "string" } }, "required": [ "embedded_id" ] }