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

27 lines
388 B
JSON

{
"bsonType": "object",
"required": [],
"permission": {
"read": true,
"create": true,
"update": true,
"delete": true
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
},
"user_id": {
"bsonType": "string"
},
"vote_id": {
"bsonType": "string"
},
"selectValue": {
"bsonType": "array"
},
"type": {
"bsonType": "string"
}
}
}