Skip to content

Commit dcb967a

Browse files
committed
Extend PackReference with locked and missing nodes
1 parent 6d14cee commit dcb967a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

api/csolution-openapi.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: csolution rpc
4-
version: 0.0.10
4+
version: 0.0.11
55
description: Specification of remote procedure call methods for CMSIS csolution integration
66
license:
77
name: Apache 2.0
@@ -344,7 +344,13 @@ components:
344344
description: Flag to indicate if reference is selected
345345
upgrade:
346346
type: string
347-
description: Greater compliant pack version is available for the locked resolved pack
347+
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
348354
required:
349355
- pack
350356
- origin

0 commit comments

Comments
 (0)