Sorry, we don't support your browser.  Install a modern browser

Validate API responses against a JSON Schema#1656

Today you can assert on individual values in a JSON response, including with jsonpath filtering. This request is for the other case: validating the entire response against a schema you supply. You’d paste in a JSON Schema (or point at an OpenAPI definition), and the monitor fails if the response doesn’t conform.

  • a required field disappears or gets renamed
  • a field changes type, for example a number arriving as a string
  • a nested object or array item doesn’t match the expected structure
  • an unexpected field appears, if you want strict mode

If this is something you’d use, vote and tell us what you’d validate and where your schema lives today.

an hour ago