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

T_JSONSchemaString

type T_JSONSchemaString = {
  type: 'string'
  minLength?: number
  maxLength?: number
  format?: 'date' | 'uri'
  default?: string
  description?: string
  [key: string]: any
}