NGTools/uniCloud-aliyun/database/opendb-search-hot.schema.json

1 line
390 B
JSON
Raw Normal View History

{"bsonType":"object","required":["content","count"],"permission":{"read":true,"create":false,"update":false,"delete":false},"properties":{"_id":{"description":"ID系统自动生成"},"content":{"bsonType":"string","description":"搜索内容"},"count":{"bsonType":"int","description":"搜索次数"},"create_date":{"bsonType":"timestamp","description":"统计时间"}},"version":"0.0.1"}