Click or drag to resize
Json.NET Schema

JSchemaValid Property

 
Gets or sets a flag indicating whether this schema is true and always valid, or false and always invalid.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public Nullable<bool> Valid { get; set; }

Property Value

Type: NullableBoolean
A flag indicating whether this schema is true and always valid, or false and always invalid.
See Also