diff options
author | niamhcore <niamh.core@est.tech> | 2021-09-21 16:08:29 +0100 |
---|---|---|
committer | Niamh Core <niamh.core@est.tech> | 2021-09-22 15:47:16 +0000 |
commit | 4f431887d66854589354c7361f2614f76420d738 (patch) | |
tree | 73d3e3ac956c84cc024ecc5f8b76c6c60aca5c50 /docs/openapi/components.yml | |
parent | fa11e9cb799b9738d2295abd4690c142639b9250 (diff) |
Add get modules response type to openapi
Issue-ID: CPS-657
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: Ifcd22b6e82aaf4993f9071ad56b524fe620afaf7
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 3866b834..94742c82 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -58,6 +58,21 @@ components: namespace: type: string + YangResources: + type: array + items: + type: object + $ref: '#/components/schemas/YangResource' + + YangResource: + properties: + yangSource: + type: string + moduleName: + type: string + revision: + type: string + DataAccessReadRequest: type: object properties: |