Description
Validates JSON data against JSON Schema rules. It helps applications check API payloads, configuration files, stored documents, and generated data before trusting their structure.
Validation improves reliability but does not prove the data is safe for every use. Applications should still check permissions, value ranges, and security rules that are outside the schema.