Organize workspace: Frontend, Backend, and Tests in one repo

This commit is contained in:
2026-03-04 22:04:07 +00:00
parent 236780cf41
commit 0d517b198d
1719 changed files with 688496 additions and 449 deletions

View File

@@ -0,0 +1,21 @@
## Summary
_JsonSchema.Net.Generation_ extends [_JsonSchema.Net_](https://www.nuget.org/packages/JsonSchema.Net) by adding support to generate schemas from .Net types.
## Links
- [Documentation](https://docs.json-everything.net/schema/schemagen/schema-generation/)
- [API Reference](https://docs.json-everything.net/api/JsonSchema.Net.Generation/JsonSchemaBuilderExtensions/)
- [Release Notes](https://docs.json-everything.net/rn-json-schema-generation/)
## Usage
```c#
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](https://github.com/sponsors/gregsdennis).