From 520585ca5aebf8e921f609d1c828e03c00c4065c Mon Sep 17 00:00:00 2001 From: Christoph Michelbach Date: Mon, 29 Jan 2024 12:20:02 +0100 Subject: [PATCH] Introduce jsonld document specifying ERC-735 claim signatures. --- ...-secp256k1-erc-735-recovery2023-1.0.jsonld | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 specs/lds-ecdsa-secp256k1-erc-735-recovery2023-1.0.jsonld diff --git a/specs/lds-ecdsa-secp256k1-erc-735-recovery2023-1.0.jsonld b/specs/lds-ecdsa-secp256k1-erc-735-recovery2023-1.0.jsonld new file mode 100644 index 0000000..bb4a2c1 --- /dev/null +++ b/specs/lds-ecdsa-secp256k1-erc-735-recovery2023-1.0.jsonld @@ -0,0 +1,29 @@ +{ + "@context": { + "id": "@id", + "type": "@type", + "@protected": true, + "proof": { + "@id": "https://w3id.org/security#proof", + "@type": "@id", + "@container": "@graph" + }, + "EcdsaSecp256k1Erc735RecoveryMethod2023": { + "@id": "https://github.com/ethereum/eips/issues/735", + "@context": { + "@protected": true, + "id": "@id", + "type": "@type", + "controller": { + "@id": "https://w3id.org/security#controller", + "@type": "@id" + }, + "blockchainAccountId": "https://w3id.org/security#blockchainAccountId", + "publicKeyJwk": { + "@id": "https://w3id.org/security#publicKeyJwk", + "@type": "@json" + } + } + } + } +}