Skip to content

Commit 98412b5

Browse files
authored
Merge pull request #191 from ralfhandl/main-changes-from-v1.0.1
1.1: changes from v1.0-dev branch
2 parents fe24d3c + f42a5bd commit 98412b5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

versions/1.1.0-dev.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ actions:
197197
- target: $.paths.*.get.parameters[?@.name=='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

@@ -277,6 +277,11 @@ The extension properties are implemented as patterned fields that are always pre
277277

278278
The extensions may or may not be supported by the available tooling, but those may be extended as well to add requested support (if tools are internal or open-sourced).
279279

280+
### File Naming Convention
281+
282+
Overlay files MAY choose to follow the convention of a `purpose.overlay.yaml` file naming pattern.
283+
Other file naming conventions are also supported.
284+
280285
## Appendix A: Revision History
281286

282287
| Version | Date | Notes |

0 commit comments

Comments
 (0)