| Name | Type | Description | Notes |
|---|---|---|---|
| Version | string | The Identity Chain’s schema version. This details the format of this digital identity. More information about Factom Identity Chain schemas can be seen here. | |
| Stage | string | The immutability stage that this chain has reached. The identity can be considered in use once it reaches the `factom` stage. | |
| CreatedHeight | int? | The block height at which this chain was written into the Factom blockchain. This is `null` if the chain has not reached the `factom` stage. | [optional] |
| ChainId | string | The Chain ID for this identity chain. | |
| Name | List<string> | A unique array of strings that are associated with this identity. | |
| ActiveKeys | List<IdentityKeyShort> | Contains the currently active public keys for this identity. | |
| AllKeysHref | string | An API link to retrieve the keys for this identity. |