From f6f5ffcf5013f8c08df498392d3019bd2d6cba98 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 4 Oct 2024 09:49:55 +0000 Subject: [PATCH] 32.291_Rel19_CR0588 --- OpenAPI/TS32291_Nchf_ConvergedCharging.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml index 02482aa..05a4518 100644 --- a/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml +++ b/OpenAPI/TS32291_Nchf_ConvergedCharging.yaml @@ -45,7 +45,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' - $ref: '#/components/schemas/ChargingDataResponse' '401': @@ -55,7 +55,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' - $ref: '#/components/schemas/ChargingDataResponse' '404': @@ -63,7 +63,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' - $ref: '#/components/schemas/ChargingDataResponse' '405': @@ -118,7 +118,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: TS29571_CommonData.yaml#/components/schemas/ProblemDetails - $ref: '#/components/schemas/ChargingNotifyResponse' '401': @@ -176,7 +176,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' - $ref: '#/components/schemas/ChargingDataResponse' '401': @@ -186,7 +186,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' - $ref: '#/components/schemas/ChargingDataResponse' '404': @@ -194,7 +194,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' - $ref: '#/components/schemas/ChargingDataResponse' '405': @@ -254,7 +254,7 @@ paths: content: application/problem+json: schema: - oneOf: + allOf: - $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' - $ref: '#/components/schemas/ChargingDataResponse' '410': -- GitLab