Loading OpenAPI/TS28561_NdtNrm.yaml +39 −4 Original line number Diff line number Diff line Loading @@ -108,15 +108,13 @@ components: properties: nDTInputDescriptionId: type: string simulationData: simulationDataDescriptor: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' $ref: '#/components/schemas/SimulationDataDescriptor' networkEventInfo: type: string condition: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' NDTOutputDescription: type: object properties: Loading Loading @@ -168,6 +166,43 @@ components: uniqueItems: true items: $ref: '#/components/schemas/NDTOutputDescription' SimulationDataDescriptor: type: object properties: simulationData: type: array uniqueItems: true items: $ref: '#/components/schemas/SimulationData' condition: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' SimulationData: type: object properties: performanceData: type: array uniqueItems: true items: $ref: '#/components/schemas/PerformanceData' mDTData: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' configurationData: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' PerformanceData: type: object properties: performanceDataName: type: string performanceDataValue: type: integer performanceDataScalingFactor: type: integer #------Definition of JSON arrays for name-contained IOCs ---------------# Loading Loading
OpenAPI/TS28561_NdtNrm.yaml +39 −4 Original line number Diff line number Diff line Loading @@ -108,15 +108,13 @@ components: properties: nDTInputDescriptionId: type: string simulationData: simulationDataDescriptor: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' $ref: '#/components/schemas/SimulationDataDescriptor' networkEventInfo: type: string condition: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' NDTOutputDescription: type: object properties: Loading Loading @@ -168,6 +166,43 @@ components: uniqueItems: true items: $ref: '#/components/schemas/NDTOutputDescription' SimulationDataDescriptor: type: object properties: simulationData: type: array uniqueItems: true items: $ref: '#/components/schemas/SimulationData' condition: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' SimulationData: type: object properties: performanceData: type: array uniqueItems: true items: $ref: '#/components/schemas/PerformanceData' mDTData: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' configurationData: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' PerformanceData: type: object properties: performanceDataName: type: string performanceDataValue: type: integer performanceDataScalingFactor: type: integer #------Definition of JSON arrays for name-contained IOCs ---------------# Loading