diff --git a/api/swagger.yaml b/api/swagger.yaml index 73ea1a378c..096d523b39 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -838,12 +838,11 @@ definitions: Volumes: description: "An object mapping mount point paths inside the container to empty objects." type: "object" - properties: - additionalProperties: - type: "object" - enum: - - {} - default: {} + additionalProperties: + type: "object" + enum: + - {} + default: {} WorkingDir: description: "The working directory for commands to run in." type: "string"