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