GitHub Action 1 месяц назад
Родитель
Сommit
dfb9caa2a9
1 измененных файлов с 15 добавлено и 2 удалено
  1. 15 2
      packages/sdk/openapi.json

+ 15 - 2
packages/sdk/openapi.json

@@ -8976,13 +8976,26 @@
             "type": "string"
           },
           "template": {
-            "type": "string"
+            "anyOf": [
+              {
+                "type": "string"
+              },
+              {
+                "type": "string"
+              }
+            ]
           },
           "subtask": {
             "type": "boolean"
+          },
+          "hints": {
+            "type": "array",
+            "items": {
+              "type": "string"
+            }
           }
         },
-        "required": ["name", "template"]
+        "required": ["name", "template", "hints"]
       },
       "Model": {
         "type": "object",