From cf238f6f740e5bb077b500ca13065e58849cac06 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Mon, 8 Jun 2026 19:09:46 -0700 Subject: [PATCH] =?UTF-8?q?revert(assets):=20drop=20hand-edited=20openapi.?= =?UTF-8?q?yaml;=20file=5Fpath=20flows=20via=20cloud=E2=86=92core=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Core openapi.yaml is downstream of the cloud spec (source of truth), projected up by the sync. file_path is not yet in cloud main, so it must arrive in core's spec via the sync (BE-932), not a hand-edit here. The Python response models (schemas_out.py) still emit file_path/display_name. --- openapi.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index fa7898c76..b7e21245f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16,10 +16,6 @@ components: description: Display name of the asset. Mirrors name for backwards compatibility. nullable: true type: string - file_path: - description: "Logical namespace key for the asset. For files under ComfyUI registered model-folder paths, uses models//. Not a physical path, not stable across model-folder configuration changes, and not a unique reference key; use id for exact asset identity." - nullable: true - type: string hash: description: Blake3 hash of the asset content. Preferred over asset_hash. pattern: ^blake3:[a-f0-9]{64}$ @@ -152,10 +148,6 @@ components: description: Display name of the asset. Mirrors name for backwards compatibility. nullable: true type: string - file_path: - description: "Logical namespace key for the asset. For files under ComfyUI registered model-folder paths, uses models//. Not a physical path, not stable across model-folder configuration changes, and not a unique reference key; use id for exact asset identity." - nullable: true - type: string hash: description: Blake3 hash of the asset content. Preferred over asset_hash. pattern: ^blake3:[a-f0-9]{64}$