Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Broken link in Credential Schema Introduction page for hyperledger/identus-docs#199 #1498

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading