{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FunnelPathType", "title": "FunnelPathType", "enum": [ "funnel_path_before_step", "funnel_path_between_steps", "funnel_path_after_step" ], "type": "string" }