You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/test/fixtures/uploads/cities_broken.jgrist

29 lines
591 B

{
"parseOptions": {},
"tables": [
{
"table_name": "city",
"column_metadata": [
{
"id": "id",
"type": "Int"
},
{
"id": "city",
"type": ["Space", "Monkey"]
}
],
"table_data": [
[
1,
2
],
[
"Berlin",
"Tokyo"
]
]
}
]
}