Constant ssi_contexts::DID_V1[][src]

pub const DID_V1: &str = "{\n  \"@context\": {\n    \"@version\": 1.1,\n    \"id\": \"@id\",\n    \"type\": \"@type\",\n    \"dc\": \"http://purl.org/dc/terms/\",\n    \"schema\": \"http://schema.org/\",\n    \"sec\": \"https://w3id.org/security#\",\n    \"didv\": \"https://w3id.org/did#\",\n    \"xsd\": \"http://www.w3.org/2001/XMLSchema#\",\n    \"EcdsaSecp256k1VerificationKey2019\": \"sec:EcdsaSecp256k1VerificationKey2019\",\n    \"Ed25519Signature2018\": \"sec:Ed25519Signature2018\",\n    \"Ed25519VerificationKey2018\": \"sec:Ed25519VerificationKey2018\",\n    \"JsonWebKey2020\": \"sec:JsonWebKey2020\",\n    \"JsonWebSignature2020\": \"sec:JsonWebSignature2020\",\n    \"RsaVerificationKey2018\": \"sec:RsaVerificationKey2018\",\n    \"SchnorrSecp256k1VerificationKey2019\": \"sec:SchnorrSecp256k1VerificationKey2019\",\n    \"X25519KeyAgreementKey2019\": \"sec:X25519KeyAgreementKey2019\",\n    \"ServiceEndpointProxyService\": \"didv:ServiceEndpointProxyService\",\n    \"alsoKnownAs\": {\n      \"@id\": \"https://www.w3.org/ns/activitystreams#alsoKnownAs\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"assertionMethod\": {\n      \"@id\": \"sec:assertionMethod\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"authentication\": {\n      \"@id\": \"sec:authenticationMethod\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"capabilityDelegation\": {\n      \"@id\": \"sec:capabilityDelegationMethod\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"capabilityInvocation\": {\n      \"@id\": \"sec:capabilityInvocationMethod\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"controller\": {\n      \"@id\": \"sec:controller\",\n      \"@type\": \"@id\"\n    },\n    \"created\": {\n      \"@id\": \"dc:created\",\n      \"@type\": \"xsd:dateTime\"\n    },\n    \"blockchainAccountId\": \"sec:blockchainAccountId\",\n    \"keyAgreement\": {\n      \"@id\": \"sec:keyAgreementMethod\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"publicKey\": {\n      \"@id\": \"sec:publicKey\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"publicKeyBase58\": \"sec:publicKeyBase58\",\n    \"publicKeyJwk\": {\n      \"@id\": \"sec:publicKeyJwk\",\n      \"@type\": \"@json\"\n    },\n    \"service\": {\n      \"@id\": \"didv:service\",\n      \"@type\": \"@id\",\n      \"@container\": \"@set\"\n    },\n    \"serviceEndpoint\": {\n      \"@id\": \"didv:serviceEndpoint\",\n      \"@type\": \"@id\"\n    },\n    \"updated\": {\n      \"@id\": \"dc:modified\",\n      \"@type\": \"xsd:dateTime\"\n    },\n    \"verificationMethod\": {\n      \"@id\": \"sec:verificationMethod\",\n      \"@type\": \"@id\"\n    }\n  }\n}\n";