Skip to content
Rico Suter edited this page Apr 26, 2018 · 49 revisions

Roadmap | SDK Development | Contribute

JSON Schema generator

JsonSchemaGenerator

Topics:

Customizations

  • Custom Schema Properties: Add custom properties to the generated JSON objects (e.g. "x-documentation-link").
  • Type Mappers: Type mappers allow you to generate a custom JSON Schema for a given .NET type.
  • Schema Processors: Post process the generation of the schema or child schemas

Code generators

Package: *NJsonSchema.CodeGeneration. **

Customizations

Classes

Package: NJsonSchema