Skip to content

Commit fde15f8

Browse files
committed
update /Lowcoder-API-Service-API.json
1 parent ec91606 commit fde15f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lowcoder-API-Service-API.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5169,7 +5169,7 @@
51695169
]
51705170
},
51715171
"organizationDomain": {
5172-
"$ref": "#/components/schemas/OrganizationDomain"
5172+
"type": "object"
51735173
},
51745174
"commonSettings": {
51755175
"type": "object",
@@ -5459,7 +5459,7 @@
54595459
"format": "int64"
54605460
},
54615461
"datasourceConfig": {
5462-
"$ref": "#/components/schemas/DatasourceConnectionConfig_Public"
5462+
"type": "object"
54635463
}
54645464
}
54655465
},
@@ -5933,13 +5933,13 @@
59335933
"subFolders": {
59345934
"type": "array",
59355935
"items": {
5936-
"$ref": "#/components/schemas/FolderInfoView"
5936+
"type": "object"
59375937
}
59385938
},
59395939
"subApplications": {
59405940
"type": "array",
59415941
"items": {
5942-
"$ref": "#/components/schemas/ApplicationInfoView"
5942+
"type": "object"
59435943
}
59445944
},
59455945
"createTime": {

0 commit comments

Comments
 (0)