and also requires the `type` declaration, although this should not be required. The following declaration should declare a type that can take any value: ``` definitions: AnyValue: {} ``` see: https://stackoverflow.com/questions/32841298/openapi-what-schema-to-accept-any-complex-json-value
and also requires the
typedeclaration, although this should not be required.The following declaration should declare a type that can take any value:
see: https://stackoverflow.com/questions/32841298/openapi-what-schema-to-accept-any-complex-json-value