swag-payments/spec/definitions/Decimal.yaml
2021-07-12 14:10:35 +03:00

18 lines
334 B
YAML

description: Дробное десятичное число произвольной точности
type: object
required:
- m
- exp
properties:
m:
description: >
Мантисса.
type: integer
format: int64
minimum: 0
exp:
description: >
Порядок.
type: integer
format: int64