Click or drag to resize
Json.NET Schema

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
C#
public JSchema AdditionalItems { get; set; }

Property Value

Type: JSchema
The JSchema for additional items.
See Also