Home SchemaSpecVersionAttribute Class
SchemaSpecVersionAttribute Class
Cancel

SchemaSpecVersionAttribute Class

Namespace: Json.Schema

Inheritance: SchemaSpecVersionAttribute 🡒 Attribute 🡒 object

Indicates which JSON Schema specification versions are supported by a keyword.

Properties

NameTypeSummary
TypeIdobject 
VersionSpecVersionThe supported version.

Constructors

SchemaSpecVersionAttribute(SpecVersion version)

Creates a new Json.Schema.SchemaSpecVersionAttribute.

Declaration

1
public SchemaSpecVersionAttribute(SpecVersion version)
ParameterTypeDescription
versionSpecVersionThe supported version.
Contents