JsonSchemaValidationResult Type
Represents the result of validating a JSON value against a schema
Union cases
| Union case |
Description
|
Full Usage:
Invalid string
Parameters:
string
|
|
Full Usage:
Valid
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsInvalid
Returns: bool
|
|
Full Usage:
this.IsValid
Returns: bool
|
|
FSharp.Data