From ae6d29122b7cbc5e0b9a68a0a3695dd29443f56a Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Fri, 6 May 2022 14:04:13 +0000 Subject: [PATCH] Update coslaNrm.yaml, added AssuranceScope --- OpenAPI/coslaNrm.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenAPI/coslaNrm.yaml b/OpenAPI/coslaNrm.yaml index 908756fa5..4bb89844e 100755 --- a/OpenAPI/coslaNrm.yaml +++ b/OpenAPI/coslaNrm.yaml @@ -72,6 +72,12 @@ components: items: $ref: '#/components/schemas/AssuranceTarget' + AssuranceScope: + type: object + properties: + taiList: + $ref: 'nrNrm.yaml#/components/schemas/TaiList' + #-------- Definition of concrete IOCs -------------------------------------------- @@ -137,6 +143,8 @@ components: $ref: '#/components/schemas/AssuranceGoalStatusObserved' assuranceGoalStatusPredicted: $ref: '#/components/schemas/AssuranceGoalStatusPredicted' + assuranceScope: + $ref: '#/components/schemas/AssuranceScope' serviceProfileId: type: string sliceProfileId: -- GitLab