Click or drag to resize
Json.NET Schema

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#
public ExternalSchema(
	Uri uri,
	JSchema schema
)

Parameters

uri
Type: SystemUri
The schema URI.
schema
Type: Newtonsoft.Json.SchemaJSchema
The schema.
See Also