nextcloud / openapi-extractor

A tool for extracting OpenAPI specifications from Nextcloud source code
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
GNU Affero General Public License v3.0
7 stars 2 forks source link

fix: Do not convert union types to string #37

Closed provokateurin closed 11 months ago

provokateurin commented 11 months ago

Fixes https://github.com/nextcloud/openapi-extractor/issues/36

Merging the enums is necessary because otherwise every sub type of the union type will be it's own enum with only one possible value.