{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionFlowMapValueParamsFallback", "title": "FlowActionFlowMapValueParamsFallback", "oneOf": [ { "type": "string" }, { "type": "number" }, { "$ref": "#/components/schemas/FlowActionFlowMapValueParamsFallbackObject" }, { "type": "array", "items": {} }, { "type": "null" } ] }