mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-31 19:37:24 +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:
parent
93572030f6
commit
3d39fcc5f7
@ -10062,6 +10062,12 @@ components:
|
|||||||
size_bytes:
|
size_bytes:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
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:
|
BulkRevokeAPIKeysResponse:
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user