JSON Schema validator
Check a payload against a schema and get every failure with its instance path and the keyword that rejected it. Pairs with the schema generator — generate one, then test it against real payloads.
Covers the keywords you actually meet day to day (types, required, enum, const, numeric and string bounds, items, uniqueItems, anyOf/oneOf/allOf/not, $ref to local pointers). Exotic draft corners like dynamic refs and content encoding are not implemented. ⌘/Ctrl + Enter runs it again. Everything happens in this browser — nothing is uploaded.