Skip to content

Тип string, формат int64 #156

Closed
inferrna opened this issue Apr 29, 2022 · 1 comment
Closed

Тип string, формат int64 #156

inferrna opened this issue Apr 29, 2022 · 1 comment

Comments

@inferrna
Copy link

Тогда как int32 имеют нормальный человеческий тип integer. И это справедливо для всех полей, в том числе, внутри одной структуры.
Например:

    v1Quotation:
      example:
        nano: 6
        units: units
      properties:
        units:
          format: int64
          title: целая часть суммы, может быть отрицательным числом
          type: string
        nano:
          format: int32
          title: дробная часть суммы, может быть отрицательным числом
          type: integer

ЗЫ: если снова виноват protobuf и иначе никак, значит, вы свернули с ним куда-то не туда.

@AlexanderVolkovTCS
Copy link
Collaborator

int64 в виде string в основном нужен для браузерных клиентов, а также приложений на javascript и python.
OAI/OpenAPI-Specification#704
https://developers.google.com/discovery/v1/type-format

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

No branches or pull requests

2 participants