From d5c6689b8449c759b4e96a047afc9ba8ec6559f8 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 27 Sep 2023 02:19:21 +0000 Subject: [PATCH 1/2] Update file TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index f641734f3..3294000f0 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -447,9 +447,7 @@ components: contextValueRange: type: array items: - $ref: "#/components/schemas/CoverageArea" - CoverageArea: - type: string + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' CoverageTACContext: description: >- This data type is the "ObjectContext" data type with specialisations for CoverageTACContext @@ -466,7 +464,7 @@ components: contextValueRange: type: array items: - $ref: "TS28541_NrNrm.yaml#/components/schemas/NrTac" + $ref: "TS28623_ComDefs.yaml#/components/schemas/Tac" PLMNContext: description: >- This data type is the "ObjectContext" data type with specialisations for PLMNContext @@ -536,9 +534,7 @@ components: enum: - IS_EQUAL_TO contextValueRange: - type: array - items: - type: string + type: string EdgeIdentificationLocContext: description: >- This data type is the "ObjectContext" data type with specialisations for EdgeIdentificationLocContext @@ -553,9 +549,7 @@ components: enum: - IS_EQUAL_TO contextValueRange: - type: array - items: - type: string + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' CoverageAreaTAContext: description: >- This data type is the "ObjectContext" data type with specialisations for CoverageAreaTAContext @@ -570,9 +564,7 @@ components: enum: - IS_ALL_OF contextValueRange: - type: array - items: - $ref: "#/components/schemas/CoverageAreaTAList" + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' CoverageAreaTAList: type: integer #-------Definition of the scenario specific ObjectTarget dataType----------------# -- GitLab From 5ad45c9784bcb95f8932b5f0970ecf2560e97db6 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 27 Sep 2023 02:35:44 +0000 Subject: [PATCH 2/2] Update file TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index 3294000f0..40f9f8909 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -564,9 +564,7 @@ components: enum: - IS_ALL_OF contextValueRange: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' - CoverageAreaTAList: - type: integer + $ref: "TS28623_ComDefs.yaml#/components/schemas/Tac" #-------Definition of the scenario specific ObjectTarget dataType----------------# #-------Definition of the concrete ExpectationContext dataType----------------# -- GitLab