File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 15128
15128
},
15129
15129
"VulnerabilityFilter" : {
15130
15130
"required" : [
15131
- " identifierPrefix" ,
15132
- " isOwner" ,
15131
+ " freeText" ,
15133
15132
" maxCriticality" ,
15134
15133
" minCriticality" ,
15135
15134
" tags"
@@ -15139,11 +15138,21 @@
15139
15138
"authorName" : {
15140
15139
"type" : " string"
15141
15140
},
15142
- "identifierPrefix" : {
15143
- "type" : " string"
15141
+ "chosenStatuses" : {
15142
+ "type" : " array" ,
15143
+ "items" : {
15144
+ "type" : " string" ,
15145
+ "enum" : [
15146
+ " APPROVED" ,
15147
+ " AUTO_APPROVED" ,
15148
+ " CREATED" ,
15149
+ " PENDING_REVIEW" ,
15150
+ " REJECTED"
15151
+ ]
15152
+ }
15144
15153
},
15145
- "isOwner " : {
15146
- "type" : " boolean "
15154
+ "freeText " : {
15155
+ "type" : " string "
15147
15156
},
15148
15157
"language" : {
15149
15158
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments