mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00

* test github action Signed-off-by: Ivan Milosevic <iva@blokovi.com> * separate openapi and asyncapi Signed-off-by: Ivan Milosevic <iva@blokovi.com> * remove openapi from old location Signed-off-by: Ivan Milosevic <iva@blokovi.com> * change cname for production use Signed-off-by: Ivan Milosevic <iva@blokovi.com>
24 lines
515 B
YAML
24 lines
515 B
YAML
type: object
|
|
properties:
|
|
status:
|
|
type: string
|
|
description: Service status.
|
|
enum:
|
|
- pass
|
|
version:
|
|
type: string
|
|
description: Service version.
|
|
example: 0.0.1
|
|
commit:
|
|
type: string
|
|
description: Service commit hash.
|
|
example: 7d6f4dc4f7f0c1fa3dc24eddfb18bb5073ff4f62
|
|
description:
|
|
type: string
|
|
description: Service description.
|
|
example: <service_name> service
|
|
build_time:
|
|
type: string
|
|
description: Service build time.
|
|
example: 1970-01-01_00:00:00
|