From dcb967a15fdf3b67d8cc701dd436f329758d4f97 Mon Sep 17 00:00:00 2001 From: Daniel Brondani Date: Thu, 28 May 2026 17:15:40 +0200 Subject: [PATCH] Extend `PackReference` with `locked` and `missing` nodes --- api/csolution-openapi.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/api/csolution-openapi.yml b/api/csolution-openapi.yml index 12bb14e..7f137e4 100644 --- a/api/csolution-openapi.yml +++ b/api/csolution-openapi.yml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: csolution rpc - version: 0.0.10 + version: 0.0.11 description: Specification of remote procedure call methods for CMSIS csolution integration license: name: Apache 2.0 @@ -344,7 +344,13 @@ components: description: Flag to indicate if reference is selected upgrade: type: string - description: Greater compliant pack version is available for the locked resolved pack + description: Greater compliant pack version is available for the locked pack + locked: + type: string + description: Locked pack identifier + missing: + type: boolean + description: True if pack is not installed required: - pack - origin