diff --git a/versions/1.0.0.md b/versions/1.0.0.md index df88224..aecf5da 100644 --- a/versions/1.0.0.md +++ b/versions/1.0.0.md @@ -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](#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. ## Specification