opendb/collection/uni-mall-categories/collection.json

26 lines
555 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"schema": {
"bsonType": "object",
"required": ["name", "description", "create_date"],
"properties": {
"_id": {
"description": "存储文档 ID文章 ID系统自动生成"
},
"name": {
"bsonType": "string",
"description": "类别名称"
},
"description": {
"bsonType": "string",
"description": "类别描述"
},
"create_date": {
"bsonType": "timestamp",
"description": "创建时间"
}
}
},
"data": [],
"index": []
}