Files
Seasoned/.nuget/packages/jsonschema.net.generation/5.0.0/README.md

740 B
Executable File

Summary

JsonSchema.Net.Generation extends JsonSchema.Net by adding support to generate schemas from .Net types.

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.