Regno Standard - IdentityDoc 


Identity - IdentityDoc

The IdentityDoc document is an optional identity document that allows users to define ownership and include identifying markers for a collection of documents. If used, the IdentityDoc document can be referenced by all other documents.

Field Data Type Required Default Description
id String Yes - Regno unique document identifier.
type Fixed String No IdentityDoc Type of the document, resolved from fixed document types.
tags IDictionary`2 No - An array of key/pair free form string values. Used to store meta data related to the ownership of the associated documents.

Sample JSON

Below is a sample JSON representation of the IdentityDoc structure:

IdentityDoc Sample JSON
{
  "id": "-",
  "tags": {
    "$type": "IDictionary`2"
  },
  "type": {
    "$type": "Fixed String"
  }
}