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}$