Back to Jsoneditor

JSON schema validation

examples/07_json_schema_validation.html

10.4.3317 B
Original Source

JSON schema validation

This example demonstrates JSON schema validation. The JSON object in this example must contain properties like firstName and lastName, can can optionally have a property age which must be a positive integer.

See http://json-schema.org/ for more information.