Skip to content

Make correlationID mandatory in response if present in request - closes #73 #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h2>WebSocket Messages</h2>
UUIDv4 format [[rfc9562]] which is shared between messages corresponding to the same WoT operation (e.g. a
property read request and response, or an event subscription request and event notification). If a request message
contains a <code>correlatonID</code> member then any response and notification messages which correspond to the
same operation SHOULD also include a <code>correlationID</code> member with the same value.</p>
same operation MUST also include a <code>correlationID</code> member with the same value.</p>

<p>All date and time values MUST use the <code>date-time</code> format
defined in [[RFC3339]].</span>
Expand Down