Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JsonValidator Class
JsonValidator Methods
CanValidate Method
Validate Method
JsonValidator
CanValidate Method
Determines whether this instance should validate with the specified
JSchema
.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
public
abstract
bool
CanValidate
(
JSchema
schema
)
Parameters
schema
Type:
Newtonsoft.Json.Schema
JSchema
The
JSchema
.
Return Value
Type:
Boolean
true
if this instance should validate with the specified
JSchema
; otherwise,
false
.
See Also
Reference
JsonValidator Class
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home