You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give a brief description of the objective of this issue. What needs to be discussed?
User stories are good: As a [user] I want [to be able to do X] so that [I can achieve Y]
Team actions are also good: As a team we [should explore X] so that [we can do Y]
According to DID Comm V2 specs the body on the Plaintext Message MUST be a JSON object.
In most examples on this list, the JSON string is used instead ("example-body")
Why
Explain why you think this issue needs to be addressed and why it should be addressed in this repo.
What evidence do you have that it will be a requirement for this project?
What evidence do you have that it meets the needs of the users of this project?
Have you checked that a similar issue or resolution doesn't already exist?
If so link to it and explain any shortcomings
Just to follow the specs
Success Criteria
Explain what actions or decisions need to be completed to close this issue.
Using a task list here can be helpful to track progress.
The Plaintext Message MUST have a JSON object in the body in DID Comm v2.0.
In DID Comm v2.1 this body is optional but also needs to be a JSON object if present.
Anything else
Include links to any examples, research or code that support this issue.
What
According to DID Comm V2 specs the
body
on the Plaintext Message MUST be a JSON object.In most examples on this list, the JSON string is used instead (
"example-body"
)Why
Just to follow the specs
Success Criteria
The Plaintext Message MUST have a JSON object in the
body
in DID Comm v2.0.In DID Comm v2.1 this
body
is optional but also needs to be a JSON object if present.Anything else
DID Comm V2 specs
The text was updated successfully, but these errors were encountered: