Namespace: Json.Schema
Inheritance: SchemaSpecVersionAttribute 🡒 Attribute 🡒 object
Indicates which JSON Schema specification versions are supported by a keyword.
Properties
| Name | Type | Summary |
|---|---|---|
| TypeId | object | Â |
| Version | SpecVersion | The supported version. |
Constructors
SchemaSpecVersionAttribute(SpecVersion version)
Creates a new Json.Schema.SchemaSpecVersionAttribute.
Declaration
1
public SchemaSpecVersionAttribute(SpecVersion version)
| Parameter | Type | Description |
|---|---|---|
| version | SpecVersion | The supported version. |