diff --git a/versions/1.1.0-dev.md b/versions/1.1.0-dev.md index 339f683..96b04eb 100644 --- a/versions/1.1.0-dev.md +++ b/versions/1.1.0-dev.md @@ -197,10 +197,10 @@ actions: - target: $.paths.*.get.parameters[?@.name=='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. @@ -277,6 +277,11 @@ The extension properties are implemented as patterned fields that are always pre 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). +### File Naming Convention + +Overlay files MAY choose to follow the convention of a `purpose.overlay.yaml` file naming pattern. +Other file naming conventions are also supported. + ## Appendix A: Revision History | Version | Date | Notes |