Home IBaseDocument Interface
IBaseDocument Interface
Cancel

IBaseDocument Interface

Namespace: Json.Schema

Inheritance: IBaseDocument

Represents an identifiable base document that may be or may 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, BuildContext context)

Finds a schema within the document.

Declaration

1
public abstract JsonSchemaNode FindSubschema(JsonPointer pointer, BuildContext context)
ParameterTypeDescription
pointerJsonPointerA JSON Pointer to the location of the schema within the document.
contextBuildContextBuild context.

Returns

A JSON Schema, if found.

Contents