Files
t/uniCloud-alipay/database/cms-vote-info.schema.json
T
2025-06-13 20:48:15 +08:00

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"
}
}
}