Skip to content

JsonSchemaGeneratorSettings

Rico Suter edited this page May 17, 2016 · 26 revisions
  • DefaultEnumHandling: The default enum handling (default: Integer).
  • FlattenInheritanceHierarchy: Value indicating whether to flatten the inheritance hierarchy instead of using allOf to describe inheritance (default: false).
  • GenerateKnownTypes: Specifies whether to generate schemas for types in KnownTypeAttribute attributes.

More information: JsonSchemaGeneratorSettings.cs

Clone this wiki locally