Skip to content

Commit

Permalink
Remove event from JSONLD context
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Aug 23, 2022
1 parent e5f9f01 commit 323d04d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
55 changes: 0 additions & 55 deletions interface-specs/jsonld/contexts/dexa-context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -135,33 +135,6 @@
}
}
},
"event": {
"@id": "da:event",
"@type": "@id",
"@container": "@list",
"@context": {
"da": "https://docs.igrant.io/schema/data-agreements/v1#",
"schema": "https://schema.org/",
"@version": 1.1,
"@protected": true,
"id": {
"@id": "da:eventId",
"@type": "mydata:uid"
},
"timestamp": {
"@id": "da:eventTimestamp",
"@type": "schema:DateTime"
},
"did": {
"@id": "da:eventDid",
"@type": "mydataDidVocab:did"
},
"state": {
"@id": "da:eventState",
"@type": "schema:Text"
}
}
},
"dataSubjectDid": {
"@id": "da:dataSubjectDid",
"@type": "mydataDidVocab:did"
Expand Down Expand Up @@ -282,34 +255,6 @@
"signatureContact": "dda:dusSignatureContact"
}
},
"event": {
"@id": "dda:event",
"@type": "dda:event",
"@container": "@list",
"@context": {
"dda": "https://docs.igrant.io/schema/data-disclosure-agreement/v1.0/#",
"schema": "https://schema.org/",
"mydata": "https://dictionary.mydata.org/prodserv/",
"@version": 1.1,
"@protected": true,
"id": {
"@id": "dda:eventId",
"@type": "mydata:uid"
},
"timeStamp": {
"@id": "dda:eventTimestamp",
"@type": "schema:DateTime"
},
"did": {
"@id": "dda:eventDid",
"@type": "@id"
},
"state": {
"@id": "dda:eventState",
"@type": "schema:Text"
}
}
},
"proofChain": {
"@id": "sec:proof",
"@type": "@id",
Expand Down
8 changes: 0 additions & 8 deletions interface-specs/jsonld/examples/example-da.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
"dpiaDate": "2021-05-08T08:41:59+0000",
"dpiaSummaryUrl": "https://org.com/dpia_results.html"
},
"event": [
{
"id": "did:mydata:z6MkiTBz1ymuepAQ4HEHYSF1H8quG5GLVVQR3djdX3mDooWp#1",
"timestamp": "2021-05-08T08:41:59+0000",
"did": "did:mydata:z6MkiTBz1ymuepAQ4HEHYSF1H8quG5GLVVQR3djdX3mDooWp",
"state": "offer"
}
],
"proofChain": [
{
"id": "did:key:z6MkiTBz1ymuepAQ4HEHYSF1H8quG5GLVVQR3djdX3mDooWp#1",
Expand Down
8 changes: 0 additions & 8 deletions interface-specs/jsonld/examples/example-dda.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@
"privacyRights": "abc.com/privacy_rights.html",
"signatureContact": "alice"
},
"event": [
{
"id": "urn:uuid:event",
"timestamp": "1234",
"did": "did:abc:alice",
"state": "accept"
}
],
"proofChain": [
{
"id": "urn:uuid:proof",
Expand Down

0 comments on commit 323d04d

Please sign in to comment.