Home KeywordData Class
KeywordData Class
Cancel

KeywordData Class

Namespace: Json.Schema

Inheritance: KeywordData 🡒 object

Represents the data and metadata associated with a JSON Schema keyword, including its handler, raw value, evaluated value, and any associated subschemas.

Remarks

Instances of this class are used during JSON Schema processing to track keyword-specific information. The properties provide access to both the raw JSON representation and the processed value, as well as

Properties

NameTypeSummary
HandlerIKeywordHandlerGets the keyword handler used to process keyword-related operations.
RawValueJsonElementGets the underlying JSON value represented by this instance.
SubschemasJsonSchemaNode[]Gets or sets the collection of subschema nodes.
ValueobjectGets or sets a value.
Contents