Values_1.ResponseExtractionMappingSourceConfiguration that defines how to extract values from HTTP response content or headers for use in subsequent requests or parameter mapping.
type nonrec t = {contentPath : JsonPathString.t option;A JSON path expression that specifies how to extract a value from the response body content.
*)headerKey : Values_0.ConnectorPropertyKey.t option;The name of an HTTP response header from which to extract the value.
*)}