Extends JsonSchema.Net to provide schema generation functionality
$ dotnet add package JsonSchema.Net.GenerationJsonSchema.Net.Generation extends JsonSchema.Net by adding support to generate schemas from .Net types.
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.