Skip to content
New issue

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

Add "format" to the "imageUrlHash" field in the OpenAPI spec because it is a 64 bit integer #135

Closed
magiccrafter opened this issue Dec 12, 2024 · 0 comments

Comments

@magiccrafter
Copy link
Contributor

Problem
The imageUrlHash field in our API’s OpenAPI spec is a 64-bit integer, but it’s missing a format attribute. Without it, the spec doesn’t clearly explain how the field should be understood or used. Adding a format gives more detail beyond just “it’s a number,” which helps people and client generators better work with the API.

Proposed Fix
Add format: int64 to the imageUrlHash field. This tells everyone (and everything) that it’s a 64-bit integer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants