Constant ssi_contexts::LDS_JWS2020_V1[][src]

pub const LDS_JWS2020_V1: &str = "{\n  \"@context\": {\n    \"JsonWebKey2020\": \"https://w3id.org/security#JsonWebKey2020\",\n    \"JsonWebSignature2020\": {\n      \"@id\": \"https://w3id.org/security#JsonWebSignature2020\",\n      \"@context\": {\n        \"@protected\": true,\n\n        \"id\": \"@id\",\n        \"type\": \"@type\",\n\n        \"challenge\": \"https://w3id.org/security#challenge\",\n        \"created\": {\n          \"@id\": \"http://purl.org/dc/terms/created\",\n          \"@type\": \"http://www.w3.org/2001/XMLSchema#dateTime\"\n        },\n        \"domain\": \"https://w3id.org/security#domain\",\n        \"expires\": {\n          \"@id\": \"https://w3id.org/security#expiration\",\n          \"@type\": \"http://www.w3.org/2001/XMLSchema#dateTime\"\n        },\n        \"jws\": \"https://w3id.org/security#jws\",\n        \"nonce\": \"https://w3id.org/security#nonce\",\n        \"proofPurpose\": {\n          \"@id\": \"https://w3id.org/security#proofPurpose\",\n          \"@type\": \"@vocab\",\n          \"@context\": {\n            \"@protected\": true,\n\n            \"id\": \"@id\",\n            \"type\": \"@type\",\n\n            \"assertionMethod\": {\n              \"@id\": \"https://w3id.org/security#assertionMethod\",\n              \"@type\": \"@id\",\n              \"@container\": \"@set\"\n            },\n            \"authentication\": {\n              \"@id\": \"https://w3id.org/security#authenticationMethod\",\n              \"@type\": \"@id\",\n              \"@container\": \"@set\"\n            }\n          }\n        },\n        \"proofValue\": \"https://w3id.org/security#proofValue\",\n        \"verificationMethod\": {\n          \"@id\": \"https://w3id.org/security#verificationMethod\",\n          \"@type\": \"@id\"\n        }\n      }\n    }\n  }\n}\n";