diff --git a/OpenAPI/TS28104_MdaNrm.yaml b/OpenAPI/TS28104_MdaNrm.yaml index 2ab656cc6a606a41885fbe7006a2ddce1fcfe964..a90312ddbc75032c9a67cc1759eb355f05ddc688 100644 --- a/OpenAPI/TS28104_MdaNrm.yaml +++ b/OpenAPI/TS28104_MdaNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: MDA NRM - version: 18.0.0 + version: 18.2.0 description: >- OAS 3.0.1 specification of the MDA NRM © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -25,6 +25,18 @@ components: items: $ref: '#/components/schemas/MDAOutputPerMDAType' + AnalyticsScopeType: + oneOf: + - type: object + properties: + managedEntitiesScope: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' + - type: object + properties: + areaScope: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + + MDAOutputPerMDAType: type: object properties: @@ -58,18 +70,7 @@ components: ReportingTarget: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' - - AnalyticsScopeType: - oneOf: - - type: object - properties: - managedEntitiesScope: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' - - type: object - properties: - areaScope: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - + AnalyticsSchedule: oneOf: - type: object @@ -164,6 +165,8 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' stopTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + recommendationFilter: + $ref: '#/components/schemas/AnalyticsScopeType' MDAReport-Single: $ref: 'TS28104_MdaReport.yaml#/components/schemas/MDAReport'