You are here: Symbol Reference > Stimulsoft.Base.Json.Schema Namespace > JsonSchemaType Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.Schema.JsonSchemaType Enumeration

The value types allowed by the JsonSchema.  

JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschemafor more details.

Syntax
C++
C#
Visual Basic
public: enum JsonSchemaType { None = 0, String = 1, Float = 2, Integer = 4, Boolean = 8, Object = 16, Array = 32, Null = 64, Any = String|Float|Integer|Boolean|Object|Array|Null };
Members
Members 
Description 
None 
No type specified.  
String 
String type.  
Float 
Float type.  
Integer 
Integer type.  
Boolean 
Boolean type.  
Object 
Object type.  
Array 
Array type.  
Null 
Null type.  
Any 
Any type.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.