{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionFlowMapValueParams", "title": "FlowActionFlowMapValueParams", "type": "object", "additionalProperties": false, "required": [ "input" ], "properties": { "input": { "$ref": "#/components/schemas/FlowActionFlowMapValueParamsInput" }, "cases": { "$ref": "#/components/schemas/FlowActionFlowMapValueParamsCases" }, "fallback": { "$ref": "#/components/schemas/FlowActionFlowMapValueParamsFallback" } } }