Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldValidationSchema<T>

Type parameters

  • T

Hierarchy

  • FieldValidationSchema

Index

Properties

Optional required

required: boolean

Whether or not the field is required.

Optional spec

spec: SpecFunction<T>

Reference to another data specification (SpecFunction)

Optional validations

validations: Validation<T>[]

A list of Validation elements to run inside pouchdb or couchdb validation updates.

Generated using TypeDoc