opendb-open-data expired 字段类型修正为 timestamp

This commit is contained in:
handongxun 2022-10-21 10:48:03 +08:00
parent ccc203a7ea
commit cd71d5a311

View File

@ -12,7 +12,7 @@
"description": "字段_id对应的值" "description": "字段_id对应的值"
}, },
"expired": { "expired": {
"bsonType": "date", "bsonType": "timestamp",
"description": "过期时间" "description": "过期时间"
} }
} }