|
413 | 413 | "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
414 | 414 | } |
415 | 415 | }, |
| 416 | + "text/tab-separated-values": { |
| 417 | + "schema": { |
| 418 | + "type": "string", |
| 419 | + "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`.", |
| 420 | + "example": "Name\tAge\tBirthday\nAlice\t25\t2024-08-29T09:46:16.722Z\nBob\t30\t2020-01-15T09:00:16.722Z" |
| 421 | + } |
| 422 | + }, |
| 423 | + "text/csv": { |
| 424 | + "schema": { |
| 425 | + "type": "string", |
| 426 | + "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`.", |
| 427 | + "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
| 428 | + } |
| 429 | + }, |
416 | 430 | "text/tab-separated-values": { |
417 | 431 | "schema": { |
418 | 432 | "type": "string", |
|
740 | 754 | "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
741 | 755 | } |
742 | 756 | }, |
| 757 | + "text/tab-separated-values": { |
| 758 | + "schema": { |
| 759 | + "type": "string", |
| 760 | + "description": "A TSV string. The first line is column IDs, and each subsequent line is a row of data.", |
| 761 | + "example": "Name\tAge\tBirthday\nAlice\t25\t2024-08-29T09:46:16.722Z\nBob\t30\t2020-01-15T09:00:16.722Z" |
| 762 | + } |
| 763 | + }, |
| 764 | + "text/csv": { |
| 765 | + "schema": { |
| 766 | + "type": "string", |
| 767 | + "description": "A CSV string. The first line is column IDs, and each subsequent line is a row of data.", |
| 768 | + "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
| 769 | + } |
| 770 | + }, |
743 | 771 | "text/tab-separated-values": { |
744 | 772 | "schema": { |
745 | 773 | "type": "string", |
|
0 commit comments