Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum Newtonsoft.​Json.​Schema.​JsonSchemaType

Assembly: Newtonsoft.Json

<para> The value types allowed by the <see cref="T:Newtonsoft.Json.Schema.JsonSchema" />. </para> <note type="caution"> JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. </note>

Values

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.