Skip to content

Commit

Permalink
Introduce jsonld document specifying ERC-735 claims.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1cm1c committed Jan 29, 2024
1 parent 6940ad4 commit eac5f41
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions specs/b2e2-entities-v1.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"@context": {
"@version": 1.1,
"@protected": true,

"Erc735Claim": {
"@id": "https://github.com/ethereum/eips/issues/735",
"@context": {
"@version": 1.0,
"@protected": true,

"id": "@id",
"type": "@type",

"topic": "https://github.com/ethereum/eips/issues/735#Definitions-claim-topic",
"scheme": "https://github.com/ethereum/eips/issues/735#Definitions-claim-scheme",
"issuer": "https://github.com/ethereum/eips/issues/735#Definitions-claim-issuer",
"signature": "https://github.com/ethereum/eips/issues/735#Definitions-claim-signature",
"data": "https://github.com/ethereum/eips/issues/735#Definitions-claim-data",
"uri": "https://github.com/ethereum/eips/issues/735#Definitions-claim-uri"
}
}
}
}

0 comments on commit eac5f41

Please sign in to comment.