Click or drag to resize

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
Members
  Member nameValueDescription
None0
String1
Float2
Integer4
Boolean8
Object16
Array32
Null64
Any127
See Also