forked from openwallet-foundation/acapy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DIF presentation exchange context and cache document (openwallet-…
…foundation#3093) * add static cache, and append fields Signed-off-by: George Mulhearn <[email protected]> * linting and try load the test doc loader Signed-off-by: George Mulhearn <[email protected]> --------- Signed-off-by: George Mulhearn <[email protected]> Co-authored-by: George Mulhearn <[email protected]> Co-authored-by: gmulhearn-anonyome <[email protected]>
- Loading branch information
1 parent
c96a43e
commit 76f5a71
Showing
7 changed files
with
54 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
aries_cloudagent/vc/ld_proofs/resources/dif-presentation-exchange-submission-v1.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"@context": { | ||
"@version": 1.1, | ||
"PresentationSubmission": { | ||
"@id": "https://identity.foundation/presentation-exchange/#presentation-submission", | ||
"@context": { | ||
"@version": 1.1, | ||
"presentation_submission": { | ||
"@id": "https://identity.foundation/presentation-exchange/#presentation-submission", | ||
"@type": "@json" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
aries_cloudagent/vc/tests/contexts/dif_presentation_submission_v1.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
DIF_PRESENTATION_SUBMISSION_V1 = { | ||
"@context": { | ||
"@version": 1.1, | ||
"PresentationSubmission": { | ||
"@id": "https://identity.foundation/presentation-exchange/#presentation-submission", | ||
"@context": { | ||
"@version": 1.1, | ||
"presentation_submission": { | ||
"@id": "https://identity.foundation/presentation-exchange/#presentation-submission", | ||
"@type": "@json" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters