main #1

Merged
oyo merged 35 commits from main into release 2025-06-27 15:15:53 +08:00
Showing only changes of commit f8002cc0ed - Show all commits

View File

@@ -1070,7 +1070,7 @@ requestParams为请求参数列表response为返回结构requestParams中
- 以Json表达Json Schema 定义如下: - 以Json表达Json Schema 定义如下:
```json ```json
{ {
"type": "object","description": "节点定义", "required": [ "description","name","nodes","edges"], "type": "object","description": "流程服务设计元素", "required": [ "description","name","nodes","edges"],
"properties": "properties":
{ {
"name": { "type": "string", "description": "流程名称英语描述单词之间使用下划线分割总称不超过32个字符" }, "name": { "type": "string", "description": "流程名称英语描述单词之间使用下划线分割总称不超过32个字符" },