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 (JSchema)
Initializes a new instance of the
ExternalSchema
class 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
ExternalSchema
(
JSchema
schema
)
Parameters
schema
Type:
Newtonsoft.Json.Schema
JSchema
The schema.
See Also
Reference
ExternalSchema Class
ExternalSchema Overload
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home