{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionAuth0SendEmailParamsFromEmail", "title": "FlowActionAuth0SendEmailParamsFromEmail", "type": "string", "oneOf": [ { "type": "string", "format": "email" }, { "type": "string", "format": "forms-expression" } ] }