mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 08:45:28 +00:00
558c63b116
* CAPI-381: Return missing definitions * CAPI-381: Remove readOnly fields and remove fill info from descriptions
15 lines
408 B
YAML
15 lines
408 B
YAML
description: Данные клиентского устройства плательщика
|
||
type: object
|
||
required:
|
||
- fingerprint
|
||
properties:
|
||
fingerprint:
|
||
description: Уникальный отпечаток user agent'а плательщика
|
||
type: string
|
||
maxLength: 1000
|
||
ip:
|
||
description: IP-адрес плательщика
|
||
type: string
|
||
format: ip-address
|
||
maxLength: 45
|