Skip to main content

ViolationDto

namestringnullablerequired
messagestringnullablerequired
relatedObject object
validatorIDstringnullable
namestringnullable
idstringnullable
typestringnullable
libReferencestringnullable
severityViolationSeverity (string)

Possible values: [Information, Recommendation, Warning, Error, Critical]

ruleIDstringnullablerequired
templatestringnullablerequired
templateArgumentsstring[]nullablerequired
ViolationDto
{
"name": "string",
"message": "string",
"relatedObject": {
"validatorID": "string",
"name": "string",
"id": "string",
"type": "string",
"libReference": "string"
},
"severity": "Information",
"ruleID": "string",
"template": "string",
"templateArguments": [
"string"
]
}