swag-analytics/spec/definitions/ClientInfo.yaml
ndiezel0 558c63b116
CAPI-381: Return missing definitions (#3)
* CAPI-381: Return missing definitions

* CAPI-381: Remove readOnly fields and remove fill info from descriptions
2019-09-11 19:29:46 +03:00

15 lines
408 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

description: Данные клиентского устройства плательщика
type: object
required:
- fingerprint
properties:
fingerprint:
description: Уникальный отпечаток user agent'а плательщика
type: string
maxLength: 1000
ip:
description: IP-адрес плательщика
type: string
format: ip-address
maxLength: 45