Skip to content

Commit

Permalink
Enforce Reference Object value overrides to avoid possible disregards (
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins authored Jan 31, 2024
1 parent 545f0f3 commit f004c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ See the rules for resolving [Relative References](https://github.com/OAI/OpenAPI
Field Name | Type | Description
---|:---:|---
<a name="referenceRef"></a>$ref | `string` | **REQUIRED**. The reference identifier. This MUST be in the form of a URI.
<a name="referenceValue"></a>value | `string` | A value by default SHOULD override that of the referenced component. If the referenced object-type does not have a `value` field, then it has no effect.
<a name="referenceValue"></a>value | `string` | A value by default MUST override that of the referenced component. If the referenced object-type does not have a `value` field, then it has no effect.

This object cannot be extended with additional properties and any properties added SHALL be ignored.

Expand Down

0 comments on commit f004c1f

Please sign in to comment.