Type alias Schema<T>

Method input and output definitions are defined by this Schema type. It is a recursive type that is based on the JSON Schema specification.

Type Parameters

  • T

See

https://json-schema.org/understanding-json-schema/reference/index.html

This library does not implement the full JSON Schema specification, only a subset of it.

Generated using TypeDoc