debian-mirror-gitlab/spec/fixtures/api/schemas/entities/codequality_degradation.json
2023-01-12 18:35:48 +00:00

27 lines
No EOL
401 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"
}
},
"additionalProperties": false
}