Click or drag to resize
Json.NET Schema

JSchemaResolverResolveSchemaReference Method

 
Resolves the schema reference from the specified schema ID context.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual SchemaReference ResolveSchemaReference(
	ResolveSchemaContext context
)

Parameters

context
Type: Newtonsoft.Json.SchemaResolveSchemaContext
The schema ID context to resolve.

Return Value

Type: SchemaReference
The resolved schema reference.
See Also