fix comment model defaults
This commit is contained in:
@ -22,14 +22,15 @@
|
||||
},
|
||||
"rank": {
|
||||
"type": "number",
|
||||
"default": "-Infinity"
|
||||
"default": 0
|
||||
},
|
||||
"upvotes": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"author": {
|
||||
"type": {}
|
||||
"type": {},
|
||||
"default": {}
|
||||
},
|
||||
"comments": {
|
||||
"type": "array",
|
||||
|
Reference in New Issue
Block a user