DID

{
  "$id": "https://profile.ir/schemas/person.json",
    "@context": [
    "https://www.w3.org/2018/credentials/v1"
  ],
  "type": [
    "VerifiableCredential"
  ],
  "credentialSubject": {
    "activeUser": true
  }
}
Schema Forms
https://identity.foundation/schema-forms/
DIF Credential Manifest
Specification Status: Strawman Latest Draft: identity.foundation/credential-manifest For User Agents (e.g. wallets) and other service that wish to engage with Issuers to acquire credentials, there must exist a mechanism for assessing what inputs are required from a Subject to process a request for credential(s) issuance.
https://identity.foundation/credential-manifest/
DIF Wallet Rendering
Specification Status: Strawman Latest Draft: identity.foundation/wallet-rendering Styling the visual presentation of various entities types and data (e.g. credentials) is a common need that runs across many different use cases.
https://identity.foundation/wallet-rendering/
https://github.com/decentralized-identity/ion-cli
A Primer for Decentralized Identifiers
A Decentralized Identifier (DID) is a new type of identifier that is globally unique, resolvable with high availability, and cryptographically verifiable. DIDs are typically associated with cryptographic material, such as public keys, and service endpoints, for establishing secure communication channels.
https://w3c-ccg.github.io/did-primer/