In httpRequest
, validate response data based on only fields
#173
Labels
enhancement
New feature or request
httpRequest
, validate response data based on only fields
#173
Today, Doc Detective can validate an HTTP reponse body by checking for fields and values, but that isn't helpful when the values aren't known.
To support the use case of matching only the fields/structure of the response but not the field values, Doc Detective should provide a solution. Options:
responseData
option. This would technically satisfy the need but may not be intuitive. Can't simply use an empty string because that could be a valid, non-greedy JSON value, as could any wildcard strings.The text was updated successfully, but these errors were encountered: