Skip to main content

MDocNamespace

A namespace containing a collection of claims from an mDoc credential. Each namespace groups related claims together (e.g., "org.iso.18013.5.1" for driver's license data).

type MDocNamespace {
claims: [MDocClaim!]!
namespace: String!
}

Fields

MDocNamespace.claims ● [MDocClaim!]! non-null object

The claims contained within this namespace.

MDocNamespace.namespace ● String! non-null scalar

The namespace identifier (e.g., "org.iso.18013.5.1").

Member Of

MDocDocument object