Skip to content

Commit c8fe204

Browse files
committed
Update the object format of README
1 parent e49a910 commit c8fe204

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ The format of object in the database is:
6363
{
6464
name: String,
6565
time: String,
66+
description: String,
67+
level: {
68+
ok: Number,
69+
poor: Number,
70+
crit: Number
71+
},
6672
loc: {
6773
type: { type: String },
6874
coordinates: [Number]

0 commit comments

Comments
 (0)