Martin Renvoize
4b47f8e48f
At some point in the patch series we lost the availability api schema. This patch restores a basic version, but we should work towards a clearer enum based schema for each of the available blockers, confirms and warnings. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
18 lines
365 B
YAML
18 lines
365 B
YAML
---
|
|
type: object
|
|
properties:
|
|
blockers:
|
|
type: object
|
|
description: blocking issues
|
|
confirms:
|
|
type: object
|
|
description: issues requireing confirmation
|
|
warnings:
|
|
type: object
|
|
description: informational issues
|
|
confirmation_token:
|
|
type:
|
|
- string
|
|
- "null"
|
|
description: token for confirmation
|
|
additionalProperties: false
|