Class StrictJsonSchemaAttribute
Inheritance
object
Attribute
StrictJsonSchemaAttribute
Assembly: .dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class StrictJsonSchemaAttribute : Attribute
Constructors
StrictJsonSchemaAttribute(string)
Declaration
public StrictJsonSchemaAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Strict
Declaration
public bool Strict { get; set; }
Property Value