summaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/ncmp/openapi-inventory.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/swagger/ncmp/openapi-inventory.yaml')
-rw-r--r--docs/api/swagger/ncmp/openapi-inventory.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml
index ebe310160..9f64f58cb 100644
--- a/docs/api/swagger/ncmp/openapi-inventory.yaml
+++ b/docs/api/swagger/ncmp/openapi-inventory.yaml
@@ -266,12 +266,14 @@ components:
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
- cmHandle: my-cm-handle
publicCmHandleProperties:
key: my-property
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
createdCmHandles:
- cmHandle: my-cm-handle
publicCmHandleProperties:
@@ -279,12 +281,14 @@ components:
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
- cmHandle: my-cm-handle
publicCmHandleProperties:
key: my-property
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
dmiPlugin: my-dmi-plugin
dmiModelPlugin: my-dmi-model-plugin
upgradedCmHandles:
@@ -338,6 +342,7 @@ components:
cmHandleProperties:
key: my-property
moduleSetTag: my-module-set-tag
+ trustLevel: COMPLETE
properties:
cmHandle:
example: my-cm-handle
@@ -355,6 +360,12 @@ components:
moduleSetTag:
example: my-module-set-tag
type: string
+ trustLevel:
+ enum:
+ - COMPLETE
+ - NONE
+ example: COMPLETE
+ type: string
required:
- cmHandle
type: object