更新 llms-full.txt
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
"name":{ "type": "string", "description": "名称,使用英语表达,单词之间使用下划线分割,总长度不能超过32个字符"},
|
"name":{ "type": "string", "description": "名称,使用英语表达,单词之间使用下划线分割,总长度不能超过32个字符"},
|
||||||
"description": { "type": "string","description": "描述,描述这个数据结构的具体含义,介绍这个数据结构的用途,控制在128个字符以内"},
|
"description": { "type": "string","description": "描述,描述这个数据结构的具体含义,介绍这个数据结构的用途,控制在128个字符以内"},
|
||||||
"uuid":{ "type": "string", "description": "该设计在TOCO中的唯一标识符,在创建EO的时候,该字段为空; 在更新时,该字段不能为空"},
|
"uuid":{ "type": "string", "description": "该设计在TOCO中的唯一标识符,在创建EO的时候,该字段为空; 在更新时,该字段不能为空"},
|
||||||
"moduleName":{ "type": "string", "description": "指定该设计所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"},
|
"moduleName":{ "type": "string", "description": "指定该设计元素所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"},
|
||||||
"fieldList":{
|
"fieldList":{
|
||||||
"type":"array",
|
"type":"array",
|
||||||
"items":{
|
"items":{
|
||||||
|
|||||||
Reference in New Issue
Block a user