It indicates the different types of NDT application use cases which the NDT is capable of undertaking..
New values can be added to this list in future releases to support new use cases.
nDTFunctionScope:
$ref:"#/components/schemas/NDTFunctionScope"
$ref:'#/components/schemas/NDTFunctionScope'
NDTJob-Single:
description:>-
@@ -55,25 +47,16 @@ components:
-type:object
properties:
nDTCapability:
type:string
enum:
-RISKY_ACTIONS_PREDICTION
-EVENTS_IMPACTS_VERIFICATION
-FAULT_INJECTION
-NETWORK_EVENTS_VERIFICATION
-NETWORK_CONFIGURATIONS_VERIFICATION
-AUTOMATION_CONFIGURATION_VERIFICATION
-ML_TRAINING_DATA_GENERATION
-USER_EXPERIENCE_DATA_GENERATION
$ref:'#/components/schemas/NDTCapability'
description:>-
It indicates the type of application use cases that is desired to be executed.
New values can be added to this list in future releases to support new use cases.
nDTJobSynchScope:
$ref:"#/components/schemas/ScopeDefinition"
$ref:'#/components/schemas/ScopeDefinition'
nDTJobScenario:
$ref:"#/components/schemas/NDTInputDescription"
$ref:'#/components/schemas/NDTInputDescription'
nDTJobExecutionRequirements:
$ref:"#/components/schemas/NdtJobExecutionReqts"
$ref:'#/components/schemas/NdtJobExecutionReqts'
collaboratingNDT:
description:>-
It indicates the related NDT Job contributing as a collaborator to the executed NDT Job. It describes the DN of the collaborated NDT Job
@@ -92,7 +75,7 @@ components:
type:array
uniqueItems:true
items:
$ref:"#/components/schemas/NDTOutputDataPoint"
$ref:'#/components/schemas/NDTOutputDataPoint'
description:It indicates the list of NDTOutput(s) that are provided by the NDT function as the output for any task executed in an instantiated NDT job.