Skip to content

Commit

Permalink
fix: add location in revocation block
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis authored Aug 31, 2021
1 parent aa5ebb6 commit a9f3a3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/com/openattestation/1.0/OpenAttestation.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
"method": "xsd:string",
"value": "xsd:string",
"revocation": {
"@id": "https://schemata.openattestation.com/vocab/#openAttestationRevocation"
"@id": "https://schemata.openattestation.com/vocab/#openAttestationRevocation",
"@context": {
"location": "xsd:string",
}
}
}
}
Expand Down

0 comments on commit a9f3a3a

Please sign in to comment.