Verify a JSON property does not exist.
Step pattern
Then (?:the JSON response should not have property|the API response should not contain property) "([^"]*)"Examples
Example #1
Then the JSON response should not have property "password"Example #2
Then the API response should not contain property "secret"Example #3
Then the JSON response should not have property "token"Example #4
Then the API response should not contain property "apiKey"Example #5
Then the JSON response should not have property "user.password"Example #6
Then the API response should not contain property "internal"Example #7
Then the JSON response should not have property "debug"Example #8
Then the API response should not contain property "stack"