Schema: { "type": "object", "required": ["name"] } Valid: {"name":"John"} Invalid: {"age":30}
A standard for describing JSON structure, types, and validation rules.