mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 20:46:41 +00:00
Adds missing annotation field from swagger.yml
Signed-off-by: Edward Wilde <ewilde@gmail.com>
This commit is contained in:
@ -440,6 +440,10 @@ definitions:
|
|||||||
type: object
|
type: object
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
annotations:
|
||||||
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
type: string
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
- image
|
- image
|
||||||
@ -450,4 +454,4 @@ definitions:
|
|||||||
- labels
|
- labels
|
||||||
externalDocs:
|
externalDocs:
|
||||||
description: More documentation available on Github
|
description: More documentation available on Github
|
||||||
url: 'https://github.com/openfaas/faas'
|
url: 'https://github.com/openfaas/faas'
|
||||||
|
Reference in New Issue
Block a user