diff --git a/uni_modules/uni-id-pages/uniCloud/database/opendb-tempdata.schema.json b/uni_modules/uni-id-pages/uniCloud/database/opendb-tempdata.schema.json new file mode 100644 index 0000000000000000000000000000000000000000..1b4f1914cfbdf593bbc694097dbcff86a84d6c67 --- /dev/null +++ b/uni_modules/uni-id-pages/uniCloud/database/opendb-tempdata.schema.json @@ -0,0 +1,26 @@ +{ + "bsonType": "object", + "required": [ + "value", + "expired" + ], + "permission": { + "read": false, + "create": false, + "update": false, + "delete": false + }, + "properties": { + "_id": { + "description": "ID,系统自动生成" + }, + "value": { + "description": "值" + }, + "expired": { + "description": "过期时间", + "bsonType": "timestamp" + } + }, + "version": "0.0.1" +} \ No newline at end of file