From 8fb423f6c1bd7a071f6d9fce96c004e04f58122e Mon Sep 17 00:00:00 2001 From: Edward Wilde Date: Sun, 2 Sep 2018 22:27:04 +0100 Subject: [PATCH] Adds missing annotation field from swagger.yml Signed-off-by: Edward Wilde --- api-docs/swagger.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-docs/swagger.yml b/api-docs/swagger.yml index bba812cd..71a4eac8 100644 --- a/api-docs/swagger.yml +++ b/api-docs/swagger.yml @@ -440,6 +440,10 @@ definitions: type: object additionalProperties: type: string + annotations: + type: object + additionalProperties: + type: string required: - name - image @@ -450,4 +454,4 @@ definitions: - labels externalDocs: description: More documentation available on Github - url: 'https://github.com/openfaas/faas' \ No newline at end of file + url: 'https://github.com/openfaas/faas'