Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Schema
JsonSchema Class
JsonSchema Properties
AdditionalItems Property
AdditionalProperties Property
AllowAdditionalItems Property
AllowAdditionalProperties Property
Default Property
Description Property
Disallow Property
DivisibleBy Property
Enum Property
ExclusiveMaximum Property
ExclusiveMinimum Property
Extends Property
Format Property
Hidden Property
Id Property
Items Property
Maximum Property
MaximumItems Property
MaximumLength Property
Minimum Property
MinimumItems Property
MinimumLength Property
Pattern Property
PatternProperties Property
PositionalItemsValidation Property
Properties Property
ReadOnly Property
Required Property
Requires Property
Title Property
Transient Property
Type Property
UniqueItems Property
JsonSchema
Properties Property
Gets or sets the
JsonSchema
of properties.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
IDictionary
<
string
,
JsonSchema
>
Properties
{
get
;
set
; }
Property Value
Type:
IDictionary
String
,
JsonSchema
The
JsonSchema
of properties.
See Also
Reference
JsonSchema Class
Newtonsoft.Json.Schema Namespace
Json.NET Home