Home IBaseDocument Interface
IBaseDocument Interface
Cancel

IBaseDocument Interface

Namespace: Json.Schema

Inheritance: IBaseDocument

Represents an identifiable or locatable base document that may be or contain a JSON Schema.

Properties

NameTypeSummary
BaseUriUriGets the base URI that applies to this schema. This may be defined by a parent schema.

Methods

FindSubschema(JsonPointer pointer, EvaluationOptions options)

Finds a schema within the document.

Declaration

1
public abstract JsonSchema FindSubschema(JsonPointer pointer, EvaluationOptions options)
ParameterTypeDescription
pointerJsonPointerA JSON Pointer to the location of the schema within the document.
optionsEvaluationOptionsEvaluation options. This is needed for internal processing.

Returns

A JSON Schema, if found.

Contents