kshramt e003116fa5 Support free-form objects
> 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/
2022-07-27 12:51:10 +09:00
..
2022-07-27 12:51:10 +09:00
2022-07-27 12:51:10 +09:00
2022-05-31 18:03:46 +02:00