Commit 7cfec27a authored by ruiyue's avatar ruiyue
Browse files

Update 2 files

- /OpenAPI/TS28312_IntentNrm.yaml
- /OpenAPI/TS28312_IntentExpectations.yaml
parent d95d3166
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@ components:
            oneOf:
              - $ref: '#/components/schemas/CoverageAreaPolygonContext'
              - $ref: '#/components/schemas/CoverageTACContext'
              - $ref: '#/components/schemas/TimeBasedArea'   
              - $ref: '#/components/schemas/PLMNContext'
              - $ref: '#/components/schemas/DlFrequencyContext'
              - $ref: '#/components/schemas/UlFrequencyContext'              
+13 −2
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ components:
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate'
        - $ref: '#/components/schemas/UEGroup'
        - $ref: '#/components/schemas/Frequency'
        - $ref: '#/components/schemas/TimeBasedArea'        
    UEGroup:
      description: >-
        It describes the UE Group, which is 
@@ -280,6 +281,16 @@ components:
          maximum: 255  
        sNssai: 
          $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai'
    TimeBasedArea:
      description: >-
        It describes the time-based area, which is represented by the specific combination of 
        GeoArea and TimeWindow.  
      type: object
      properties:
        geoArea:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        timeWindow: 
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'             
   #-------Definition of the generic dataType --------------#    
   
   #-------Definition of the generic ExpectationTarget dataType----------#