Skip to content

Commit

Permalink
Renamed data agreement context fields to align with naming conventions
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Dec 12, 2021
1 parent 037aa07 commit 8d6ec32
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@id": "data_agreement:event_id",
"@type": "mydata:uid"
},
"time-stamp": {
"time_stamp": {
"@id": "data_agreement:event_timestamp",
"@type": "schema:DateTime"
},
Expand All @@ -134,8 +134,8 @@
}
}
},
"principle-did": {
"@id": "data_agreement:principle-did",
"data_subject_did": {
"@id": "data_agreement:data_subject_did",
"@type": "mydata_did:2the-didmydata-format"
},
"proofChain": {
Expand Down

0 comments on commit 8d6ec32

Please sign in to comment.