JsonSchemaType Type
Represents basic JSON Schema types
Union cases
| Union case |
Description
|
Full Usage:
Any
|
|
Full Usage:
Array
|
|
Full Usage:
Boolean
|
|
Full Usage:
Integer
|
|
Full Usage:
Null
|
|
Full Usage:
Number
|
|
Full Usage:
Object
|
|
Full Usage:
String
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAny
Returns: bool
|
|
Full Usage:
this.IsArray
Returns: bool
|
|
Full Usage:
this.IsBoolean
Returns: bool
|
|
Full Usage:
this.IsInteger
Returns: bool
|
|
Full Usage:
this.IsNull
Returns: bool
|
|
Full Usage:
this.IsNumber
Returns: bool
|
|
Full Usage:
this.IsObject
Returns: bool
|
|
Full Usage:
this.IsString
Returns: bool
|
|
FSharp.Data