Skip to content

Commit

Permalink
chore: add PresentationResponseMessage term definition (#48)
Browse files Browse the repository at this point in the history
* chore: add PresentationResponseMessage term definition

* chore: move scope and presentatonDefinition in PresentationQueryMessage
  • Loading branch information
wolf4ood authored Jan 26, 2024
1 parent b0a55e6 commit c4ac933
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions specifications/M1/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,28 @@
"PresentationQueryMessage": {
"@id": "iatp:PresentationQueryMessage",
"@context": {
"presentationDefinition": "iatp:presentationDefinition",
"scope": "iatp:scope"
"presentationDefinition": {
"@id": "iatp:presentationDefinition",
"@type": "@json"
},
"scope": {
"@id": "iatp:scope",
"@type": "xsd:string",
"@container": "@set"
}
}
},
"PresentationResponseMessage": {
"@id": "iatp:PresentationResponseMessage",
"@context": {
"presentation": {
"@id": "iatp:presentation",
"@type": "@json"
},
"presentationSubmission": {
"@id": "iatp:presentationSubmission",
"@type": "@json"
}
}
},
"credentials": {
Expand All @@ -102,15 +122,6 @@
"@id": "iatp:format",
"@type": "xsd:string"
},
"presentationDefinition": {
"@id": "iatp:presentationDefinition",
"@type": "@json"
},
"scope": {
"@id": "iatp:scope",
"@type": "xsd:string",
"@container": "@set"
},
"type": "@type"
}
}

0 comments on commit c4ac933

Please sign in to comment.