diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 69c14cbd8..e1e7003f6 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -112,25 +112,20 @@ } }, - "JsonSchema2023": { - "@id": - "https://w3.org/2018/credentials#JsonSchema2023", - "@context": { - "@protected": true, + "JsonSchemaCredential": "https://w3.org/2018/credentials#JsonSchemaCredential", - "id": "@id", - "type": "@type" - } - }, - - "VerifiableCredentialSchema2023": { - "@id": - "https://w3.org/2018/credentials#VerifiableCredentialSchema2023", + "JsonSchema": { + "@id": "https://w3.org/2018/credentials#JsonSchema", "@context": { "@protected": true, "id": "@id", - "type": "@type" + "type": "@type", + + "jsonSchema": { + "id": "https://w3.org/2018/credentials#jsonSchema", + "type": "@json" + } } }, @@ -247,4 +242,4 @@ } } } -} +} \ No newline at end of file