hyperledger / anoncreds-spec

The specification for AnonCreds verifiable credential exchange.
https://hyperledger.github.io/anoncreds-spec/
Apache License 2.0
45 stars 24 forks source link

update credential definition model to camelCase #122

Closed TimoGlastra closed 1 year ago

TimoGlastra commented 1 year ago

Updates the credential definition model to use camelCase for schemaId property. this is because the AnonCreds data models use camelCase by default.

Model in AnonCreds RS (same as Indy Shared RS): https://github.com/hyperledger/anoncreds-rs/blob/main/anoncreds/src/data_types/anoncreds/cred_def.rs#L46-L52

swcurran commented 1 year ago

Discussed on 2023.01.09 AnonCreds Spec Working Group Meeting -- agreed to merge.