AdditionalProperties

Represents the OpenAPI Schema Object's additionalProperties field. It can be either a boolean that allows or forbids additional properties, or a schema reference describing the type of those additional properties.

Report a problem

Inheritors

Types

Link copied to clipboard
value class Allowed(val value: Boolean) : AdditionalProperties

Wrapper for a boolean flag that allows or denies extra properties on an object schema.

Link copied to clipboard
object Companion
Link copied to clipboard

Wrapper for a schema reference describing the type of additional properties.