JsonSchemaType Enumeration |
Note: This API is now obsolete.
[Missing <summary> documentation for "T:Stimulsoft.Base.Json.Schema.JsonSchemaType"]
Namespace:
Stimulsoft.Base.Json.Schema
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax [FlagsAttribute]
[ObsoleteAttribute("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")]
public enum JsonSchemaType
<FlagsAttribute>
<ObsoleteAttribute("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")>
Public Enumeration JsonSchemaType
Members
| Member name | Value | Description |
---|
| None | 0 | |
| String | 1 | |
| Float | 2 | |
| Integer | 4 | |
| Boolean | 8 | |
| Object | 16 | |
| Array | 32 | |
| Null | 64 | |
| Any | 127 | |
See Also