OpenApi.fromApi(api) all use "additionalProperties": false, which stops me from evolving API endpoints. Unknown fields should be ignored by clients (Postel's law), but currently old clients fail when new fields are added, making it very difficult to evolve APIs.additionalProperties annotation to true when generating the schema?