Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema.Generation
JSchemaGenerator Class
JSchemaGenerator Properties
ContractResolver Property
DefaultRequired Property
GenerationProviders Property
SchemaIdGenerationHandling Property
SchemaLocationHandling Property
SchemaPropertyOrderHandling Property
SchemaReferenceHandling Property
JSchemaGenerator
GenerationProviders Property
Gets a collection of
JSchemaGenerationProvider
instances that are used to customize
JSchema
generation.
Namespace:
Newtonsoft.Json.Schema.Generation
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
public
virtual
IList
<
JSchemaGenerationProvider
>
GenerationProviders
{
get
; }
Property Value
Type:
IList
JSchemaGenerationProvider
See Also
Reference
JSchemaGenerator Class
Newtonsoft.Json.Schema.Generation Namespace
Json.NET Schema Home