Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidationSpec<T>

A ValidationSpec keeps track of a type name and a schema.

Type parameters

  • T

Hierarchy

  • ValidationSpec

Index

Properties

Properties

schema

schema: ValidationSchema<T>

type

type: string

Unique string indentifying the type of a document after serialization.

Generated using TypeDoc