debian-mirror-gitlab/spec/fixtures/api/schemas/entities/codequality_degradation.json
2023-01-13 15:02:22 +05:30

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
}