mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-27 19:35:57 +08:00
openapi: add AssetInfo.in_library (nullable, x-runtime:[cloud])
AssetInfo is already a wholly cloud-only schema; in_library is added as a nullable cloud-populated property to match the field cloud's runtime returns.
This commit is contained in:
@ -10062,6 +10062,12 @@ components:
|
||||
size_bytes:
|
||||
type: integer
|
||||
format: int64
|
||||
in_library:
|
||||
type: boolean
|
||||
nullable: true
|
||||
x-runtime:
|
||||
- cloud
|
||||
description: "[cloud-only] Whether the asset is present in the user's library (vs. a discovery/search result)."
|
||||
|
||||
BulkRevokeAPIKeysResponse:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user