mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-14 06:53:00 +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": []
|
||
|
}
|