mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2026-01-22 13:49:06 +00:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"decision": {
|
|
"type": "string",
|
|
"enum": ["merge", "comment"]
|
|
},
|
|
"message": {
|
|
"type": "string"
|
|
},
|
|
"confidence": {
|
|
"type": "string",
|
|
"enum": ["low", "medium", "high"]
|
|
}
|
|
},
|
|
"required": ["decision", "message", "confidence"]
|
|
}
|