Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Representation data that's a string, but with members doesn't get recognized as an enum #150

Closed
erunion opened this issue Mar 8, 2018 · 1 comment
Labels
Milestone

Comments

@erunion
Copy link
Owner

erunion commented Mar 8, 2018

* @api-data showing (string) - Whether the values of the upload_quota.space fields 
*      are for the lifetime quota or the periodic quota.
*      + Members
*          - `periodic`
*          - `lifetime`

When compiling this, Mill sees it as just a string and ignores the supplied enums. Ideally, this data would be written as enum instead of string, but Mill should be able to detect that it's a string+enums.

// @kenyavs

@erunion
Copy link
Owner Author

erunion commented May 26, 2018

Fixed in v4

@erunion erunion closed this as completed May 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant