{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_session_v1_EmailFactor", "title": "api_session_v1_EmailFactor", "type": "object", "properties": { "email_id": { "type": "string", "description": "The globally unique UUID of the Member's email." }, "email_address": { "type": "string", "description": "The email address of the Member." } }, "required": [ "email_id", "email_address" ] }