Skip to content

Commit

Permalink
fix multiple in schema json
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasb committed Aug 12, 2024
1 parent ef07812 commit 13c49a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 030-Data-types/030-data-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Let's look at a JSON representation of a sample Xata schema to understand how it
},
{
"name": "labels",
"type": "text[]"
"type": "multiple"
},
{
"name": "owner",
Expand Down Expand Up @@ -190,7 +190,7 @@ The keys in the JSON are the column names. The values are the data. The correspo
},
{
"name": "labels",
"type": "text[]"
"type": "multiple"
}
]
}
Expand Down

0 comments on commit 13c49a6

Please sign in to comment.