{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SendAuthorizationOTP", "description": "SendAuthorizationOTP schema from Docupilot accounts API", "type": "object", "properties": { "action_name": { "type": "string" } }, "required": [ "action_name" ] }