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
`goal`: A self-attested string that the receiver may want to display to the user about the context-specific goal of the out-of-band message [Optional].
`goal_code`: A self-attested code the receiver may want to display to the user or use in automatically deciding what to do with the out-of-band message [Optional].
Copy file name to clipboardExpand all lines: aries_cloudcontroller/model/didx_request.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,17 @@ class DIDXRequest(BaseModel):
22
22
type: Message type [Optional].
23
23
did: DID of exchange [Optional].
24
24
did_docattach: As signed attachment, DID Doc associated with DID [Optional].
25
+
goal: A self-attested string that the receiver may want to display to the user about the context-specific goal of the out-of-band message [Optional].
26
+
goal_code: A self-attested code the receiver may want to display to the user or use in automatically deciding what to do with the out-of-band message [Optional].
goal: A self-attested string that the receiver may want to display to the user about the context-specific goal of the out-of-band message [Optional].
24
+
goal_code: A self-attested code the receiver may want to display to the user or use in automatically deciding what to do with the out-of-band message [Optional].
23
25
handshake_protocols: The handshake_protocols of this InvitationCreateRequest [Optional].
24
26
mediation_id: Identifier for active mediation record to be used [Optional].
25
27
metadata: Optional metadata to attach to the connection created with the invitation [Optional].
@@ -31,6 +33,8 @@ class InvitationCreateRequest(BaseModel):
Copy file name to clipboardExpand all lines: aries_cloudcontroller/model/invitation_message.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ class InvitationMessage(BaseModel):
20
20
id: Message identifier [Optional].
21
21
type: Message type [Optional].
22
22
accept: List of mime type in order of preference [Optional].
23
+
goal: A self-attested string that the receiver may want to display to the user about the context-specific goal of the out-of-band message [Optional].
24
+
goal_code: A self-attested code the receiver may want to display to the user or use in automatically deciding what to do with the out-of-band message [Optional].
23
25
handshake_protocols: The handshake_protocols of this InvitationMessage [Optional].
24
26
image_url: Optional image URL for out-of-band invitation [Optional].
25
27
label: Optional label [Optional].
@@ -30,6 +32,8 @@ class InvitationMessage(BaseModel):
0 commit comments