From 62d17d8a459b0d6b98efcdb0067d1418bb9e9d14 Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 15 Feb 2023 04:15:57 +0000 Subject: [PATCH] CR0222 IpAddr fix, Update TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index bec1fadcf..2525e40c2 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -133,6 +133,7 @@ components: oneOf: - $ref: '#/components/schemas/Ipv4Addr' - $ref: '#/components/schemas/Ipv6Addr' + - $ref: '#/components/schemas/Ipv6Prefix' HostAddr: # This definition will be deprecated, when all occurances of HostAddr # are replaced by Host. -- GitLab