From 3d39fcc5f778f9c4e7e49cd545af7797fabe5969 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Tue, 26 May 2026 23:39:36 -0700 Subject: [PATCH] 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. --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 834f67785..944f480d7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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