Browse Source

fix: response projection example

e22m4u 2 weeks ago
parent
commit
0161308974
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/response-projection-example.js

+ 0 - 1
examples/response-projection-example.js

@@ -18,7 +18,6 @@ router.defineRoute({
     dataMap: {
       response: {
         source: HttpData.RESPONSE_BODY,
-        schema: 'number',
         projection: {foo: true, bar: false},
       },
     },