зеркало из https://github.com/mozilla/treeherder.git
Bug 1618816 - Define json schema for log_details column
This commit is contained in:
Родитель
ef65260bba
Коммит
322c4631c8
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"title": "PerfSheriffBot's schema for storing logs",
|
||||
"description": "Used to store the outcome of PerfSheriffBot actions (i.e. backfill, retrigger)",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"action": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 20
|
||||
},
|
||||
"outcome": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
}
|
||||
},
|
||||
"required": ["action", "outcome"]
|
||||
}
|
Загрузка…
Ссылка в новой задаче