nasa/utm-apis

Do we need NegotiationAgreement.message_id?

Closed this issue · 2 comments


Do we need message_id in the negotiation agreement, or is negotiation_id sufficient in this context?
In case we support negotiations later with multiple messages, which one should we use here?

Negotiations are linked now through negotiations_id, however each message that is exchanged is unique and needs a message_id. Same with NegotiationAgreement... it can reference the full exchange of messages through the negotiation_id, but the NegotiationAgreement itself is potentially a stand alone message, so I think we want the message_id.

Got it :)