From 4f431887d66854589354c7361f2614f76420d738 Mon Sep 17 00:00:00 2001 From: niamhcore Date: Tue, 21 Sep 2021 16:08:29 +0100 Subject: Add get modules response type to openapi Issue-ID: CPS-657 Signed-off-by: niamhcore Change-Id: Ifcd22b6e82aaf4993f9071ad56b524fe620afaf7 --- docs/openapi/components.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/openapi/components.yml') 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: -- cgit 1.2.3-korg