diff options
author | niamhcore <niamh.core@est.tech> | 2021-08-11 16:13:53 +0100 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2021-08-18 10:34:58 +0100 |
commit | 577efb09a39282c608b53a3099b7edc95954f9c2 (patch) | |
tree | efc72509fd6b46c296446ef3958db2b594979751 /docs/openapi/components.yml | |
parent | e398be5923a47650b109512c795244cdc2b5eb10 (diff) |
Transform module information from NetConf node to Generic format for NCMP
Issue-ID: CPS-531
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I918be4db5066d92b23e25fc7fbc22d4535fafc8c
Diffstat (limited to 'docs/openapi/components.yml')
-rw-r--r-- | docs/openapi/components.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/openapi/components.yml b/docs/openapi/components.yml index 05f1ac06..3d8aa2cf 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -43,6 +43,21 @@ components: type: string example: system-001 + ModuleSet: + type: object + properties: + schemas: + type: array + items: + type: object + properties: + moduleName: + type: string + revision: + type: string + namespace: + type: string + OperationalRequest: type: object properties: |