JsonSchemaGeneratorSettings - RicoSuter/NJsonSchema GitHub Wiki
- Package: NJsonSchema
- Type: NJsonSchema.Generation.JsonSchemaGeneratorSettings
- Settings for: JsonSchemaGenerator
Obsolete properties (should be controlled with the SerializerSettings
property)
- ContractResolver
- DefaultEnumHandling: The default enum handling (default: Integer).
- DefaultPropertyNameHandling: The default property name handling:
- Default: Generates property name using reflection (respecting the
JsonPropertyAttribute
andDataMemberAttribute
). - CamelCase: Generates lower camel cased property names using CamelCasePropertyNamesContractResolver.
- Default: Generates property name using reflection (respecting the