Просмотр исходного кода

Merge pull request #35721 from dnephin/fix-swagger-spec-errors

Fix codegen problems in swagger spec
Sebastiaan van Stijn 7 лет назад
Родитель
Сommit
7f4cf43637
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      api/swagger.yaml

+ 1 - 0
api/swagger.yaml

@@ -254,6 +254,7 @@ definitions:
         properties:
         properties:
           Propagation:
           Propagation:
             description: "A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`."
             description: "A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`."
+            type: "string"
             enum:
             enum:
               - "private"
               - "private"
               - "rprivate"
               - "rprivate"