|
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 | | - }, |
466 | 452 | "text/tab-separated-values": { |
467 | 453 | "schema": { |
468 | 454 | "type": "string", |
|
849 | 835 | "example": "Name,Age,Birthday\nAlice,25,2024-08-29T09:46:16.722Z\nBob,30,2020-01-15T09:00:16.722Z" |
850 | 836 | } |
851 | 837 | }, |
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 | | - }, |
866 | 838 | "text/tab-separated-values": { |
867 | 839 | "schema": { |
868 | 840 | "type": "string", |
|
0 commit comments