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