10 lines
187 B
JSON
10 lines
187 B
JSON
|
{
|
||
|
"ordering" : {
|
||
|
"direction" : "DESCENDING",
|
||
|
"fields" : ["nome"]
|
||
|
},
|
||
|
|
||
|
"filter" : {"report.status" : {"$eq" : "WARNING"}},
|
||
|
"projection" : {"report.warningMessages" : 1}
|
||
|
|
||
|
}
|