Skip to content

Commit f9acf01

Browse files
authored
chore: Remove broken field LineCount from FileResponse (#211)
1 parent 1edb805 commit f9acf01

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10131,7 +10131,6 @@ components:
1013110131
- purpose
1013210132
- FileType
1013310133
- Processed
10134-
- LineCount
1013510134
properties:
1013610135
id:
1013710136
description: ID of the file.
@@ -10158,9 +10157,6 @@ components:
1015810157
FileType:
1015910158
description: The type of the file such as `jsonl`, `csv`, or `parquet`.
1016010159
$ref: '#/components/schemas/FileType'
10161-
LineCount:
10162-
description: The number of lines in the file.
10163-
type: integer
1016410160
FileList:
1016510161
required:
1016610162
- data

0 commit comments

Comments
 (0)