-
-
Notifications
You must be signed in to change notification settings - Fork 535
JsonSchemaGeneratorSettings
Rico Suter edited this page Jan 18, 2020
·
26 revisions
- Package: NJsonSchema
- Type: NJsonSchema.Generation.JsonSchemaGeneratorSettings
- Settings for: JsonSchemaGenerator
Settings for the 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