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" + } + } + } + } +}