Schema
/ API Reference / Types
Schema
/ API Reference / Types

T_JSONSchemaBoolean

type T_JSONSchemaBoolean = {
  type: 'boolean'
  default?: boolean
  description?: string
  [key: string]: any
}