Header menu logo FSharp.Data

JsonSchemaDefinition Type

Represents a parsed JSON Schema

Record fields

Record Field Description

AllOf

Full Usage: AllOf

Field type: JsonSchemaDefinition list option
Field type: JsonSchemaDefinition list option

AnyOf

Full Usage: AnyOf

Field type: JsonSchemaDefinition list option
Field type: JsonSchemaDefinition list option

Description

Full Usage: Description

Field type: string option
Field type: string option

Enum

Full Usage: Enum

Field type: JsonValue list option
Field type: JsonValue list option

Format

Full Usage: Format

Field type: string option
Field type: string option

Items

Full Usage: Items

Field type: JsonSchemaDefinition option
Field type: JsonSchemaDefinition option

MaxLength

Full Usage: MaxLength

Field type: int option
Field type: int option

Maximum

Full Usage: Maximum

Field type: decimal option
Field type: decimal option

MinLength

Full Usage: MinLength

Field type: int option
Field type: int option

Minimum

Full Usage: Minimum

Field type: decimal option
Field type: decimal option

OneOf

Full Usage: OneOf

Field type: JsonSchemaDefinition list option
Field type: JsonSchemaDefinition list option

Pattern

Full Usage: Pattern

Field type: string option
Field type: string option

Properties

Full Usage: Properties

Field type: Map<string, JsonSchemaDefinition> option
Field type: Map<string, JsonSchemaDefinition> option

Reference

Full Usage: Reference

Field type: string option
Field type: string option

Required

Full Usage: Required

Field type: string list option
Field type: string list option

Type

Full Usage: Type

Field type: JsonSchemaType
Field type: JsonSchemaType

Type something to start searching.