OmniTools

JSON Schema validator

Validate against a schema and get the exact path of every failure.

Nothing you enter is sent anywhere

6 problems, each with the exact path below.

What is wrong and where

PathRuleProblem
/idminimumMust be at least 1.
/emailformatNot a valid email.
/agemaximumMust be at most 150.
/tagsminItemsNeeds at least 1 items, found 0.
/statusenumMust be one of "active", "archived".
/extraadditionalProperties"extra" is not allowed here.

Paths are JSON Pointers. The first failure is at id.

Values checked

6

Problems

6

Rules skipped

0

Covers the parts of draft-07 people actually write, plus OpenAPI’s nullable. Runs in this tab, so a schema describing your internal API is not uploaded anywhere.