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:
Matt Miller 2026-05-26 23:34:27 -07:00
parent 2072d3e46d
commit 93572030f6

View File

@ -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