Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Sep 10, 2024
1 parent 665a0fb commit 09700c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An Overlay may be specific to a single OpenAPI description, or be designed to ap

### Overlay

An Overlay is a JSON or YAML structure containing an ordered list of [Action Objects](#overlayActions) that are to be applied to the target document. Each [Action Object](#actionObject) has a `target` property and a modifier type (`update` or `remove`). The `target` property is a [JSONPath](https://datatracker.ietf.org/wg/jsonpath/documents/) query expression that identifies the elements of the target document to be updated and the modifier determines the change.
An Overlay is a JSON or YAML structure containing an ordered list of [Action Objects](#overlay-actions) that are to be applied to the target document. Each [Action Object](#action-object) has a `target` property and a modifier type (`update` or `remove`). The `target` property is a [JSONPath](https://datatracker.ietf.org/wg/jsonpath/documents/) query expression that identifies the elements of the target document to be updated and the modifier determines the change.

## Specification

Expand Down Expand Up @@ -57,7 +57,7 @@ In the following description, if a field is not explicitly **REQUIRED** or descr

#### Overlay Object

This is the root object of the [Overlay document](#overlay-document).
This is the root object of the [Overlay](#overlay).

##### Fixed Fields

Expand Down

0 comments on commit 09700c3

Please sign in to comment.