Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JSchemaResolver Class
JSchemaResolver Methods
GetSchemaResource Method
GetSubschema Method
ResolveSchemaReference Method
JSchemaResolver
ResolveSchemaReference 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#
Copy
public
virtual
SchemaReference
ResolveSchemaReference
(
ResolveSchemaContext
context
)
Parameters
context
Type:
Newtonsoft.Json.Schema
ResolveSchemaContext
The schema ID context to resolve.
Return Value
Type:
SchemaReference
The resolved schema reference.
See Also
Reference
JSchemaResolver Class
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home