We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PackReference
locked
missing
1 parent 6d14cee commit dcb967aCopy full SHA for dcb967a
1 file changed
api/csolution-openapi.yml
@@ -1,7 +1,7 @@
1
openapi: 3.1.0
2
info:
3
title: csolution rpc
4
- version: 0.0.10
+ version: 0.0.11
5
description: Specification of remote procedure call methods for CMSIS csolution integration
6
license:
7
name: Apache 2.0
@@ -344,7 +344,13 @@ components:
344
description: Flag to indicate if reference is selected
345
upgrade:
346
type: string
347
- description: Greater compliant pack version is available for the locked resolved pack
+ description: Greater compliant pack version is available for the locked pack
348
+ locked:
349
+ type: string
350
+ description: Locked pack identifier
351
+ missing:
352
+ type: boolean
353
+ description: True if pack is not installed
354
required:
355
- pack
356
- origin
0 commit comments