Interfaces
SimpleObjectSchema
A simple object schema with properties. SimpleObjectSchema
Extends
BasicSchema
Properties
description?
Inherited from
BasicSchema.description
properties
The properties of the object.
required
The required properties of the object.
type
The type of the schema, which is always “object”.
Overrides
BasicSchema.type