JSON
{ "a":1, "b":"thing I know is that", "c":"I do exist" }
Schema:
{ "type":"object", "properties":{ "a":{"type":"number"}, "b":{"type":"string"} }, "additionalProperties":false }
Validate With Js
Validate With PHP
...