Skip to content

Commit e8fc03e

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

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

api/csolution-openapi.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)