Commit d65d6dd6 authored by ruiyue's avatar ruiyue
Browse files

changes

parent 98c897e5
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -40,7 +40,17 @@ components:
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'

    ExternalDataType:
      oneOf:
        - type: string
        - type: string
          Enum:
            - ELECTRONIC_MAP
            - CAMARA_DATA
            - UE_PATH
            - CAMERA_PHOTO
            - EVENT_SCHEDULE
            - WEATHERFORECASTS
#-------- Definition of concrete IOCs --------------------------------------------

    ExternalDataType-Single:
@@ -52,7 +62,7 @@ components:
            type: object
            properties:
              externalDataType:
                type: string
                $ref: '#/components/schemas/ExternalDataType'
              mediaLocation: 
                type: array
                uniqueItems: true
+11 −7
Original line number Diff line number Diff line
@@ -34,13 +34,17 @@ components:
          $ref: '#/components/schemas/mgtDataName'
        uniqueItems: true  
    mgtDataCategory:
      type: string
      oneOf:
        - type: string
          enum:
            - COVERAGE
            - CAPACITY
            - SERVICE EXPERIENCE
            - TRACE
            - ENERGY_EFFICIENCY
            - MOBILITY
            - ACCESSIBILITY
        - type: string    
    mgtDataName:
      type: string
    NodeFilter: