schema
The schema definition, as a read-only Schema.Builder instance.
get schema(): TBuilder;
Notes
- The builder is the result of one of the builder functions in Schema.build.
Related
class Schema
A class that represents a validation schema for input values, objects, and arrays.
