JsonSchemaType Enumeration

Json.NET

Json.NET - Quick Starts & API Documentation JsonSchemaType Enumeration
NamespacesNewtonsoft.Json.SchemaJsonSchemaType
The value types allowed by the JsonSchema.
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum JsonSchemaType
<FlagsAttribute> _
Public Enumeration JsonSchemaType
[FlagsAttribute]
public enum class JsonSchemaType
Members
Member 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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)