Loading OpenAPI/TS28623_GenericNrm.yaml +42 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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: Loading Loading
OpenAPI/TS28623_GenericNrm.yaml +42 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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: Loading