Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Newtonsoft.​Json.​Schema.​JsonSchemaResolver
Assembly: Newtonsoft.Json
Inheritance: object → JsonSchemaResolver
<para> Resolves <see cref="T:Newtonsoft.Json.Schema.JsonSchema" /> from an id. </para> <note type="caution"> JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. </note>
Properties
public
System.​Collections.​Generic.​IList<​JsonSchema>
LoadedSchemas
Gets or sets the loaded schemas.
Methods
public
JsonSchema
GetSchema​(string reference)
Gets a <see cref="T:Newtonsoft.Json.Schema.JsonSchema" /> for the specified reference.
Returns A <see cref="T:Newtonsoft.Json.Schema.JsonSchema" /> for the specified reference.
reference
The id.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object