Summary
JsonSchema.Net.Generation extends JsonSchema.Net by adding support to generate schemas from .Net types.
Links
Usage
var schema = new JsonSchemaBuilder()
.FromType<MyType>()
.Build();
Sponsorship
If you found this library helpful and would like to promote continued development, please consider sponsoring the maintainers.