Values_1.ResponseConfigurationSourceConfiguration that defines how to parse JSON responses from REST API calls, including paths to result data and error information.
type nonrec t = {resultPath : JsonPathString.t;The JSON path expression that identifies where the actual result data is located within the API response.
*)errorPath : JsonPathString.t option;The JSON path expression that identifies where error information is located within API responses when requests fail.
*)}