Skip to content

Commit

Permalink
photo id attestation new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stzouvaras committed Sep 26, 2024
1 parent f76ffdb commit 4a03a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sealed interface DocumentIdentifier {

data object PHOTOID : DocumentIdentifier {
override val nameSpace: String
get() = "org.iso.23220.2.photoid.1"
get() = "org.iso.23220.photoid.1"
override val docType: DocType
get() = "org.iso.23220.2.photoid.1"
}
Expand Down

0 comments on commit 4a03a0f

Please sign in to comment.