Description
JSON documents can be validated against JSON Schema draft v4 from Go applications. The library helps developers check configuration files, API payloads, and structured data before accepting or processing them.
Most users receive it as a dependency. Validation improves input quality, but schema design still matters; incomplete schemas may allow bad data or reject valid cases.