Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent 9e898fb commit d8c44c8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,20 @@
"example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z"
}
},
"text/tab-separated-values": {
"schema": {
"type": "string",
"description": "A TSV string. The first line is column IDs, and each subsequent line is a row of data. The schema will be inferred from the data. The name of the table must be passed in the query parameter `name`.",
"example": "Name\tAge\tBirthday\nAlice\t25\t2024-08-29T09:46:16.722Z\nBob\t30\t2020-01-15T09:00:16.722Z"
}
},
"text/csv": {
"schema": {
"type": "string",
"description": "A CSV string. The first line is column IDs, and each subsequent line is a row of data. The schema will be inferred from the data. The name of the table must be passed in the query parameter `name`.",
"example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z"
}
},
"text/tab-separated-values": {
"schema": {
"type": "string",
Expand Down Expand Up @@ -835,6 +849,20 @@
"example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z"
}
},
"text/tab-separated-values": {
"schema": {
"type": "string",
"description": "A TSV string. The first line is column IDs, and each subsequent line is a row of data.",
"example": "Name\tAge\tBirthday\nAlice\t25\t2024-08-29T09:46:16.722Z\nBob\t30\t2020-01-15T09:00:16.722Z"
}
},
"text/csv": {
"schema": {
"type": "string",
"description": "A CSV string. The first line is column IDs, and each subsequent line is a row of data.",
"example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z"
}
},
"text/tab-separated-values": {
"schema": {
"type": "string",
Expand Down

0 comments on commit d8c44c8

Please sign in to comment.