2017-02-06 12:09:03 +00:00
|
|
|
type: object
|
2017-07-17 11:46:51 +00:00
|
|
|
discriminator: status
|
2017-02-06 12:09:03 +00:00
|
|
|
required:
|
|
|
|
- id
|
2017-07-17 11:46:51 +00:00
|
|
|
- revision
|
|
|
|
- createdAt
|
2017-02-06 12:09:03 +00:00
|
|
|
- status
|
|
|
|
- changeset
|
|
|
|
properties:
|
|
|
|
id:
|
2017-07-17 11:46:51 +00:00
|
|
|
description: Идентификатор заявки
|
2017-02-06 12:09:03 +00:00
|
|
|
type: integer
|
|
|
|
format: int64
|
2017-07-17 11:46:51 +00:00
|
|
|
revision:
|
|
|
|
description: Версия заявки
|
|
|
|
type: integer
|
|
|
|
format: int32
|
|
|
|
createdAt:
|
|
|
|
description: Дата создания
|
|
|
|
type: string
|
|
|
|
format: date-time
|
|
|
|
updatedAt:
|
|
|
|
description: Дата изменения
|
|
|
|
type: string
|
|
|
|
format: date-time
|
2017-02-06 12:09:03 +00:00
|
|
|
status:
|
2017-07-17 11:46:51 +00:00
|
|
|
description: Статус заявки
|
|
|
|
type: string
|
2017-02-06 12:09:03 +00:00
|
|
|
changeset:
|
2017-07-17 11:46:51 +00:00
|
|
|
$ref: '#/definitions/ClaimChangeset'
|