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