JSON Schema Validator
Validate JSON data against a schema with detailed error reporting.
Click validate to check your JSON
Schema Properties
type - Data type (string, number, boolean, object, array)
required - Array of required properties
properties - Object defining property schemas
minLength - Minimum string length
minimum - Minimum number value
enum - Array of allowed values
