Commit 2f556ed0 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28623_GenericNrm.yaml

parent d95d3166
Loading
Loading
Loading
Loading
Loading
+42 −1
Original line number Diff line number Diff line
@@ -88,6 +88,42 @@ components:
            type: integer
            minimum: 1
          readOnly: true
    SupportedExternalDataType:
      type: object
      properties:
        externalDataTypeName:
          description: >-
            Name of the external management data supported by MnS producer.
            Possible examples of allowed values can be “Electronic Map”, “Camara Data”, “UE path”, etc.
          type: string
          readOnly: true 
        externalDataTypeSchema:
          description: >-
            Location and name of the schema for external management data definition.   
          type: string
          readOnly: true
        externalDataReportingMethods:
          type: array
          uniqueItems: true
          items:
            type: string
            enum:
             - FILE_BASED
            readOnly: true
        externalDataScope:
          type: array
          items:
            $ref: '#/components/schemas/ExternalDataScope'
          uniqueItems: true
    ExternalDataScope:
      oneOf:
        - type: object
        - properties:
            geoAreas:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
              uniqueItems: true
    ReportingCtrl:
      oneOf:
        - type: object
@@ -327,6 +363,11 @@ components:
          uniqueItems: true
          items:
            type: string
        supportedExternalDataTypes:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/SupportedExternalDataType'
    ManagedElement-Attr:
      type: object
      properties: