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
9 changes: 7 additions & 2 deletions versions/1.1.0-dev.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 Expand Up @@ -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 |
Expand Down