Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
ExternalSchema Class
ExternalSchema Constructor
ExternalSchema Constructor (JSchema)
ExternalSchema Constructor (Uri, JSchema)
ExternalSchema Constructor (Uri, JSchema)
Initializes a new instance of the
ExternalSchema
class with the specified URI and
JSchema
.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
public
ExternalSchema
(
Uri
uri
,
JSchema
schema
)
Parameters
uri
Type:
System
Uri
The schema URI.
schema
Type:
Newtonsoft.Json.Schema
JSchema
The schema.
See Also
Reference
ExternalSchema Class
ExternalSchema Overload
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home