mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
29 lines
600 B
YAML
29 lines
600 B
YAML
|
type: object
|
||
|
required:
|
||
|
- id
|
||
|
- filename
|
||
|
properties:
|
||
|
id:
|
||
|
description: Идентификатор файла
|
||
|
type: string
|
||
|
maxLength: 40
|
||
|
filename:
|
||
|
description: Имя файла
|
||
|
type: string
|
||
|
maxLength: 40
|
||
|
signatures:
|
||
|
type: object
|
||
|
description: Сигнатуры файла
|
||
|
required:
|
||
|
- md5
|
||
|
- sha256
|
||
|
properties:
|
||
|
md5:
|
||
|
description: MD5 содержимого файла
|
||
|
type: string
|
||
|
maxLength: 32
|
||
|
sha256:
|
||
|
description: SHA256 содержимого файла
|
||
|
type: string
|
||
|
maxLength: 64
|