From ed0e0c16bfa91ea7830486c5136a5290741076eb Mon Sep 17 00:00:00 2001 From: sunse Date: Mon, 29 Jan 2024 17:48:33 +0000 Subject: [PATCH] Rel18 TS28.623 CR0329 Update TS28623_GenericNrm.yaml --- OpenAPI/TS28623_GenericNrm.yaml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index d8339315e..1978c3f8a 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -226,17 +226,22 @@ components: streamTarget: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' Scope: - type: object - properties: - scopeType: - type: string - enum: - - BASE_ONLY - - BASE_ALL - - BASE_NTH_LEVEL - - BASE_SUBTREE - scopeLevel: - type: integer + oneOf: + - type: object + properties: + scopeType: + type: string + enum: + - BASE_ONLY + - BASE_ALL + - BASE_NTH_LEVEL + - BASE_SUBTREE + scopeLevel: + type: integer + - type: object + properties: + dataNodeSelector: + type: string ProcessMonitor: description: >- This data type is the "ProcessMonitor" data type without specialisations. -- GitLab