Method |
Description |
|
BuildSchema ( ) : JsonSchema |
|
|
MapType ( string type ) : JsonSchemaType |
|
|
MapType ( JsonSchemaType type ) : string |
|
|
Parse ( JsonReader reader ) : JsonSchema |
|
|
Pop ( ) : JsonSchema |
|
|
ProcessAdditionalProperties ( ) : void |
|
|
ProcessDefault ( ) : void |
|
|
ProcessEnum ( ) : void |
|
|
ProcessExtends ( ) : void |
|
|
ProcessIdentity ( ) : void |
|
|
ProcessItems ( ) : void |
|
|
ProcessOptions ( ) : void |
|
|
ProcessPatternProperties ( ) : void |
|
|
ProcessProperties ( ) : void |
|
|
ProcessSchemaProperty ( string propertyName ) : void |
|
|
ProcessType ( ) : JsonSchemaType? |
|
|
Push ( JsonSchema value ) : void |
|
|