Commit 4b9fbae8 authored by sunse's avatar sunse
Browse files

Code Moderator update openAPI versions, align base version for yaml of...

Code Moderator update openAPI versions, align base version for yaml of TS28.104 TS28.312 and TS28.536
parent 315850bb
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA NRM
  version: 18.5.0
  version: 19.0.0
  description: >-
    OAS 3.0.1 specification of the MDA NRM
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -55,6 +55,8 @@ components:
        - type: object
          properties:
            areaScope:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
 

@@ -77,6 +79,8 @@ components:
        filterValue:
          type: string
        threshold:
          type: array
          items:
            $ref: '#/components/schemas/ThresholdInfo'
        analyticsPeriod:
          $ref: '#/components/schemas/AnalyticsSchedule'
+4 −2
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MDA Report
  version: 18.3.0
  version: 19.0.0
  description: >-
    OAS 3.0.1 specification of the MDA Report
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -55,6 +55,8 @@ components:
                    mDAReportID:
                      type: string
                    mDAOutputs:
                      type: array
                      items:
                        $ref: '#/components/schemas/MDAOutputs'
                    mDARequestRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
+1 −1
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: AI/ML NRM
  version: 18.5.0
  version: 19.1.0
  description: >-
    OAS 3.0.1 specification of the AI/ML NRM
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
+1 −1
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Fault Management NRM
  version: 18.1.0
  version: 19.0.0
  description: >-
    OAS 3.0.1 definition of the Fault Supervision MnS
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
+1 −1
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Scenario specific Intent Expectations
  version: 18.4.0
  version: 19.0.0
  description: >-
    OAS 3.0.1 definition of scenario specific Intent Expectations 
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
Loading