| 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 public Nullable<bool> Valid { get; set; }
Property Value
Type:
NullableBooleanA flag indicating whether this schema is
true and always valid, or
false and always invalid.
See Also