diff options
author | Niamh Core <niamh.core@est.tech> | 2021-11-26 09:37:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-26 09:37:46 +0000 |
commit | 1a07fc039140525af388d6b8c30fbbce9e1ebf9f (patch) | |
tree | 402c67d8030b23db9fbefe7fb2a4c34593243078 /cps-ncmp-rest/docs | |
parent | a84a4aa84fd22af9b89424d776a18a98d7515bd2 (diff) | |
parent | 20b4f9cf0b662de4a7665b2a82593ef0205f5e06 (diff) |
Merge "Allow separate registration of DMIDataPlugin and DmiModelPugin"
Diffstat (limited to 'cps-ncmp-rest/docs')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 7c9e1e837e..da1878fea8 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -38,6 +38,12 @@ components: dmiPlugin: type: string example: onap-dmi-plugin + dmiDataPlugin: + type: string + example: onap-dmi-data-plugin + dmiModelPlugin: + type: string + example: onap-dmi-model-plugin createdCmHandles: type: array items: |