From 6916f49d30531e9645a1ab510d121d90edec850b Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 11 May 2023 13:15:12 +0000 Subject: [PATCH 1/2] TS28.532_Rel17_CR0253 Update TS28532_ProvMnS.yaml --- OpenAPI/TS28532_ProvMnS.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index 3f00394cb..0607a807c 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -508,4 +508,8 @@ components: type: string path: type: string - value: {} + value: + nullable: true + required: + - op + - path -- GitLab From 38b3dab15721f6d0ebc536f3e4fc35622aead8fa Mon Sep 17 00:00:00 2001 From: sunse Date: Thu, 11 May 2023 13:39:53 +0000 Subject: [PATCH 2/2] fix validation Update TS28532_ProvMnS.yaml --- OpenAPI/TS28532_ProvMnS.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index 0607a807c..5392c690d 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -510,6 +510,6 @@ components: type: string value: nullable: true - required: - - op - - path + required: + - op + - path -- GitLab