| JsonSchemaPositionalItemsValidation Property |
Gets or sets a value indicating whether items in an array are validated using the
JsonSchema instance at their array position from
Items.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax public bool PositionalItemsValidation { get; set; }
Property Value
Type:
Booleantrue if items are validated using their array position; otherwise,
false.
See Also