Jsonpath assertion

Jsonpath assertion

I have an api simply responses a json

{"is_reset": true/false}

For the synthetic monitor step's content check section JSONPath expression field can I just use $.is_reset for the assertion? Will it mark the monitor down when the response is false?