mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
34 lines
839 B
JSON
34 lines
839 B
JSON
{
|
|
"schema": {
|
|
"bsonType": "object",
|
|
"required": [],
|
|
"permission": {
|
|
"read": false,
|
|
"create": false,
|
|
"update": false,
|
|
"delete": false
|
|
},
|
|
"properties": {
|
|
"_id": {
|
|
"description": "模板ID"
|
|
},
|
|
"name": {
|
|
"bsonType": "string",
|
|
"description": "模板名称"
|
|
},
|
|
"content": {
|
|
"bsonType": "string",
|
|
"description": "模板内容"
|
|
},
|
|
"type": {
|
|
"bsonType": "int",
|
|
"description": "模板类型"
|
|
},
|
|
"sign": {
|
|
"bsonType": "string",
|
|
"description": "模板签名"
|
|
}
|
|
}
|
|
},
|
|
"index": []
|
|
} |