Skip to content

Commit 96cf4c2

Browse files
committed
Address PR review comments
1 parent fc4e075 commit 96cf4c2

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/overlay.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,15 @@ info:
252252
title: Apply Traits
253253
version: 1.0.0
254254
actions:
255-
- target: $.paths[[email protected] && @.get['x-oai-paged']]
255+
- target: $.paths[[email protected]['x-oai-paged']].get
256256
update:
257-
get:
258-
parameters:
259-
- name: top
260-
in: query
261-
# ...
262-
- name: skip
263-
in: query
264-
# ...
257+
parameters:
258+
- name: top
259+
in: query
260+
# ...
261+
- name: skip
262+
in: query
263+
# ...
265264
```
266265

267266
This approach allows inversion of control as to where the Overlay updates apply to the target document itself.

0 commit comments

Comments
 (0)