Skip to content

Commit

Permalink
doc: Broken link in Credential Schema Introduction page for hyperledg…
Browse files Browse the repository at this point in the history
…er/identus-docs#84

Signed-off-by: FabioPinheiro <[email protected]>
  • Loading branch information
FabioPinheiro committed Jan 14, 2025
1 parent 4199fca commit dfbebcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus/schemas/credential-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/)
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfbebcb

Please sign in to comment.