Home MetaSchemas Class
MetaSchemas Class
Cancel

MetaSchemas Class

Namespace: Json.Schema.ArrayExt

Inheritance: MetaSchemas 🡒 object

Provides access to meta-schemas and registration methods for the array extensions vocabulary used in JSON Schema processing.

Remarks

Use this class to register and retrieve the meta-schema required for validating schemas that utilize

Fields

NameTypeSummary
ArrayExt_202012IdUriThe ID for the draft 2020-12 extension vocabulary which includes the array extensions vocabulary.

Properties

NameTypeSummary
ArrayExtJsonSchemaThe array extensions vocabulary meta-schema.

Methods

Register(BuildOptions buildOptions)

Registers the all components required to use the array extensions vocabulary.

Declaration

1
public static void Register(BuildOptions buildOptions)
Contents