Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/overlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ actions:
- target: $.paths.*.get.parameters[[email protected]=='filter' && @.in=='query']
update:
schema:
$ref: '/components/schemas/filterSchema'
$ref: '#/components/schemas/filterSchema'
```

#### Array Modification Example
#### Array Modification Examples

Array elements MAY be deleted using the `remove` property. Use of array indexes to remove array items should be avoided where possible as indexes will change when items are removed.

Expand Down