From aa64f03381db9822ae12682d2b2f3c1b0f190747 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 27 Sep 2023 02:34:25 +0000 Subject: [PATCH 1/2] Update file TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index b86d911ed..90431333f 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -698,13 +698,11 @@ components: enum: - CoverageAreaPolygon contextCondition: - type: string + type: stringEdgeIdentificationIdContext enum: - IS_ALL_OF contextValueRange: - type: array - items: - $ref: '#/components/schemas/CoverageArea' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' CoverageArea: type: string CoverageTACContext: @@ -723,7 +721,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 @@ -817,9 +815,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 @@ -834,9 +830,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 @@ -853,9 +847,7 @@ components: contextValueRange: type: array items: - $ref: '#/components/schemas/CoverageAreaTAList' - CoverageAreaTAList: - type: integer + $ref: "TS28623_ComDefs.yaml#/components/schemas/Tac" NfTypeContext: description: >- This data type is the "ObjectContext" data type with specialisations for NfTypeContext -- GitLab From 8520b9cc32ea78f6591fd69114e28c6ebb8c3b53 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 27 Sep 2023 02:39:02 +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 90431333f..40f94c033 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -698,13 +698,11 @@ components: enum: - CoverageAreaPolygon contextCondition: - type: stringEdgeIdentificationIdContext + type: string enum: - IS_ALL_OF contextValueRange: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - CoverageArea: - type: string CoverageTACContext: description: >- This data type is the "ObjectContext" data type with specialisations for CoverageTACContext -- GitLab