apipie :method, "Calls fcct transpiler, path and arguments configurable in settings" do
            required :input, String, desc: 'input YAML'
            # optional :validate_input, Boolean, desc: 'validate YAML input and throw parsing error (defaults true)'
            # optional :validate_output, Boolean, desc: 'validate JSON input and throw parsing error (defaults false)'
            raises error: Foreman::Exception, desc: "when binary not present or executable or during transpilation error"