Class StrictJsonSchema
Inheritance
object
StrictJsonSchema
Assembly: .dll
Syntax
public class StrictJsonSchema
Constructors
StrictJsonSchema()
Declaration
public StrictJsonSchema()
StrictJsonSchema(StrictJsonSchemaAttribute, JsonSchema)
Declaration
public StrictJsonSchema(StrictJsonSchemaAttribute attribute, JsonSchema schema)
Parameters
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Schema
Declaration
public JsonSchema Schema { get; set; }
Property Value
Type |
Description |
JsonSchema |
|
Strict
Declaration
public bool Strict { get; set; }
Property Value