Описание тега njsonschema
A .Net library for validating JSON against a schema or generating a schema from an existing .Net class.
The library can read a schema from a file or string and validate JSON data against it. A schema can also be generated from an existing.NET class. With the code generation APIs you can generate C# and TypeScript classes or interfaces from a schema.