debian-mirror-gitlab/spec/fixtures/api/schemas/entities/codequality_degradation.json
2023-04-23 21:23:45 +05:30

30 lines
453 B
JSON

{
"type": "object",
"required": [
"description",
"severity",
"file_path",
"line"
],
"properties": {
"description": {
"type": "string"
},
"severity": {
"type": "string"
},
"file_path": {
"type": "string"
},
"line": {
"type": "integer"
},
"web_url": {
"type": "string"
},
"engine_name": {
"type": "string"
}
},
"additionalProperties": false
}