Json.NET - Quick Starts & API Documentation
JsonSchemaType Enumeration
Namespaces ► Newtonsoft.Json.Schema ► JsonSchemaType
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.
|