Skip to content

Commit

Permalink
Adds missing annotation field from swagger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Wilde <ewilde@gmail.com>
  • Loading branch information
ewilde authored and alexellis committed Sep 2, 2018
1 parent 7a2a354 commit 8fb423f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api-docs/swagger.yml
Expand Up @@ -440,6 +440,10 @@ definitions:
type: object
additionalProperties:
type: string
annotations:
type: object
additionalProperties:
type: string
required:
- name
- image
Expand All @@ -450,4 +454,4 @@ definitions:
- labels
externalDocs:
description: More documentation available on Github
url: 'https://github.com/openfaas/faas'
url: 'https://github.com/openfaas/faas'

0 comments on commit 8fb423f

Please sign in to comment.