Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StringSchema

Hierarchy

Index

Properties

Optional defaultValue

defaultValue: string

Optional description

description: string

Optional format

format: "enum" | "byte" | "binary" | "blob" | "uuid" | "date" | "time" | "date-time" | "password" | "phone-number" | "email"

Optional maxLength

maxLength: number

Optional minLength

minLength: number

Optional name

name: string

Optional nullable

nullable: boolean

Optional required

required: boolean

type

type: "string"

Generated using TypeDoc