Skip to content

Commit d5f0ecf

Browse files
authored
Merge pull request #115 from Entidad/main
Updated status and version.
2 parents 4a08b03 + ef3d737 commit d5f0ecf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

site/content/protocols/survey/0.1/readme.md renamed to site/content/protocols/survey/1.0/readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Survey
33
publisher: stephanbruijnis
44
license: MIT
5-
piuri: https://didcomm.org/survey/0.1
6-
status: Proposed
5+
piuri: https://didcomm.org/survey/1.0
6+
status: Demonstrated
77
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.
88
tags:
99
- survey
@@ -32,7 +32,7 @@ Surveys are an important method for organizations to gather data from a sample o
3232

3333
This is the survey protocol. It is uniquely identified by the URI:
3434

35-
"https://didcomm.org/survey/0.1"
35+
"https://didcomm.org/survey/1.0"
3636

3737
### Key Concepts
3838
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
9999
DIDComm V1 Example:
100100
```json
101101
{
102-
"@type": "https://didcomm.org/survey/0.1/request",
102+
"@type": "https://didcomm.org/survey/1.0/request",
103103
"@id": "8192855c-89f3-5bb5-4971-7be10cbc6c71",
104104
"~thread": {
105105
"thid": "5689db78-5123-2aad-448d-0203107fee11"
@@ -139,7 +139,7 @@ The items in the message are as follows:
139139
DIDComm V2 Example:
140140
```json
141141
{
142-
"type": "https://didcomm.org/survey/0.1/request",
142+
"type": "https://didcomm.org/survey/1.0/request",
143143
"id": "8192855c-89f3-5bb5-4971-7be10cbc6c71",
144144
"thid": "5689db78-5123-2aad-448d-0203107fee11",
145145
"body": {
@@ -260,7 +260,7 @@ I18n Data:
260260
Full example Survey request message:
261261
```json
262262
{
263-
"type": "https://didcomm.org/survey/0.1/request",
263+
"type": "https://didcomm.org/survey/1.0/request",
264264
"id": "8192855c-89f3-5bb5-4971-7be10cbc6c71",
265265
"thid": "5689db78-5123-2aad-448d-0203107fee11",
266266
"body": {
@@ -350,7 +350,7 @@ If the `request` is unrecognizable as a JSONForms survey such that a survey cann
350350
DIDComm V1 Example:
351351
```json
352352
{
353-
"@type": "https://didcomm.org/survey/0.1/request",
353+
"@type": "https://didcomm.org/survey/1.0/request",
354354
"@id": "8192855c-89f3-5bb5-4971-7be10cbc6c71",
355355
"~thread": {
356356
"thid": "5689db78-5123-2aad-448d-0203107fee11"
@@ -367,7 +367,7 @@ DIDComm V1 Example:
367367
DIDComm V2 Example:
368368
```json
369369
{
370-
"type": "https://didcomm.org/survey/0.1/request",
370+
"type": "https://didcomm.org/survey/1.0/request",
371371
"id": "8192855c-89f3-5bb5-4971-7be10cbc6c71",
372372
"thid": "5689db78-5123-2aad-448d-0203107fee11",
373373
"body": {

0 commit comments

Comments
 (0)