Closed pluehne closed 3 years ago
The OpenAPI specification defines the additionalProperties field according to the JSON schema specification. In the version of the JSON schema specification referenced by the OpenAPI specification, the value of additionalProperties may be either Boolean or a schema (though it appears that newer versions of the JSON schema specification no longer allow Boolean values).
additionalProperties
However, to comply with OpenAPI 3.0, this adjusts the representation of the additionalProperties field in this crate accordingly
The OpenAPI specification defines the
additionalProperties
field according to the JSON schema specification. In the version of the JSON schema specification referenced by the OpenAPI specification, the value ofadditionalProperties
may be either Boolean or a schema (though it appears that newer versions of the JSON schema specification no longer allow Boolean values).However, to comply with OpenAPI 3.0, this adjusts the representation of the
additionalProperties
field in this crate accordingly