Skip to content

missing int64 format #172

@porjo

Description

@porjo

Openapi spec for MoneyObject valueInBaseUnits has this:

api/v1/openapi.json

Lines 45 to 48 in 7074155

"valueInBaseUnits": {
"type": "integer",
"description": "The amount of money in the smallest denomination for the currency, as a\n64-bit integer. For example, for an Australian dollar value of $10.56,\nthis field will be `1056`.\n"
}

AFAIK format: int64 is required for 64-bit integer to be output: https://swagger.io/docs/specification/v3_0/data-models/data-types/#numbers

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