Version 1.5.1 fails when file is used for type setting in extension_services.service_operations with the following errors:
"result": "FAILURE",
"resultSummary": "Invalid declaration: \"data.extension_services.service_operations[0].type should be equal to one of the allowed values\"",
Same declaration is successful if type is changed to url.
README clearly mentions that file is a valid value, so please update either the code or the misleading documentation:
Version 1.5.1 fails when
fileis used fortypesetting inextension_services.service_operationswith the following errors:Same declaration is successful if
typeis changed tourl.README clearly mentions that
fileis a valid value, so please update either the code or the misleading documentation: