{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionOtp", "title": "FlowActionOtp", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/FlowActionOtpGenerateCode" }, { "$ref": "#/components/schemas/FlowActionOtpVerifyCode" } ] }