From a0c50f4b8cd2365d6c790474e15f278752f357f0 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 06:16:35 +0000 Subject: [PATCH 1/4] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 70146c832..eaa5f4aee 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -37,6 +37,8 @@ components: properties: userLabel: type: string + consumerName: + type: string intentExpectations: type: array items: @@ -59,7 +61,9 @@ components: - ACTIVATED - DEACTIVATED intentPriority: - type: integer + type: integer + minimum: 1 + maximum: 100 observationPeriod: type: integer intentReportReference: -- GitLab From 14ae8837e5fcdc500df9dc1f09d6a775ca4725b3 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 08:02:38 +0000 Subject: [PATCH 2/4] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index eaa5f4aee..0debeca9c 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -63,7 +63,8 @@ components: intentPriority: type: integer minimum: 1 - maximum: 100 + maximum: 100 + description: It expresses the priority of the stated intent within a MnS consumer. observationPeriod: type: integer intentReportReference: -- GitLab From e5a01979c3395eab97c1300aba0c32f06bda89c3 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 08:11:40 +0000 Subject: [PATCH 3/4] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 0debeca9c..881a0f892 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -64,7 +64,7 @@ components: type: integer minimum: 1 maximum: 100 - description: It expresses the priority of the stated intent within a MnS consumer. + description: It expresses the priority of the stated intent within a MnS consumer. observationPeriod: type: integer intentReportReference: -- GitLab From a239914a71bda35787a261532025cbaf4f5c13df Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 15 Nov 2023 19:43:24 +0000 Subject: [PATCH 4/4] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 881a0f892..a134a0558 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -37,8 +37,6 @@ components: properties: userLabel: type: string - consumerName: - type: string intentExpectations: type: array items: -- GitLab