Extends JsonSchema.Net to provide API-centric functionality like automatic request validation
$ dotnet add package JsonSchema.Net.ApiJsonSchema.Net.Api provides automatic request body validation powered by JsonSchema.Net and JsonSchema.Net.Generation.
var schema = new JsonSchemaBuilder()
.FromType<MyType>()
.Build();
If you found this library helpful and would like to promote continued development, please consider sponsoring the maintainers.