From dfbebcb6c2cd5be4823d18195375359cdaabc548 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Tue, 14 Jan 2025 16:18:52 +0000 Subject: [PATCH] doc: Broken link in Credential Schema Introduction page for hyperledger/identus-docs#84 Signed-off-by: FabioPinheiro --- docs/docusaurus/schemas/credential-schema.md | 4 ++-- .../integration-tests/src/test/resources/containers/agent.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docusaurus/schemas/credential-schema.md b/docs/docusaurus/schemas/credential-schema.md index 641de1011f..bd66e3f2fc 100644 --- a/docs/docusaurus/schemas/credential-schema.md +++ b/docs/docusaurus/schemas/credential-schema.md @@ -15,7 +15,7 @@ semantic interoperability of the Credential. The Identus Platform supports the following specifications of the credential schemas: -- [Verifiable Credentials JSON Schema 2022](https://w3c-ccg.github.io/vc-json-schemas/) +- [Verifiable Credentials JSON Schema 2022](https://www.w3.org/TR/vc-json-schema/) - [AnonCreds Schema](https://hyperledger.github.io/anoncreds-spec/#term:schemas) The signed credential schema allows doing following verifications: @@ -320,5 +320,5 @@ The proof field is a JOSE object containing the credential schema's signature, i ## References -- [Verifiable Credentials JSON Schema 2022](https://w3c-ccg.github.io/vc-json-schemas/) +- [Verifiable Credentials JSON Schema 2022](https://www.w3.org/TR/vc-json-schema/) - [Verifiable Credential Data Integrity 1.0](https://www.w3.org/TR/vc-data-integrity/) diff --git a/tests/integration-tests/src/test/resources/containers/agent.yml b/tests/integration-tests/src/test/resources/containers/agent.yml index e639230e0d..a9e00b7fd7 100644 --- a/tests/integration-tests/src/test/resources/containers/agent.yml +++ b/tests/integration-tests/src/test/resources/containers/agent.yml @@ -57,7 +57,7 @@ services: KEYCLOAK_UMA_AUTO_UPGRADE_RPT: true # no configurable at the moment # Kafka Messaging Service DEFAULT_KAFKA_ENABLED: true - ENABLE_ANONCRED: true + ENABLE_ANONCRED: true # Default is false depends_on: postgres: condition: service_healthy