We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to add support for this style of enums:
"breakerType": { "enum": [ "0", "1", "2", "3" ], "type": "integer", "description": "If populated, this item has a breaker type corresponding to the given value. See DestinyBreakerTypeDefinition for more details.", "format": "int32", "nullable": true, "x-enum-values": [ { "numericValue": "0", "identifier": "None" }, { "numericValue": "1", "identifier": "ShieldPiercing" }, { "numericValue": "2", "identifier": "Disruption" }, { "numericValue": "3", "identifier": "Stagger" } ], "x-enum-is-bitmask": false },
This is used by the Bungie OpenAPI definition (https://github.com/Bungie-net/api/blob/master/openapi.json)
The text was updated successfully, but these errors were encountered:
Likely, as the next stage of development is focused on enum stuffs.
Sorry, something went wrong.
No branches or pull requests
Would it be possible to add support for this style of enums:
This is used by the Bungie OpenAPI definition (https://github.com/Bungie-net/api/blob/master/openapi.json)
The text was updated successfully, but these errors were encountered: