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
Copy file name to clipboardExpand all lines: site/content/protocols/survey/1.0/readme.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: Survey
3
3
publisher: stephanbruijnis
4
4
license: MIT
5
-
piuri: https://didcomm.org/survey/0.1
6
-
status: Proposed
5
+
piuri: https://didcomm.org/survey/1.0
6
+
status: Demonstrated
7
7
summary: A protocol where a survey (JSON Forms) is sent by the requester to the responder. The responder then replies with the answers or declines the survey.
8
8
tags:
9
9
- survey
@@ -32,7 +32,7 @@ Surveys are an important method for organizations to gather data from a sample o
32
32
33
33
This is the survey protocol. It is uniquely identified by the URI:
34
34
35
-
"https://didcomm.org/survey/0.1"
35
+
"https://didcomm.org/survey/1.0"
36
36
37
37
### Key Concepts
38
38
The protocol consists of a DIDComm request message carrying a JSON survey request to a responding agent, and a second message that carries the answers of the responder to the survey back to the client of the first message.
@@ -99,7 +99,7 @@ The protocol begins when the `requester` sends a `survey-request` message to the
0 commit comments