mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
18 lines
334 B
YAML
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
|