|
449 | 449 | "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
450 | 450 | } |
451 | 451 | }, |
| 452 | + "text/tab-separated-values": { |
| 453 | + "schema": { |
| 454 | + "type": "string", |
| 455 | + "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`.", |
| 456 | + "example": "Name\tAge\tBirthday\nAlice\t25\t2024-08-29T09:46:16.722Z\nBob\t30\t2020-01-15T09:00:16.722Z" |
| 457 | + } |
| 458 | + }, |
| 459 | + "text/csv": { |
| 460 | + "schema": { |
| 461 | + "type": "string", |
| 462 | + "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`.", |
| 463 | + "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
| 464 | + } |
| 465 | + }, |
452 | 466 | "text/tab-separated-values": { |
453 | 467 | "schema": { |
454 | 468 | "type": "string", |
|
835 | 849 | "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
836 | 850 | } |
837 | 851 | }, |
| 852 | + "text/tab-separated-values": { |
| 853 | + "schema": { |
| 854 | + "type": "string", |
| 855 | + "description": "A TSV string. The first line is column IDs, and each subsequent line is a row of data.", |
| 856 | + "example": "Name\tAge\tBirthday\nAlice\t25\t2024-08-29T09:46:16.722Z\nBob\t30\t2020-01-15T09:00:16.722Z" |
| 857 | + } |
| 858 | + }, |
| 859 | + "text/csv": { |
| 860 | + "schema": { |
| 861 | + "type": "string", |
| 862 | + "description": "A CSV string. The first line is column IDs, and each subsequent line is a row of data.", |
| 863 | + "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
| 864 | + } |
| 865 | + }, |
838 | 866 | "text/tab-separated-values": { |
839 | 867 | "schema": { |
840 | 868 | "type": "string", |
|
0 commit comments