a-sit-plus / eu-pid-credential

Apache License 2.0
1 stars 0 forks source link

Namespace and DocType update #2

Closed FelixHoer closed 4 months ago

FelixHoer commented 4 months ago

The document type and namespace changed in newer versions of the ARF to eu.europa.ec.eudi.pid.1.

Newer ARF: https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework/blob/main/docs/annexes/annex-3/annex-3.01-pid-rulebook.md?plain=1#L83

Affected code: https://github.com/a-sit-plus/eu-pid-credential/blob/3955031705689e56114017c10d71703358170809/eupidcredential/src/commonMain/kotlin/at/asitplus/wallet/eupid/EuPidScheme.kt#L13 and https://github.com/a-sit-plus/eu-pid-credential/blob/3955031705689e56114017c10d71703358170809/eupidcredential/src/commonMain/kotlin/at/asitplus/wallet/eupid/EuPidScheme.kt#L14

FelixHoer commented 4 months ago

Already updated in feature branch.