opendb/collection/uni-stat-run-errors/collection.json
2023-12-21 11:09:06 +08:00

35 lines
903 B
JSON
Raw Permalink 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.

{
"schema":{
"bsonType":"object",
"description":"记录数据统计时运行出错的日志",
"required":[
],
"permission":{
"read":false,
"create":false,
"update":false,
"delete":false
},
"properties":{
"_id":{
"description":"ID系统自动生成"
},
"mod":{
"bsonType":"string",
"description":"运行模块"
},
"params":{
"bsonType":"object",
"description":"运行参数"
},
"error":{
"bsonType":"string",
"description":"错误信息"
},
"create_time":{
"bsonType":"timestamp",
"description":"创建时间"
}
}
}
}