Skip to content

Commit

Permalink
Update diagram description for ContractOfferMessage (#245)
Browse files Browse the repository at this point in the history
* Removing inital figure

* add initial contract offer msg + diagram titles to distinguish them

* Update negotiation/contract.negotiation.protocol.md

Co-authored-by: Julia Pampus <[email protected]>

---------

Co-authored-by: Sebastian Bader <[email protected]>
Co-authored-by: Julia Pampus <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2024
1 parent cbeeb07 commit 3696060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion negotiation/contract.negotiation.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The Contract Request Message is sent by a [Consumer](../model/terminology.md#con
| **Response** | [ACK](#31-ack---contract-negotiation) or [ERROR](#32-error---contract-negotiation-error) |
| **Schema** | [TTL Shape](./message/shape/contract-offer-message-shape.ttl), [JSON Schema](./message/schema/contract-offer-message-schema.json) |
| **Example** | [Example Initial Message](./message/example/contract-offer-message_initial.json), [Example Message](./message/example/contract-offer-message.json) |
| **Diagram(s)** | ![](./message/diagram/contract-offer-message_initial.png) ![](./message/diagram/contract-offer-message.png) |
| **Diagram(s)** | <p>Initial message (note the missing `consumerPid`) </p> <p>![](./message/diagram/contract-offer-message_initial.png) </p> <p/> <p> Message following a [Contract Request Message](#21-contract-request-message):</p> <p> ![](./message/diagram/contract-offer-message.png) </p> |

The Contract Offer Message is sent by a [Provider](../model/terminology.md#provider) to initiate a CN or to respond to a [Contract Request Message](#21-contract-request-message) sent by a [Consumer](../model/terminology.md#consumer).
- If the message includes a `consumerPid` property, the request will be associated with an existing CN. If the message does not include a `consumerPid`, a new CN will be created on [Consumer](../model/terminology.md#consumer) side and the [Consumer](../model/terminology.md#consumer) selects an appropriate `consumerPid`.
Expand Down

0 comments on commit 3696060

Please sign in to comment.