![]() |
VOOZH | about |
JsonSchemaAttribute Class
Namespace: Json.Schema.Serialization
Inheritance: JsonSchemaAttribute 🡒 Attribute 🡒 object
Identifies a Json.Schema.JsonSchema to use when deserializing a type.
| Name | Type | Summary |
|---|---|---|
| TypeId | object |
Identifies a Json.Schema.JsonSchema to use when deserializing a type.
1
public JsonSchemaAttribute(Type declaringType, string memberName)
| Parameter | Type | Description |
|---|---|---|
| declaringType | Type | The type declaring the schema. |
| memberName | string | The property or field name for the schema. This member must be public and static. |
A new version of content is available.