{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SessionCookieMetadataModeEnum", "title": "SessionCookieMetadataModeEnum", "type": "string", "description": "[Private Early Access] The persistence mode of the session cookie. When set to \"non-persistent\" (ephemeral), the cookie will be deleted when the browser is closed. When set to \"persistent\", the cookie will be stored until it expires or is deleted by the user.", "enum": [ "non-persistent", "persistent" ] }