Constant ssi_contexts::CREDENTIALS_EXAMPLES_V1[][src]

pub const CREDENTIALS_EXAMPLES_V1: &str = "{\n  \"@context\": [{\n    \"@version\": 1.1\n  },\"https://www.w3.org/ns/odrl.jsonld\", {\n    \"ex\": \"https://example.org/examples#\",\n    \"schema\": \"http://schema.org/\",\n    \"rdf\": \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n\n    \"3rdPartyCorrelation\": \"ex:3rdPartyCorrelation\",\n    \"AllVerifiers\": \"ex:AllVerifiers\",\n    \"Archival\": \"ex:Archival\",\n    \"BachelorDegree\": \"ex:BachelorDegree\",\n    \"Child\": \"ex:Child\",\n    \"CLCredentialDefinition2019\": \"ex:CLCredentialDefinition2019\",\n    \"CLSignature2019\": \"ex:CLSignature2019\",\n    \"IssuerPolicy\": \"ex:IssuerPolicy\",\n    \"HolderPolicy\": \"ex:HolderPolicy\",\n    \"Mother\": \"ex:Mother\",\n    \"RelationshipCredential\": \"ex:RelationshipCredential\",\n    \"UniversityDegreeCredential\": \"ex:UniversityDegreeCredential\",\n    \"ZkpExampleSchema2018\": \"ex:ZkpExampleSchema2018\",\n\n    \"issuerData\": \"ex:issuerData\",\n    \"attributes\": \"ex:attributes\",\n    \"signature\": \"ex:signature\",\n    \"signatureCorrectnessProof\": \"ex:signatureCorrectnessProof\",\n    \"primaryProof\": \"ex:primaryProof\",\n    \"nonRevocationProof\": \"ex:nonRevocationProof\",\n\n    \"alumniOf\": {\"@id\": \"schema:alumniOf\", \"@type\": \"rdf:HTML\"},\n    \"child\": {\"@id\": \"ex:child\", \"@type\": \"@id\"},\n    \"degree\": \"ex:degree\",\n    \"degreeType\": \"ex:degreeType\",\n    \"degreeSchool\": \"ex:degreeSchool\",\n    \"college\": \"ex:college\",\n    \"name\": {\"@id\": \"schema:name\", \"@type\": \"rdf:HTML\"},\n    \"givenName\": \"schema:givenName\",\n    \"familyName\": \"schema:familyName\",\n    \"parent\": {\"@id\": \"ex:parent\", \"@type\": \"@id\"},\n    \"referenceId\": \"ex:referenceId\",\n    \"documentPresence\": \"ex:documentPresence\",\n    \"evidenceDocument\": \"ex:evidenceDocument\",\n    \"spouse\": \"schema:spouse\",\n    \"subjectPresence\": \"ex:subjectPresence\",\n    \"verifier\": {\"@id\": \"ex:verifier\", \"@type\": \"@id\"}\n  }]\n}\n";