Commit f0e8d1f0 authored by ruiyue's avatar ruiyue
Browse files

Edit TS28623_ExternalDataMgmtNrm.yaml

parent 29678364
Loading
Loading
Loading
Loading
Loading
+10 −13
Original line number Diff line number Diff line
@@ -40,18 +40,6 @@ components:
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
    ExternalDataType:
      type: string
      example:
        - ELECTRONIC_MAP
        - CAMARA_DATA
        - UE_PATH
        - CAMERA_PHOTO
        - EVENT_SCHEDULE
        - WEATHER_FORECASTS
      description: >-
        Type of external management data as defined by the implementation.

#-------- Definition of concrete IOCs --------------------------------------------

    ExternalDataType-Single:
@@ -63,7 +51,16 @@ components:
            type: object
            properties:
              externalDataType:
                $ref: '#/components/schemas/ExternalDataType'
                type: string
                example:
                  - ELECTRONIC_MAP
                  - CAMARA_DATA
                  - UE_PATH
                  - CAMERA_PHOTO
                  - EVENT_SCHEDULE
                  - WEATHER_FORECASTS
                description: >-
                  Type of external management data as defined by the implementation.
              mediaLocation: 
                type: array
                uniqueItems: true