diff options
author | egernug <gerard.nugent@est.tech> | 2023-06-28 10:57:53 +0100 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2023-06-28 11:04:55 +0100 |
commit | 1118bedbd3981c12aebcb9fa99e8744a9bf413c3 (patch) | |
tree | 0bd34820025354f5a889c8a0c4c974e893cd61b6 /openapi | |
parent | c29b13979fb184524bfcbc38abd76cf453415364 (diff) |
Change to OpenAPI 3.0
In preparation for Java 17 migration Swagger codegen needs to be replaced by OpenaAPI 3.0
Issue-ID: CPS-1745
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: I46be8bafad5b5ccff055221e4f3c60b7ec422a70
Diffstat (limited to 'openapi')
-rw-r--r-- | openapi/components.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openapi/components.yml b/openapi/components.yml index a339134e..3104a6dc 100644 --- a/openapi/components.yml +++ b/openapi/components.yml @@ -137,7 +137,6 @@ components: YangResources: type: array items: - type: object $ref: '#/components/schemas/YangResource' YangResource: @@ -173,6 +172,7 @@ components: cmHandleProperties: type: object + nullable: true additionalProperties: type: string example: {"prop1":"value1","prop2":"value2"} |