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

Roadmap | SDK Development | Contribute

JSON Schema Manipulation

Package: NJsonSchema

JSON Schema

Package: NJsonSchema

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