From 3284ae3429e33086fc96c64f007719ffb37822b9 Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Wed, 18 Feb 2026 11:36:23 -0600 Subject: [PATCH] chore: Remove broken field LineCount from FileResponse --- openapi.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index d9bd5b0..c2be354 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10131,7 +10131,6 @@ components: - purpose - FileType - Processed - - LineCount properties: id: description: ID of the file. @@ -10158,9 +10157,6 @@ components: FileType: description: The type of the file such as `jsonl`, `csv`, or `parquet`. $ref: '#/components/schemas/FileType' - LineCount: - description: The number of lines in the file. - type: integer FileList: required: - data