Using version: v101p_2016-03-07_LGPL
When I execute a performCustomOperation on a JSON RestDataSource the reply is validated using the schema, this is not what I expect and this is new behaviour. Furthermore, rawData is altered as well, the value is not copied. It would be useful to allow skipJSONValidation (=option on DataSource) on a per operationBinding and setting this default to true for custom operationType.
When I execute a performCustomOperation on a JSON RestDataSource the reply is validated using the schema, this is not what I expect and this is new behaviour. Furthermore, rawData is altered as well, the value is not copied. It would be useful to allow skipJSONValidation (=option on DataSource) on a per operationBinding and setting this default to true for custom operationType.
Comment