spec(assets): document optional id field on ResultItem

ExecutedWsMessage's per-entry shape (ResultItem) now optionally carries
the asset reference UUID when --enable-assets is set.
This commit is contained in:
Matt Miller 2026-05-20 11:11:26 -07:00
parent 4922875fe0
commit 2eb15b6237

View File

@ -6569,6 +6569,13 @@ components:
enum: [input, output, temp] enum: [input, output, temp]
display_name: display_name:
type: string type: string
id:
type: string
format: uuid
description: |
Asset reference UUID. Present only when the server is started with
`--enable-assets` and the file resolves to a registered asset.
Fetch the full asset via `GET /api/assets/{id}`.
NodeOutputs: NodeOutputs:
type: object type: object