chore(openapi): sync shared API contract from cloud@ca12913 (#14367)

This commit is contained in:
Comfy Org PR Bot 2026-06-10 10:58:42 +09:00 committed by GitHub
parent 5fcf7a4a0f
commit 46d45aade1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1960,8 +1960,8 @@ paths:
schema:
properties:
hash:
description: Hash of the existing asset. Supports Blake3 (blake3:) or SHA256 (sha256:) formats
pattern: ^(blake3|sha256):[a-f0-9]{64}$
description: 'Blake3 content hash of the existing asset (blake3: prefix)'
pattern: ^blake3:[a-f0-9]{64}$
type: string
mime_type:
description: MIME type of the asset (e.g., "image/png", "video/mp4")