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:
Matt Miller
2026-05-26 23:39:36 -07:00
parent 93572030f6
commit 3d39fcc5f7

View File

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