Skip to content

Commit ab9c522

Browse files
authored
Update 1.0.0.md to test workflow
1 parent 7c80b3d commit ab9c522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/1.0.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ actions:
197197
- target: $.paths.*.get.parameters[[email protected]=='filter' && @.in=='query']
198198
update:
199199
schema:
200-
$ref: '/components/schemas/filterSchema'
200+
$ref: '#/components/schemas/filterSchema'
201201
```
202202

203-
#### Array Modification Example
203+
#### Array Modification Examples
204204

205205
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.
206206

0 commit comments

Comments
 (0)