github.com/prebid/prebid-server@v0.275.0/hooks/hookexecution/test/complete-stage-outcomes/expected-pure-debug-response.json (about) 1 { 2 "prebid": { 3 "modules": { 4 "errors": { 5 "foobar": { 6 "foo": [ 7 "error 1" 8 ], 9 "bar": [ 10 "error 2", 11 "error 4" 12 ] 13 }, 14 "foobaz": { 15 "baz": [ 16 "error 3" 17 ] 18 } 19 }, 20 "warnings": { 21 "foobaz": { 22 "baz": [ 23 "warning 1" 24 ] 25 } 26 } 27 } 28 } 29 }