mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-31 03:17:23 +08:00
openapi: add cloud-only fields to shared schemas (nullable, x-runtime:[cloud])
Incremental folds for the cloud↔OSS spec reconciliation. Adds fields that cloud's runtime returns but the shared spec doesn't yet define, as nullable + x-runtime:[cloud] with a [cloud-only] description prefix. Additive and non-breaking for OSS/local (the fields are null there). - Asset.display_name
This commit is contained in:
parent
2072d3e46d
commit
93572030f6
@ -8099,6 +8099,12 @@ components:
|
||||
name:
|
||||
type: string
|
||||
description: Name of the asset file
|
||||
display_name:
|
||||
type: string
|
||||
nullable: true
|
||||
x-runtime:
|
||||
- cloud
|
||||
description: "[cloud-only] Human-friendly display name for the asset. Cloud-populated; null in local ComfyUI."
|
||||
hash:
|
||||
type: string
|
||||
nullable: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user