Loading OpenAPI/TS28623_ManagementDataCollectionNrm.yaml +24 −10 Original line number Diff line number Diff line Loading @@ -27,6 +27,13 @@ components: oneOf: - type: array items: $ref: '#/components/schemas/MgmtDataCategory' uniqueItems: true - type: array items: $ref: '#/components/schemas/MgmtDataName' uniqueItems: true MgmtDataCategory: type: string enum: - COVERAGE Loading @@ -34,8 +41,7 @@ components: - ENERGY_EFFICIENCY - MOBILITY - ACCESSIBILITY - type: array items: MgmtDataName: type: string NodeFilter: type: object Loading Loading @@ -74,7 +80,10 @@ components: managementData: $ref: '#/components/schemas/ManagementData' targetNodeFilter: type: array items: $ref: '#/components/schemas/NodeFilter' uniqueItems: true collectionTimeWindow: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' reportingCtrl: Loading @@ -93,7 +102,12 @@ components: type: boolean jobId: type: string required: - managementData - targetNodeFilter - collectionTimeWindow - reportingCtrl - jobId #-------- Definition of YAML arrays for name-contained IOCs ---------------------- ManagementDataCollection-Multiple: type: array Loading Loading
OpenAPI/TS28623_ManagementDataCollectionNrm.yaml +24 −10 Original line number Diff line number Diff line Loading @@ -27,6 +27,13 @@ components: oneOf: - type: array items: $ref: '#/components/schemas/MgmtDataCategory' uniqueItems: true - type: array items: $ref: '#/components/schemas/MgmtDataName' uniqueItems: true MgmtDataCategory: type: string enum: - COVERAGE Loading @@ -34,8 +41,7 @@ components: - ENERGY_EFFICIENCY - MOBILITY - ACCESSIBILITY - type: array items: MgmtDataName: type: string NodeFilter: type: object Loading Loading @@ -74,7 +80,10 @@ components: managementData: $ref: '#/components/schemas/ManagementData' targetNodeFilter: type: array items: $ref: '#/components/schemas/NodeFilter' uniqueItems: true collectionTimeWindow: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' reportingCtrl: Loading @@ -93,7 +102,12 @@ components: type: boolean jobId: type: string required: - managementData - targetNodeFilter - collectionTimeWindow - reportingCtrl - jobId #-------- Definition of YAML arrays for name-contained IOCs ---------------------- ManagementDataCollection-Multiple: type: array Loading