Search

Ctrl + K

JSON

BigQuery schema

1[
2  {
3    "name": "userId",
4    "type": "INTEGER",
5    "mode": "NULLABLE"
6  },
7  {
8    "name": "id",
9    "type": "INTEGER",
10    "mode": "NULLABLE"
11  },
12  {
13    "name": "title",
14    "type": "STRING",
15    "mode": "NULLABLE"
16  },
17  {
18    "name": "completed",
19    "type": "BOOLEAN",
20    "mode": "NULLABLE"
21  }
22]