Search

Ctrl + K

JSON

Mongoose schema

1{
2  "userId": {
3    "type": "Number"
4  },
5  "id": {
6    "type": "Number"
7  },
8  "title": {
9    "type": "String"
10  },
11  "completed": {
12    "type": "Boolean"
13  }
14}