mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 08:45:28 +00:00
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
|