{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionOtpVerifyCodeParams", "title": "FlowActionOtpVerifyCodeParams", "type": "object", "additionalProperties": false, "required": [ "reference", "code" ], "properties": { "reference": { "type": "string", "maxLength": 250 }, "code": { "$ref": "#/components/schemas/FlowActionOtpVerifyCodeParamsCode" } } }