NGTools/uniCloud-aliyun/database/ngtools_information.schema.json
ldeyun 9dbfdc6c71 V1.0.0
微信小程序运行成功;
H5运行成功
2024-09-30 01:30:39 +08:00

65 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"bsonType": "object",
"required": ["infoName"],
"permission": {
"read": true,
"create": true,
"update": true,
"delete": true
},
"properties": {
"_id": {
"description": "ID系统自动生成"
},
"infoName": {
"bsonType": "string",
"description": "资料名称",
"title": "资料名称",
"parentKey": "_id"
},
"infomation": {
"bsonType": "string",
"description": "资料内容",
"title": "资料内容",
"trim": "both",
"length": 10000
},
"infoSouce": {
"bsonType": "string",
"description": "资料来源",
"title": "资料来源",
"trim": "both"
},
"infoType": {
"bsonType": "string",
"description": "资料类型",
"title": "资料类型",
"trim": "both"
},
"createTime": {
"description": "创建时间",
"bsonType": "datetime",
"title": "创建时间",
"trim": "both"
},
"createBy": {
"description": "创建人",
"bsonType": "string",
"title": "创建人",
"trim": "both"
},
"updateTime": {
"description": "更新时间",
"bsonType": "datetime",
"title": "更新时间",
"trim": "both"
},
"updateBy": {
"description": "更新人",
"bsonType": "string",
"title": "更新人",
"trim": "both"
}
},
"version": "0.1.1"
}