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 1512815128 },
1512915129 "VulnerabilityFilter" : {
1513015130 "required" : [
15131- " identifierPrefix" ,
15132- " isOwner" ,
15131+ " freeText" ,
1513315132 " maxCriticality" ,
1513415133 " minCriticality" ,
1513515134 " tags"
@@ -15139,11 +15138,21 @@
1513915138 "authorName" : {
1514015139 "type" : " string"
1514115140 },
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+ }
1514415153 },
15145- "isOwner " : {
15146- "type" : " boolean "
15154+ "freeText " : {
15155+ "type" : " string "
1514715156 },
1514815157 "language" : {
1514915158 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments