PolymorphicOptionsCollector
Common interface for builders that collect polymorphic schema options.
Provides methods to add various property types as options in oneOf, anyOf, or allOf compositions. This interface is used internally by polymorphic property builders.
Inheritors
Functions
Link copied to clipboard
Adds a nested allOf schema option.
Link copied to clipboard
Adds a nested anyOf schema option.
Link copied to clipboard
Adds an array schema option.
Link copied to clipboard
Adds a boolean schema option.
Link copied to clipboard
Adds an integer schema option.
Link copied to clipboard
Adds a number schema option.
Link copied to clipboard
Adds an object schema option.
Link copied to clipboard
Adds a nested oneOf schema option.
Link copied to clipboard
Adds a reference schema option.
Link copied to clipboard
Adds a string schema option.