We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4e075 commit 96cf4c2Copy full SHA for 96cf4c2
src/overlay.md
@@ -252,16 +252,15 @@ info:
252
title: Apply Traits
253
version: 1.0.0
254
actions:
255
- - target: $.paths[[email protected] && @.get['x-oai-paged']]
+ - target: $.paths[[email protected]['x-oai-paged']].get
256
update:
257
- get:
258
- parameters:
259
- - name: top
260
- in: query
261
- # ...
262
- - name: skip
263
264
+ parameters:
+ - name: top
+ in: query
+ # ...
+ - name: skip
265
```
266
267
This approach allows inversion of control as to where the Overlay updates apply to the target document itself.
0 commit comments