In the following:
| Field Name |
Type |
Description |
| operationRef |
string |
A relative or absolute reference to an OAS operation. This field is mutually exclusive of the operationId field, and MUST point to an Operation Object. |
| operationId |
string |
The name of an existing, resolvable OAS operation, as defined with a unique operationId. This field is mutually exclusive of the operationRef field. Relative operationRef values MAY be used to locate an existing Operation Object in the OAS. |
Should the final sentence be moved / removed / merged in with the description for operationRef, or is it correct to have it against operationdId ?