mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
> A free-form object (arbitrary property/value pairs) is defined as:
>
> type: object
>
> This is equivalent to
>
> type: object
> additionalProperties: true
>
> and
>
> type: object
> additionalProperties: {}
https://swagger.io/docs/specification/data-models/data-types/