2021-02-22 17:27:13 +05:30
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
|
|
"description",
|
|
|
|
"severity",
|
|
|
|
"file_path",
|
|
|
|
"line"
|
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"description": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"severity": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"file_path": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"type": "integer"
|
2023-01-13 00:05:48 +05:30
|
|
|
},
|
|
|
|
"web_url": {
|
|
|
|
"type": "string"
|
2023-04-23 21:23:45 +05:30
|
|
|
},
|
|
|
|
"engine_name": {
|
|
|
|
"type": "string"
|
2021-02-22 17:27:13 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
2023-04-23 21:23:45 +05:30
|
|
|
}
|