ValidationRequest interface
Minimum request requirement of any validation category.
Properties
individual |
List of request details contain validationType and its request as key and value respectively. |
validation |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
individualRequestDetails
List of request details contain validationType and its request as key and value respectively.
individualRequestDetails: ValidationInputRequestUnion[]
Property Value
validationCategory
Polymorphic discriminator, which specifies the different types this object can be
validationCategory: "JobCreationValidation"
Property Value
"JobCreationValidation"