Skip to content

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

Closed
@magiccrafter

Description

@magiccrafter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions