xeipuuv / gojsonschema

An implementation of JSON Schema, draft v4 v6 & v7 - Go language
2.55k stars 357 forks source link

Use to validate request Body #166

Open akouyate opened 7 years ago

akouyate commented 7 years ago

Hello, Someone know how we can use the validation for a body payload with gin Context by example ? Thank's by advance

orasik commented 6 years ago

Hope its not too late but I wrote a sample project on how to use gojsonschema with gin framework https://github.com/orasik/json-schema-validator-api