27 lines
384 B
JSON
27 lines
384 B
JSON
{
|
|
"bsonType": "object",
|
|
"required": [],
|
|
"permission": {
|
|
"read": true,
|
|
"create": true,
|
|
"update": true,
|
|
"delete": true
|
|
},
|
|
"properties": {
|
|
"_id": {
|
|
"description": "ID,系统自动生成"
|
|
},
|
|
"vote_id": {
|
|
"bsonType": "string"
|
|
},
|
|
"selectValue": {
|
|
"bsonType": "object"
|
|
},
|
|
"type": {
|
|
"bsonType": "string"
|
|
},
|
|
"count": {
|
|
"bsonType": "int"
|
|
}
|
|
}
|
|
} |