Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

$data?: boolean
allowUndefined?: boolean
before?: string
dependencies?: string[]
implements?: string[]
keyword: string | string[]
metaSchema?: AnySchemaObject
post?: boolean
schemaType?: "string" | "number" | "boolean" | "object" | "integer" | "array" | "null" | ("string" | "number" | "boolean" | "object" | "integer" | "array" | "null")[]
type?: "string" | "number" | "boolean" | "object" | "integer" | "array" | "null" | ("string" | "number" | "boolean" | "object" | "integer" | "array" | "null")[]
validateSchema?: AnyValidateFunction<any>