Logo FSharp.Data

JsonSchemaType Type

Represents basic JSON Schema types

Union cases

Union case Description

Any

Full Usage: Any

Array

Full Usage: Array

Boolean

Full Usage: Boolean

Integer

Full Usage: Integer

Null

Full Usage: Null

Number

Full Usage: Number

Object

Full Usage: Object

String

Full Usage: String

Instance members

Instance member Description

this.IsAny

Full Usage: this.IsAny

Returns: bool
Returns: bool

this.IsArray

Full Usage: this.IsArray

Returns: bool
Returns: bool

this.IsBoolean

Full Usage: this.IsBoolean

Returns: bool
Returns: bool

this.IsInteger

Full Usage: this.IsInteger

Returns: bool
Returns: bool

this.IsNull

Full Usage: this.IsNull

Returns: bool
Returns: bool

this.IsNumber

Full Usage: this.IsNumber

Returns: bool
Returns: bool

this.IsObject

Full Usage: this.IsObject

Returns: bool
Returns: bool

this.IsString

Full Usage: this.IsString

Returns: bool
Returns: bool

Type something to start searching.