| JSchemaAdditionalItems Property |
Gets or sets the
JSchema for additional items.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public JSchema AdditionalItems { get; set; }
Property Value
Type:
JSchemaThe
JSchema for additional items.
See Also