Data Plane Warning
Data Plane OpenAPI specs
additionalProperties with type object is a common error.
Specifying additionalProperties
with type: object
is a common error.
June 18, 2022
June 18, 2022
If you intend to allow property values of any type (not just JSON objects), simply omit the type
, e.g.:
"additionalProperties": {}