Hacker News
- JSON Validation with JSON Schema http://davidwalsh.name/json-validation 10 comments
- MongoDB: How to Use the JSON Schema Validator https://www.percona.com/blog/2018/08/16/mongodb-how-to-use-json-schema-validator/ 16 comments
- Show HN: JSON storage bins with schema validation https://www.npoint.io/ 19 comments
- Testing in production: using JSON Schema for 3rd party API response validation https://kristiandupont.medium.com/testing-3rd-party-api-access-b2808494ccd 22 comments
- json-struct: JSON schema validation https://github.com/littlstar/json-struct 4 comments javascript
- Data validation with JSON schema https://blog.klipse.tech/javascript/2021/09/30/data-validation-with-json-schema.html 13 comments programming
- Fully asynchronous JSON Schema validator https://github.com/baggz/amanda 6 comments javascript
- JSON Validation with JSON Schema http://davidwalsh.name/json-validation 27 comments programming
- Validating API Requests with JSON Schema https://zuplo.com/blog/2024/07/19/verify-json-schema 4 comments node
- A JSON Schema validation package 590x faster than ajv https://github.com/ahungrynoob/jsonschema 21 comments node
- Some thoughts around Elixir JSON Schema Validator https://github.com/jonasschmidt/ex_json_schema 11 comments elixir
- Validating data with JSON Schema, Angular and TypeScript https://tane.dev/2019/09/validating-data-with-json-schema-angular-and-typescript/ 3 comments typescript
- JSON schema validation with Django Rest Framework http://richardtier.com/2014/03/24/json-schema-validation-with-django-rest-framework/ 8 comments django
- Ruby JSON Validator - based on JSON Schema draft 3 https://github.com/hoxworth/json-schema 6 comments programming
- Introducing RouteSchemer: JSON Schema Validation for Rails APIs ๐ Feedback Wanted! None 0 comments ruby
- Introducing RouteSchemer: JSON Schema Validation for Rails APIs ๐ Feedback Wanted! https://www.github.com/sarvesh4396/route_schemer 4 comments rails
- I wrote okjson - A fast, simple, and pythonic JSON Schema Validator https://github.com/python-jsonschema/jsonschema 5 comments python
- The Many Amazing Uses of JSON Schema: Client-side Validation https://blog.apisyouwonthate.com/the-many-amazing-uses-of-json-schema-client-side-validation-c78a11fbde45 27 comments programming
- Is there a way to utilize [JSON Schema](http://json-schema.org/) for validating post/put data from the request body? http://jsonschema.net/index.html#/ 7 comments flask
- I created a package to validate JSON Schema requests, just like Form Request Validation -Hopefully someone finds it useful! https://github.com/webtoolsnz/laravel-json-schema-request 7 comments laravel
- valdo: Go package for validating JSON. It's the first Go package that can generate JSON Schema (OpeanAPI-compatible), produces user-friendly errors, and supports translations. https://github.com/orsinium-labs/valdo 9 comments golang