This document summarizes the results of the DID test suite.

This document is automatically generated and updated as new implementations are included in the test suite. Care should be taken when citing this document as it changes often.

Introduction

The DID Specification strives to make no untestable normative statements with [[RFC2119]] Language.

This document attempts to demonstrate that all such language has been tested, and is supported by at least 2 independent implementations.

Terminology

Suite

A test suite is a collection of tests and a json suite configuration file.

          {
            "name": "test-suite-a",
            "a": 1,
            "b": 2
          }
          
let { suiteConfig } = global;

if (!suiteConfig) {
  suiteConfig = require("./defaultSuiteConfig.json");
}

describe("test-suite-a", () => {
  it("suite config should have correct name", async () => {
    expect(suiteConfig.name).toBe("test-suite-a");
  });

  it("a should be 1", async () => {
    expect(suiteConfig.a).toBe(1);
  });

  it("b should be 2", async () => {
    expect(suiteConfig.b).toBe(2);
  });
});
          

Test Suites MUST have unique descriptive names.

For the purposes of the DID Core WG, the suite name is assumed to be "did-spec". However, we may choose to add additional test suites, with different names in the future.

Test suites MAY be split into positive and negative cases.

A suite is considered passing when all associated tests are passing.

Statement

Normative statements are mapped to one or more tests.

          The DID method name MUST be an ASCII lowercase string.
          
it('The DID method name MUST be an ASCII lowercase string.', () => {
  const method = did.split(':')[1];
  expect(utils.isAsciiString(method)).toBe(true);
  expect(method.toLowerCase()).toBe(method);
});
          

Tests SHOULD match normative statements in the DID Core.

Tests SHOULD reuse utility functions like isAsciiString, or decodeBase64UrlToString.

Suite Configuration

In order to run a test suite, a configuration file must be provided for the test file to be run against.

Multiple suites can be run at once.

For the latest version of this file, please see latest did spec suite configuration

  {
  "name": "did-core-suites",
  "suites": [
    {
      "suite_name": "did-core-properties"
    },
    {
      "suite_name": "did-identifier"
    },
    {
      "suite_name": "did-production"
    },
    {
      "suite_name": "did-resolution"
    },
    {
      "suite_name": "did-url-dereferencing"
    }
  ]
}
        

Raw Test Suite Run Result

Test results are produced by jest, with a post processing filter.

Both console and JSON output are provided. The member suitesReportTerminal contains encoded captures from standard out and error, and can be safely ignored.

Following is an example of a raw test suite run result. Latest output is in

{
  "suitesReportTerminal": "G1s5OTlEG1tLG1swbRtbN20bWzFtG1szMm0gUEFTUyAbWzM5bRtbMjJtG1syN20bWzBtIBtbMm1zdWl0ZXMvdGVzdC1zdWl0ZS1hLxtbMjJtG1sxbXRlc3Qtc3VpdGUtYS5zcGVjLmpzG1syMm0KICB0ZXN0LXN1aXRlLWEKICAgIBtbMzJt4pyTG1szOW0gG1sybXN1aXRlIGNvbmZpZyBzaG91bGQgaGF2ZSBjb3JyZWN0IG5hbWUgKDEgbXMpG1syMm0KICAgIBtbMzJt4pyTG1szOW0gG1sybWEgc2hvdWxkIGJlIDEbWzIybQogICAgG1szMm3inJMbWzM5bSAbWzJtYiBzaG91bGQgYmUgMhtbMjJtCgobWzk5OUQbW0sbWzFtVGVzdCBTdWl0ZXM6IBtbMjJtG1sxbRtbMzJtMSBwYXNzZWQbWzM5bRtbMjJtLCAxIHRvdGFsChtbMW1UZXN0czogICAgICAgG1syMm0bWzFtG1szMm0zIHBhc3NlZBtbMzltG1syMm0sIDMgdG90YWwKG1sxbVNuYXBzaG90czogICAbWzIybTAgdG90YWwKG1sxbVRpbWU6G1syMm0gICAgICAgIDAuODk5IHMsIGVzdGltYXRlZCAxIHMKG1sybVJhbiBhbGwgdGVzdCBzdWl0ZXMbWzIybRtbMm0uG1syMm0KG1s5OTlEG1tLG1s5OTlEG1tLG1swbRtbN20bWzFtG1szMm0gUEFTUyAbWzM5bRtbMjJtG1syN20bWzBtIBtbMm1zdWl0ZXMvdGVzdC1zdWl0ZS1iLxtbMjJtG1sxbXRlc3Qtc3VpdGUtYi5zcGVjLmpzG1syMm0KICB0ZXN0LXN1aXRlLWIKICAgIBtbMzJt4pyTG1szOW0gG1sybXN1aXRlIGNvbmZpZyBzaG91bGQgaGF2ZSBjb3JyZWN0IG5hbWUbWzIybQogICAgG1szMm3inJMbWzM5bSAbWzJteCBzaG91bGQgYmUgMyAoMSBtcykbWzIybQogICAgG1szMm3inJMbWzM5bSAbWzJteSBzaG91bGQgYmUgNBtbMjJtCgobWzk5OUQbW0sbWzFtVGVzdCBTdWl0ZXM6IBtbMjJtG1sxbRtbMzJtMSBwYXNzZWQbWzM5bRtbMjJtLCAxIHRvdGFsChtbMW1UZXN0czogICAgICAgG1syMm0bWzFtG1szMm0zIHBhc3NlZBtbMzltG1syMm0sIDMgdG90YWwKG1sxbVNuYXBzaG90czogICAbWzIybTAgdG90YWwKG1sxbVRpbWU6G1syMm0gICAgICAgIDAuMTQzIHMsIGVzdGltYXRlZCAxIHMKG1sybVJhbiBhbGwgdGVzdCBzdWl0ZXMbWzIybRtbMm0uG1syMm0KG1swbRtbN20bWzFtG1szMm0gUEFTUyAbWzM5bRtbMjJtG1syN20bWzBtIBtbMm1zdWl0ZXMvaXNzdWVyLWFwaS8bWzIybRtbMW1pc3N1ZXItYXBpLnNwZWMuanMbWzIybQogIGlzc3Vlci1hcGkKICAgIBtbMzJt4pyTG1szOW0gG1sybXN1aXRlIGNvbmZpZyBzaG91bGQgaGF2ZSBjb3JyZWN0IG5hbWUbWzIybQogICAgG1szMm3inJMbWzM5bSAbWzJtZW5kcG9pbnQgbXVzdCBjb250YWluIC9pc3N1ZS9jcmVkZW50aWFscxtbMjJtCiAgICAbWzMybeKckxtbMzltIBtbMm12ZXJpZmljYXRpb25NZXRob2RzIG11c3QgYmUgZ3JlYXRlciB0aGFuIDEgKDEgbXMpG1syMm0KICAgIBtbMzJt4pyTG1szOW0gG1sybWNyZWRlbnRpYWxzIG11c3QgYmUgYXQgbGVhc3QgMRtbMjJtCiAgICAbWzMybeKckxtbMzltIBtbMm1jYW4gaXNzdWUgYWxsIGNyZWRlbnRpYWxzIGZyb20gYWxsIHZlcmlmaWNhdGlvbk1ldGhvZHMgKDY0NCBtcykbWzIybQoKG1s5OTlEG1tLG1sxbVRlc3QgU3VpdGVzOiAbWzIybRtbMW0bWzMybTEgcGFzc2VkG1szOW0bWzIybSwgMSB0b3RhbAobWzFtVGVzdHM6ICAgICAgIBtbMjJtG1sxbRtbMzJtNSBwYXNzZWQbWzM5bRtbMjJtLCA1IHRvdGFsChtbMW1TbmFwc2hvdHM6ICAgG1syMm0wIHRvdGFsChtbMW1UaW1lOhtbMjJtICAgICAgICAwLjk3OCBzLCBlc3RpbWF0ZWQgNCBzChtbMm1SYW4gYWxsIHRlc3Qgc3VpdGVzG1syMm0bWzJtLhtbMjJtCg==",
  "suitesReportJson": [
    {
      "suite": "test-suite-a",
      "testResults": [
        {
          "ancestors": ["test-suite-a"],
          "title": "suite config should have correct name",
          "status": "passed"
        },
        {
          "ancestors": ["test-suite-a"],
          "title": "a should be 1",
          "status": "passed"
        },
        {
          "ancestors": ["test-suite-a"],
          "title": "b should be 2",
          "status": "passed"
        }
      ]
    },
    {
      "suite": "test-suite-b",
      "testResults": [
        {
          "ancestors": ["test-suite-b"],
          "title": "suite config should have correct name",
          "status": "passed"
        },
        {
          "ancestors": ["test-suite-b"],
          "title": "x should be 3",
          "status": "passed"
        },
        {
          "ancestors": ["test-suite-b"],
          "title": "y should be 4",
          "status": "passed"
        }
      ]
    }
  ]
}

Implementation Report

Implementation Report is derived by processing the Raw Test Run Result. The Implementation Report on the latest test run is in .

Implementation Report

Executive Summary

This Implementation Report demonstrates that there are a minimum of two independent implementations of each normative statement in the DID Core Specification, in accordance with the criteria and resolutions set forth by the Decentralized Identifier Working Group and the World Wide Web Consortium.

Summary by Specification Statements

Numbers in parentheses denote the number of implementations. If the number of implementations is one, the report generator suppresses the number and parentheses "(1)" for readability.

Specification Statement Methods
3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax ABNF Rules.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Rules.[34 methods]: 3, algo, art, cheqd, dxd, ebsi, elem, ethr, ion, is, jnctn, key(14), kilt(2), knox, lit, monid, nft, onion, orb(11), photon, pkh(6), polygon, rm, schema, sov(2), ssb, trust, tz(4), unisot, v1, vaa, web(7), webkey, webvh(2)
3.2.1 DID Parameters - hl - If present, the associated value MUST be an ASCII string.[3 methods]: algo, sov, web
3.2.1 DID Parameters - relativeRef - If present, the associated value MUST be an ASCII string and MUST use percent-encoding for certain characters as specified in RFC3986 Section 2.1.[3 methods]: algo, sov, web
3.2.1 DID Parameters - service - If present, the associated value MUST be an ASCII string.[3 methods]: algo, sov, web(2)
3.2.1 DID Parameters - versionId - If present, the associated value MUST be an ASCII string.[7 methods]: 3, algo, art, ethr, rm, sov, ssb
3.2.1 DID Parameters - versionTime - If present, the associated value MUST be an ASCII string which is a valid XML datetime value, as defined in section 3.3.7 of W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes [XMLSCHEMA11-2]. This datetime value MUST be normalized to UTC 00:00:00 and without sub-second decimal precision. For example: 2020-12-20T19:17:47Z.[7 methods]: 3, algo, art, nft, rm, sov, ssb
[1 method]: unisot
3.2.2 Relative DID URLs - When resolving a relative DID URL reference, the algorithm specified in RFC3986 Section 5: Reference Resolution MUST be used.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
5.1.1 DID Subject - The value of id MUST be a string that conforms to the rules in § 3.1 DID Syntax and MUST exist in the root map of the data model for the DID document.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.1.2 DID Controller - The controller property is OPTIONAL. If present, the value MUST be a string or an ordered set of strings that conform to the rules in § 3.1 DID Syntax.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.1.3 Also Known As - The alsoKnownAs property is OPTIONAL. If present, the value MUST be an ordered set where each item in the set is a URI conforming to [RFC3986].[2 methods]: ssb, web
5.2 Verification Methods - The map MUST NOT contain "d", or any other members of the private information class as described in Registration Template.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.2 Verification Methods - The publicKeyJwk property is OPTIONAL. If present, the value MUST be a map representing a JSON Web Key that conforms to [RFC7517].[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.2 Verification Methods - The publicKeyMultibase property is OPTIONAL. This feature is non-normative. If present, the value MUST be astring representation of a [MULTIBASE] encoded public key.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.2 Verification Methods - The value of the controller property MUST be a string that conforms to the rules in § 3.1 DID Syntax.[33 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
[1 method]: ion(2)
5.2 Verification Methods - The value of the id property for a verification method MUST be a string that conforms to the rules in Section § 3.2 DID URL Syntax.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.2 Verification Methods - The value of the type property MUST be a string that references exactly one verification method type.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.2 Verification Methods - The verification method map MUST include the id, type, controller, and specific verification material properties that are determined by the value of type and are defined in § 5.2.1 Verification Material.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.2 Verification Methods - The verificationMethod property is OPTIONAL. If present, the value MUST be an ordered set of verification methods, where each verification method is expressed using a map.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.2.1 Verification Material - A verification method MUST NOT contain multiple verification material properties for the same material. For example, expressing key material in a verification method using both publicKeyJwk and publicKeyMultibase at the same time is prohibited.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.3.1 Authentication - The authentication property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.3.2 Assertion - The assertionMethod property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.3.4 Capability Invocation - The capabilityInvocation property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.3.5 Capability Delegation - The capabilityDelegation property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - A conforming consumer MUST produce an error if it detects multiple service entries with the same id.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - A conforming producer MUST NOT produce multiple service entries with the same id.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - All [serviceEndpoint] string values MUST be valid URIs conforming to [RFC3986] and normalized according to the Normalization and Comparison rules in RFC3986 and to any normalization rules in its applicable URI scheme specification.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - Each service map MUST contain id, type, and serviceEndpoint properties.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - The service property is OPTIONAL. If present, the associated value MUST be an ordered set of services, where each service is described by a map.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - The value of the id property MUST be a URI conforming to [RFC3986].[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - The value of the serviceEndpoint property MUST be a string, a map, or an ordered set composed of one or more strings and/or maps.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
5.4 Services - The value of the type property MUST be a string or an ordered set of strings.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
6.1 Production and Consumption - A conforming producer MUST NOT produce non-conforming DIDs or DID documents.[34 methods]: 3(4), algo(4), art(4), cheqd(4), dxd(4), ebsi(4), elem(4), ethr(4), ion(4), is(2), jnctn(2), key(48), kilt(8), knox(2), lit(2), monid(2), nft(4), onion(2), orb(22), photon(4), pkh(12), polygon(2), rm(4), schema(4), sov(4), ssb(2), trust(4), tz(8), unisot(4), v1(4), vaa(2), web(24), webkey(2), webvh(4)
6.1 Production and Consumption - A conforming producer MUST return the Media Type string associated with the representation after the production process completes.[34 methods]: 3(4), algo(4), art(4), cheqd(4), dxd(4), ebsi(4), elem(4), ethr(4), ion(4), is(2), jnctn(2), key(48), kilt(8), knox(2), lit(2), monid(2), nft(4), onion(2), orb(22), photon(4), pkh(12), polygon(2), rm(4), schema(4), sov(4), ssb(2), trust(4), tz(8), unisot(4), v1(4), vaa(2), web(24), webkey(2), webvh(4)
6.1 Production and Consumption - A conforming producer MUST serialize all entries in the DID document data model, and the representation-specific entries map, that do not have explicit processing rules for the representation being produced using only the representation's data type processing rules and return the serialization after the production process completes.[33 methods]: 3(4), algo(4), art(4), cheqd(4), dxd(4), ebsi(4), elem(4), ethr(4), ion(4), is(2), jnctn(2), key(48), kilt(8), knox(2), lit(2), monid(2), nft(4), onion(2), orb(22), photon(4), pkh(12), polygon(2), rm(4), schema(4), sov(4), ssb(2), trust(4), tz(8), v1(4), vaa(2), web(24), webkey(2), webvh(4)
[1 method]: unisot(4)
6.1 Production and Consumption - A conforming producer MUST take a DID document data model and a representation-specific entries map as input into the production process. The conforming producer MAY accept additional options as input into the production process.[34 methods]: 3(4), algo(4), art(4), cheqd(4), dxd(4), ebsi(4), elem(4), ethr(4), ion(4), is(2), jnctn(2), key(48), kilt(8), knox(2), lit(2), monid(2), nft(4), onion(2), orb(22), photon(4), pkh(12), polygon(2), rm(4), schema(4), sov(4), ssb(2), trust(4), tz(8), unisot(4), v1(4), vaa(2), web(24), webkey(2), webvh(4)
6.2.1 JSON Production - All entries of a DID document MUST be included in the root JSON Object.[23 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is(2), jnctn(2), key(20), kilt(4), nft(2), photon(2), polygon(2), rm(2), schema(2), sov(2), trust(2), unisot(2), v1(2), web(10)
6.2.1 JSON Production - When serializing a DID document, a conforming producer MUST specify a media type of application/did+json to downstream applications such as described in § 7.1.2 DID Resolution Metadata.[23 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is(2), jnctn(2), key(20), kilt(4), nft(2), photon(2), polygon(2), rm(2), schema(2), sov(2), trust(2), unisot(2), v1(2), web(10)
6.2.1 JSON Production - boolean: A JSON Boolean.[3 methods]: dxd(2), trust(2), web(4)
6.2.1 JSON Production - datetime: A JSON String serialized as an XML Datetime normalized to UTC 00:00:00 and without sub-second decimal precision.[1 method]: dxd(4)
6.2.1 JSON Production - double: A JSON Number with a decimal and fractional component.[1 method]: web(4)
6.2.1 JSON Production - integer: A JSON Number without a decimal or fractional component.
6.2.1 JSON Production - list: A JSON Array, where each element of the list is serialized, in order, as a value of the array according to its type, as defined in this table.[23 methods]: 3(6), algo(12), art(10), cheqd(6), dxd(12), ebsi(6), elem(16), ethr(6), ion(12), is(8), jnctn(4), key(128), kilt(18), nft(2), photon(8), polygon(2), rm(10), schema(2), sov(12), trust(14), unisot(26), v1(12), web(46)
6.2.1 JSON Production - map: A JSON Object, where each entry is serialized as a member of the JSON Object with the entry key as a JSON String member name and the entry value according to its type, as defined in this table.[23 methods]: 3(8), algo(8), art(4), cheqd(10), dxd(10), ebsi(4), elem(10), ethr(4), ion(10), is(8), jnctn(2), key(46), kilt(14), nft(2), photon(6), polygon(2), rm(4), schema(2), sov(4), trust(4), unisot(12), v1(4), web(38)
6.2.1 JSON Production - null: A JSON null literal.[1 method]: web(4)
6.2.1 JSON Production - set: A JSON Array, where each element of the set is added, in order, as a value of the array according to its type, as defined in this table.[23 methods]: 3(6), algo(12), art(10), cheqd(6), dxd(12), ebsi(6), elem(16), ethr(6), ion(12), is(8), jnctn(4), key(128), kilt(18), nft(2), photon(8), polygon(2), rm(10), schema(2), sov(12), trust(14), unisot(26), v1(12), web(46)
6.2.1 JSON Production - string: A JSON String.[23 methods]: 3(34), algo(36), art(26), cheqd(36), dxd(46), ebsi(20), elem(48), ethr(24), ion(30), is(32), jnctn(12), key(312), kilt(70), nft(12), photon(26), polygon(12), rm(26), schema(8), sov(28), trust(20), unisot(42), v1(32), web(202)
6.3.1 JSON-LD Production - In addition to using the JSON representation production rules, JSON-LD production MUST include the representation-specific @context entry.[31 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), key(28), kilt(4), knox(2), lit(2), monid(2), nft(2), onion(2), orb(22), photon(2), pkh(12), rm(2), schema(2), sov(2), ssb(2), trust(2), tz(8), unisot(2), v1(2), vaa(2), web(14), webkey(2), webvh(4)
6.3.1 JSON-LD Production - The DID document and any DID document data structures expressed by the data model MUST be serialized to the JSON-LD representation according to the JSON representation production rules as defined in § 6.2 JSON.[31 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), key(28), kilt(4), knox(2), lit(2), monid(2), nft(2), onion(2), orb(22), photon(2), pkh(12), rm(2), schema(2), sov(2), ssb(2), trust(2), tz(8), unisot(2), v1(2), vaa(2), web(14), webkey(2), webvh(4)
6.3.1 JSON-LD Production - The serialized value of @context MUST be the JSON String https://www.w3.org/ns/did/v1 (DID v1.0) or https://www.w3.org/ns/did/v1.1 (DID v1.1), or a JSON Array where the first item is the JSON String https://www.w3.org/ns/did/v1 or https://www.w3.org/ns/did/v1.1, and the subsequent items are serialized according to the JSON representation production rules.[31 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), key(28), kilt(4), knox(2), lit(2), monid(2), nft(2), onion(2), orb(22), photon(2), pkh(12), rm(2), schema(2), sov(2), ssb(2), trust(2), tz(8), unisot(2), v1(2), vaa(2), web(14), webkey(2), webvh(4)
6.3.1 JSON-LD Production - When serializing a JSON-LD representation of a DID document, a conforming producer MUST specify a media type of application/did+ld+json to downstream applications such as described in § 7.1.2 DID Resolution Metadata.[31 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), key(28), kilt(4), knox(2), lit(2), monid(2), nft(2), onion(2), orb(22), photon(2), pkh(12), rm(2), schema(2), sov(2), ssb(2), trust(2), tz(8), unisot(2), v1(2), vaa(2), web(14), webkey(2), webvh(4)
7.1 DID Resolution - A metadata structure.[48 methods]: 3(6), ace(2), art(2), bba(4), bid(2), btcr(6), ccp(4), cheqd(10), dxd(2), ebsi(4), elem(2), emtrust(2), ethr(36), evan(2), gatc(2), github(2), hcr(2), icon(2), io(2), ion(6), jolo(2), key(24), kilt(2), knox(12), lit(2), mpg(2), nacl(2), nft(6), onion(4), ont(2), orb(22), pkh(4), polygon(4), rm(2), schema(4), sol(2), sov(18), ssb(6), stack(2), trust(4), tz(10), unisot(2), v1(6), vaa(2), web(22), webkey(4), webvh(2), work(2)
7.1 DID Resolution - If resolveRepresentation was called, this structure MUST contain a contentType property containing the Media Type of the representation found in the didDocumentStream.[46 methods]: 3(3), ace, art, bba(2), btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon, rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
[3 methods]: bid, gatc, polygon
7.1 DID Resolution - If the resolution is not successful, this structure MUST contain an error property describing the error.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1 DID Resolution - If the resolution is successful, and if the resolve function was called, this MUST be a DID document abstract data model (a map) as described in § 4. Data Model that is capable of being transformed into a conforming DID Document (representation), using the production rules specified by the representation.[15 methods]: 3, cheqd(3), ethr, ion(2), key(7), knox(3), nft, onion, orb(6), pkh, sov(6), ssb(2), tz(4), web(5), webkey
7.1 DID Resolution - If the resolution is successful, and if the resolveRepresentation function was called, this MUST be a byte stream of the resolved DID document in one of the conformant representations.[45 methods]: 3(2), ace, art, bba(2), btcr(3), ccp(2), cheqd(2), dxd, ebsi(2), elem, emtrust, ethr(17), evan, github, hcr, icon, io, ion, jolo, key(5), kilt, knox(3), lit, mpg, nacl, nft(2), onion, ont, orb(5), pkh, rm, schema(2), sol, sov(3), ssb, stack, trust(2), tz, unisot, v1(3), vaa, web(6), webkey, webvh, work
[3 methods]: bid, gatc, polygon
7.1 DID Resolution - If the resolution is successful, this MUST be a metadata structure.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1 DID Resolution - If the resolution is unsuccessful, this output MUST be an empty metadata structure.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1 DID Resolution - If the resolution is unsuccessful, this value MUST be an empty stream.[48 methods]: 3(2), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(2), dxd, ebsi(2), elem, emtrust, ethr(17), evan, gatc, github, hcr, icon, io, ion, jolo, key(5), kilt, knox(3), lit, mpg, nacl, nft(2), onion, ont, orb(5), pkh, polygon, rm, schema(2), sol, sov(3), ssb, stack, trust(2), tz, unisot, v1(3), vaa, web(6), webkey, webvh, work
7.1 DID Resolution - If the resolution is unsuccessful, this value MUST be empty.[15 methods]: 3, cheqd(3), ethr, ion(2), key(7), knox(3), nft, onion, orb(6), pkh, sov(6), ssb(2), tz(4), web(5), webkey
7.1 DID Resolution - The value of id in the resolved DID document MUST match the DID that was resolved.[15 methods]: 3, cheqd(3), ethr, ion(2), key(7), knox(3), nft, onion, orb(6), pkh, sov(6), ssb(2), tz(4), web(5), webkey
7.1 DID Resolution - This input is REQUIRED and the value MUST be a conformant DID as defined in § 3.1 DID Syntax.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1 DID Resolution - This input is REQUIRED, but the structure MAY be empty.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1 DID Resolution - This structure is REQUIRED, and in the case of an error in the resolution process, this MUST NOT be empty.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1.1 DID Resolution Options - The Media Type MUST be expressed as an ASCII string.[42 methods]: 3(2), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(2), dxd, ebsi(2), elem, emtrust, ethr(17), evan, gatc, github, hcr, icon, io, ion, jolo, key(4), kilt, knox(3), lit, mpg, nacl, nft(2), ont, orb(5), rm, schema(2), sol, sov(3), stack, trust(2), unisot, v1(3), vaa, web(5), webvh, work
7.1.1 DID Resolution Options - The Media Type of the caller's preferred representation of the DID document.[42 methods]: 3(2), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(2), dxd, ebsi(2), elem, emtrust, ethr(17), evan, gatc, github, hcr, icon, io, ion, jolo, key(4), kilt, knox(3), lit, mpg, nacl, nft(2), ont, orb(5), rm, schema(2), sol, sov(3), stack, trust(2), unisot, v1(3), vaa, web(5), webvh, work
7.1.1 DID Resolution Options - This property is OPTIONAL for the resolveRepresentation function and MUST NOT be used with the resolve function.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1.2 DID Resolution Metadata - The caller of the resolveRepresentation function MUST use this value when determining how to parse and process the didDocumentStream returned by this function into the data model.[46 methods]: 3(3), ace, art, bba(2), btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon, rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
[3 methods]: bid, gatc, polygon
7.1.2 DID Resolution Metadata - The value of this property MUST be a single keyword ASCII string.[5 methods]: cheqd(2), key(3), knox(2), sov(4), web(3)
7.1.2 DID Resolution Metadata - The value of this property MUST be an ASCII string that is the Media Type of the conformant representations.[45 methods]: 3(2), ace, art, bba(2), btcr(3), ccp(2), cheqd(2), dxd, ebsi(2), elem, emtrust, ethr(17), evan, github, hcr, icon, io, ion, jolo, key(5), kilt, knox(3), lit, mpg, nacl, nft(2), onion, ont, orb(5), pkh, rm, schema(2), sol, sov(3), ssb, stack, trust(2), tz, unisot, v1(3), vaa, web(6), webkey, webvh, work
[3 methods]: bid, gatc, polygon
7.1.2 DID Resolution Metadata - This property MUST NOT be present if the resolve function was called.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1.2 DID Resolution Metadata - This property is REQUIRED if resolution is successful and if the resolveRepresentation function was called.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1.2 DID Resolution Metadata - This property is REQUIRED when there is an error in the resolution process.[48 methods]: 3(3), ace, art, bba(2), bid, btcr(3), ccp(2), cheqd(5), dxd, ebsi(2), elem, emtrust, ethr(18), evan, gatc, github, hcr, icon, io, ion(3), jolo, key(12), kilt, knox(6), lit, mpg, nacl, nft(3), onion(2), ont, orb(11), pkh(2), polygon(2), rm, schema(2), sol, sov(9), ssb(3), stack, trust(2), tz(5), unisot, v1(3), vaa, web(11), webkey(2), webvh, work
7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to the DID resolution function does not conform to valid syntax.[5 methods]: cheqd, key(2), knox, sov(2), web
7.1.2 DID Resolution Metadata - notFound - The DID resolver was unable to find the DID document resulting from this resolution request.[5 methods]: cheqd, key, knox, sov(2), web(2)
7.1.3 DID Document Metadata - canonicalId - A canonicalId value MUST be produced by, and a form of, the same DID Method as the id property value.[2 methods]: ion(3), orb(9)
7.1.3 DID Document Metadata - canonicalId - The value of canonicalId MUST be a string that conforms to the rules in Section § 3.1 DID Syntax.[2 methods]: ion(3), orb(9)
7.1.3 DID Document Metadata - created - The value of the property MUST be a string formatted as an XML Datetime normalized to UTC 00:00:00 and without sub-second decimal precision.[5 methods]: 3(5), bid, cheqd(7), ssb(6), vaa
[1 method]: ccp(2)
7.1.3 DID Document Metadata - deactivated - If a DID has been deactivated, DID document metadata MUST include this property with the boolean value true.[3 methods]: btcr(2), ion, orb
7.1.3 DID Document Metadata - deactivated - If a DID has not been deactivated, this property is OPTIONAL, but if included, MUST have the boolean value false.[1 method]: btcr
7.1.3 DID Document Metadata - equivalentId - Each equivalentId DID value MUST be produced by, and a form of, the same DID Method as the id property value.[2 methods]: ion(2), orb(11)
7.1.3 DID Document Metadata - equivalentId - The value of equivalentId MUST be a set where each item in the list is a string that conforms to the rules in Section § 3.1 DID Syntax.[2 methods]: ion(2), orb(11)
7.1.3 DID Document Metadata - nextUpdate - The value of the property MUST follow the same formatting rules as the created property.[3 methods]: 3(2), ethr(2), ssb(2)
7.1.3 DID Document Metadata - nextVersionId - The value of the property MUST be an ASCII string.[3 methods]: 3(2), ethr(2), ssb(2)
7.1.3 DID Document Metadata - updated - The value of the property MUST follow the same formatting rules as the created property.[5 methods]: 3(5), bid, ethr(6), ssb(4), vaa
[1 method]: ccp(2)
7.1.3 DID Document Metadata - versionId - The value of the property MUST be an ASCII string.[4 methods]: 3(5), cheqd(7), ethr(6), ssb(6)
7.2 DID URL Dereferencing - A conformant DID URL as a single string.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - A metadata structure.[18 methods]: 3(4), art(4), cheqd(12), dxd(4), ethr(4), key(6), knox(16), nft(4), onion(4), pkh(4), polygon(6), rm(4), sov(10), ssb(6), tz(4), web(32), webkey(4), webvh(2)
7.2 DID URL Dereferencing - If the dereferencing function was called and successful, this MUST contain a resource corresponding to the DID URL.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - If the dereferencing is not successful, this structure MUST contain an error property describing the error.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - If the dereferencing is successful, this MUST be a metadata structure, but the structure MAY be empty.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - If the dereferencing is unsuccessful, this output MUST be an empty metadata structure.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - If the dereferencing is unsuccessful, this value MUST be empty.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - This input is REQUIRED, but the structure MAY be empty.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - This input is REQUIRED.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - This structure is REQUIRED, and in the case of an error in the dereferencing process, this MUST NOT be empty.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2 DID URL Dereferencing - To dereference a DID fragment, the complete DID URL including the DID fragment MUST be used.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2.1 DID URL Dereferencing Options - The Media Type MUST be expressed as an ASCII string.[11 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), knox(8), nft(2), polygon(3), rm(2), sov(5), web(13)
7.2.1 DID URL Dereferencing Options - The Media Type that the caller prefers for contentStream.[11 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), knox(8), nft(2), polygon(3), rm(2), sov(5), web(13)
7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST be expressed as an ASCII string.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(2), knox(3), nft(2), onion(2), pkh(2), polygon, rm(2), sov(5), ssb(3), tz(2), web(10), webkey(2), webvh
7.2.2 DID URL Dereferencing Metadata - The value of this property MUST be a single keyword ASCII string.[6 methods]: cheqd(2), key, knox(5), polygon(2), sov(3), web(6)
7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED when there is an error in the dereferencing process.[18 methods]: 3(2), art(2), cheqd(6), dxd(2), ethr(2), key(3), knox(8), nft(2), onion(2), pkh(2), polygon(3), rm(2), sov(5), ssb(3), tz(2), web(16), webkey(2), webvh
7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID URL supplied to the DID URL dereferencing function does not conform to valid syntax.[5 methods]: cheqd, key, knox, sov, web
7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL dereferencer was unable to find the contentStream resulting from this dereferencing request.[4 methods]: cheqd, knox(4), sov(2), web(5)
7.3 Metadata Structure - Each property name MUST be a string.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
7.3 Metadata Structure - Each property value MUST be a string, map, list, ordered set, boolean, or null.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
7.3 Metadata Structure - The entire metadata structure MUST be serializable according to the JSON serialization rules in the [INFRA] specification.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
7.3 Metadata Structure - The structure used to communicate this metadata MUST be a map of properties.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
7.3 Metadata Structure - The values within any complex data structures such as maps and lists MUST be one of these data types as well.[34 methods]: 3(2), algo(2), art(2), cheqd(2), dxd(2), ebsi(2), elem(2), ethr(2), ion(2), is, jnctn, key(24), kilt(4), knox, lit, monid, nft(2), onion, orb(11), photon(2), pkh(6), polygon, rm(2), schema(2), sov(2), ssb, trust(2), tz(4), unisot(2), v1(2), vaa, web(12), webkey, webvh(2)
All conformant DID resolvers MUST implement the DID resolution functions for at least one DID method and MUST be able to return a DID document in at least one conformant representation.[45 methods]: 3, ace, art, bba, btcr, ccp, cheqd, dxd, ebsi, elem, emtrust, ethr(2), evan, github, hcr, icon, io, ion, jolo, key(3), kilt, knox(2), lit, mpg, nacl, nft, onion, ont, orb, pkh, rm, schema, sol, sov(3), ssb, stack, trust, tz, unisot, v1, vaa, web(3), webkey, webvh, work
[4 methods]: bid, gatc, ion, polygon

Summary by Method Implementation

Method Implementation Test Suites
did-core-propertiesdid-identifierdid-productiondid-resolutiondid-url-dereferencing
did:3@ceramicnetwork/3id-did-resolver  (58)  (3)  (65)  (44)  (2)
did:3@ceramicnetwork/3id-did-resolver (DID v1.0)  (41)
did:3@ceramicnetwork/3id-did-resolver (DID v1.1)  (41)
did:aceUniversal Resolver  (20)
did:algoDID Algo Test Suite  (58)  (6)
did:algoDID Algo Test Suite (DID v1.0)  (48)
did:algoDID Algo Test Suite (DID v1.1)  (48)
did:artArtracID DID Method  (58)  (3)  (20)  (34)  (2)
did:artArtracID DID Method (DID v1.0)  (39)
did:artArtracID DID Method (DID v1.1)  (39)
did:bbaUniversal Resolver  (39)
did:bidUniversal Resolver  (5)  (17)
did:btcrUniversal Resolver  (61)
did:ccpUniversal Resolver  (4)  (39)
did:cheqdcheqd DID Method  (58)  (1)  (100)  (114)  (6)
did:cheqdcheqd DID Method (DID v1.0)  (43)
did:cheqdcheqd DID Method (DID v1.1)  (43)
did:dxdData-Alliance DID Method  (58)  (1)  (20)  (34)  (2)
did:dxdData-Alliance DID Method (DID v1.0)  (57)
did:dxdData-Alliance DID Method (DID v1.1)  (57)
did:ebsiEBSI libraries and APIs  (58)  (1)
did:ebsiEBSI libraries and APIs (DID v1.0)  (32)
did:ebsiEBSI libraries and APIs (DID v1.1)  (32)
did:ebsiUniversal Resolver  (39)
did:elemhttps://github.com/transmute-industries/did-core  (58)  (1)
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0)  (59)
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1)  (59)
did:elemUniversal Resolver  (20)
did:emtrustUniversal Resolver  (20)
did:ethrethr-did-resolver  (58)  (2)  (62)  (38)  (2)
did:ethrethr-did-resolver (DID v1.0)  (34)
did:ethrethr-did-resolver (DID v1.1)  (34)
did:ethrUniversal Resolver  (292)
did:evanUniversal Resolver  (20)
did:exampleExample DID Method  (58)  (6)
did:exampleExample DID Method (DID v1.0)  (53)
did:exampleExample DID Method (DID v1.1)  (53)
did:exampleExample Resolver  (135)
did:exampleExample Dereferencer  (70)  (4)
did:gatcUniversal Resolver  (5)  (15)
did:githubUniversal Resolver  (20)
did:hcrUniversal Resolver  (20)
did:iconUniversal Resolver  (20)
did:ioUniversal Resolver  (20)
did:ionDID ION Test Suite  (2)  (56)  (1)  (1)  (43)
did:ionDID ION Test Suite (DID v1.0)  (46)
did:ionDID ION Test Suite (DID v1.1)  (46)
did:ionUniversal Resolver  (22)
did:isDID IS Test Suite  (29)  (1)
did:isDID IS Test Suite (DID v1.0)  (34)
did:isDID IS Test Suite (DID v1.1)  (34)
did:jnctnDID JNCTN Test Suite  (29)  (1)
did:jnctnDID JNCTN Test Suite (DID v1.0)  (17)
did:jnctnDID JNCTN Test Suite (DID v1.1)  (17)
did:joloUniversal Resolver  (20)
did:keydid-method-key-js (2018 cryptosuite)  (29)  (1)
did:keydid-method-key-js (2020 cryptosuite)  (58)  (1)
did:keyhttps://github.com/transmute-industries/did-core  (406)  (7)
did:keyMATTR Internal Libraries  (116)  (2)
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key  (87)  (3)  (88)  (46)  (3)
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0)  (8)
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1)  (8)
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0)  (46)
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1)  (46)
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0)  (317)
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1)  (317)
did:keyMATTR Internal Libraries (DID v1.0)  (84)
did:keyMATTR Internal Libraries (DID v1.1)  (84)
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0)  (24)
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1)  (24)
did:keyUniversal Resolver  (58)
did:keyMATTR internal libraries  (75)
did:kiltDID Test Suite  (116)  (2)
did:kiltDID Test Suite (DID v1.0)  (88)
did:kiltDID Test Suite (DID v1.1)  (88)
did:kiltUniversal Resolver  (20)
did:knoxKnox Networks DID Method  (29)  (1)
did:knoxKnox Networks DID Method (DID v1.0)  (8)
did:knoxKnox Networks DID Method (DID v1.1)  (8)
did:knoxUniversal Resolver  (39)
did:knoxKnox Networks  (75)  (141)  (8)
did:litdid-lit (2021)  (29)  (1)
did:litdid-lit (2021) (DID v1.0)  (8)
did:litdid-lit (2021) (DID v1.1)  (8)
did:litUniversal Resolver  (20)
did:moniddid-method-monid (2021 lx tech)  (29)  (1)
did:moniddid-method-monid (2021 lx tech) (DID v1.0)  (8)
did:moniddid-method-monid (2021 lx tech) (DID v1.1)  (8)
did:mpgUniversal Resolver  (20)
did:naclUniversal Resolver  (20)
did:nft@ceramicnetwork/nft-did-resolver  (58)  (2)  (56)  (34)  (2)
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0)  (23)
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1)  (23)
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion  (29)  (1)  (35)  (30)  (2)
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0)  (8)
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1)  (8)
did:ontUniversal Resolver  (20)
did:orbDID Orb Test Suite  (319)  (11)  (239)
did:orbDID Orb Test Suite (DID v1.0)  (88)
did:orbDID Orb Test Suite (DID v1.1)  (88)
did:photonhttps://github.com/transmute-industries/did-core  (58)  (1)
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0)  (38)
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1)  (38)
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh  (174)  (6)  (35)  (30)  (2)
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0)  (48)
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1)  (48)
did:polygonhttps://github.com/ayanworks/polygon-did-registrar  (29)  (1)
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0)  (15)
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1)  (15)
did:polygonhttps://github.com/ayanworks/polygon-did-resolver  (5)  (27)
did:polygonpolygon-did-dereferencer  (51)  (3)
did:rmREAL MATTER DID Method  (58)  (3)  (20)  (34)  (2)
did:rmREAL MATTER DID Method (DID v1.0)  (39)
did:rmREAL MATTER DID Method (DID v1.1)  (39)
did:schema@51nodes/decentralized-schema-registry  (58)  (1)
did:schema@51nodes/decentralized-schema-registry (DID v1.0)  (21)
did:schema@51nodes/decentralized-schema-registry (DID v1.1)  (21)
did:schemaUniversal Resolver  (39)
did:solUniversal Resolver  (20)
did:sovMATTR Internal Libraries  (58)  (1)
did:sovUniversal Resolver  (6)  (95)  (91)  (5)
did:sovMATTR Internal Libraries (DID v1.0)  (42)
did:sovMATTR Internal Libraries (DID v1.1)  (42)
did:sovMATTR internal libraries  (75)
did:ssbssb-did-resolver  (30)  (3)  (60)  (57)  (3)
did:ssbssb-did-resolver (DID v1.0)  (8)
did:ssbssb-did-resolver (DID v1.1)  (8)
did:stackUniversal Resolver  (20)
did:trustDID Test Suite  (58)  (1)
did:trustDID Test Suite (DID v1.0)  (41)
did:trustDID Test Suite (DID v1.1)  (41)
did:trustUniversal Resolver  (39)
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos  (116)  (4)  (86)  (30)  (2)
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0)  (32)
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1)  (32)
did:unisot@unisot/unisot-did-resolverer  (58)  (1)  (1)
did:unisot@unisot/unisot-did-resolverer (DID v1.0)  (2)  (65)
did:unisot@unisot/unisot-did-resolverer (DID v1.1)  (2)  (65)
did:unisotUniversal Resolver  (20)
did:v1did-veres-one (2021)  (58)  (1)
did:v1did-veres-one (2021) (DID v1.0)  (44)
did:v1did-veres-one (2021) (DID v1.1)  (44)
did:v1Universal Resolver  (58)
did:vaaDID VAA Test Suite  (29)  (1)
did:vaaDID VAA Test Suite (DID v1.0)  (8)
did:vaaDID VAA Test Suite (DID v1.1)  (8)
did:vaaUniversal Resolver  (22)
did:webhttps://github.com/transmute-industries/did-core  (116)  (4)
did:webMATTR Internal Libraries  (174)  (4)
did:webhttps://github.com/spruceid/ssi/tree/main/did-web  (29)  (2)  (54)  (46)  (3)
did:webEvernym DID infrastructure  (30)  (1)
did:webhttps://github.com/transmute-industries/did-core (DID v1.0)  (87)
did:webhttps://github.com/transmute-industries/did-core (DID v1.1)  (87)
did:webMATTR Internal Libraries (DID v1.0)  (155)
did:webMATTR Internal Libraries (DID v1.1)  (155)
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0)  (8)
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1)  (8)
did:webEvernym DID infrastructure (DID v1.0)  (8)
did:webEvernym DID infrastructure (DID v1.1)  (8)
did:webUniversal Resolver  (77)
did:webMATTR internal libraries  (75)  (209)  (12)
did:webhttps://github.com/OR13/deno-did-pm  (17)  (1)
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey  (29)  (1)  (35)  (30)  (2)
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0)  (8)
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1)  (8)
did:webvhhttps://github.com/decentralized-identity/didwebvh-py  (29)  (1)
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts  (29)  (1)
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0)  (8)
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1)  (8)
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0)  (8)
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1)  (8)
did:webvhUniversal Resolver  (20)
did:webvhDIF  (15)  (1)
did:workUniversal Resolver  (20)

Report by Test Suites

Note: Report generator shortens longer parameters and replaces them with an ellipsis (…) for readability.

did-core-properties

Statement: 5.1.1 DID Subject - The value of id MUST be a string that conforms to the rules in § 3.1 DID Syntax and MUST exist in the root map of the data model for the DID document.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.1.2 DID Controller - The controller property is OPTIONAL. If present, the value MUST be a string or an ordered set of strings that conform to the rules in § 3.1 DID Syntax.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The verificationMethod property is OPTIONAL. If present, the value MUST be an ordered set of verification methods, where each verification method is expressed using a map.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The verification method map MUST include the id, type, controller, and specific verification material properties that are determined by the value of type and are defined in § 5.2.1 Verification Material.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The value of the id property for a verification method MUST be a string that conforms to the rules in Section § 3.2 DID URL Syntax.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The value of the type property MUST be a string that references exactly one verification method type.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The value of the controller property MUST be a string that conforms to the rules in § 3.1 DID Syntax.

 (2)
 (106)
Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The publicKeyMultibase property is OPTIONAL. This feature is non-normative. If present, the value MUST be astring representation of a [MULTIBASE] encoded public key.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The publicKeyJwk property is OPTIONAL. If present, the value MUST be a map representing a JSON Web Key that conforms to [RFC7517].

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2 Verification Methods - The map MUST NOT contain "d", or any other members of the private information class as described in Registration Template.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.2.1 Verification Material - A verification method MUST NOT contain multiple verification material properties for the same material. For example, expressing key material in a verification method using both publicKeyJwk and publicKeyMultibase at the same time is prohibited.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.3.1 Authentication - The authentication property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.3.2 Assertion - The assertionMethod property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.3.4 Capability Invocation - The capabilityInvocation property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.3.5 Capability Delegation - The capabilityDelegation property is OPTIONAL. If present, the associated value MUST be an ordered set of one or more verification methods.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - The service property is OPTIONAL. If present, the associated value MUST be an ordered set of services, where each service is described by a map.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - Each service map MUST contain id, type, and serviceEndpoint properties.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - The value of the id property MUST be a URI conforming to [RFC3986].

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - A conforming producer MUST NOT produce multiple service entries with the same id.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - A conforming consumer MUST produce an error if it detects multiple service entries with the same id.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - The value of the type property MUST be a string or an ordered set of strings.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - The value of the serviceEndpoint property MUST be a string, a map, or an ordered set composed of one or more strings and/or maps.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.4 Services - All [serviceEndpoint] string values MUST be valid URIs conforming to [RFC3986] and normalized according to the Normalization and Comparison rules in RFC3986 and to any normalization rules in its applicable URI scheme specification.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 7.3 Metadata Structure - The structure used to communicate this metadata MUST be a map of properties.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 7.3 Metadata Structure - Each property name MUST be a string.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 7.3 Metadata Structure - Each property value MUST be a string, map, list, ordered set, boolean, or null.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 7.3 Metadata Structure - The values within any complex data structures such as maps and lists MUST be one of these data types as well.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 7.3 Metadata Structure - The entire metadata structure MUST be serializable according to the JSON serialization rules in the [INFRA] specification.

 (108) Method Implementation Parameters
Total implementations: 36
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries did:web:kyledenhartog.com, application/did+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json

Statement: 5.1.3 Also Known As - The alsoKnownAs property is OPTIONAL. If present, the value MUST be an ordered set where each item in the set is a URI conforming to [RFC3986].

 (1) Method Implementation Parameters
Total implementations: 2
did:webEvernym DID infrastructure did:web:evernym.com, application/did+ld+json
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json

did-identifier

Statement: 3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Rules.

 (74) Method Implementation Parameters
Total implementations: 37
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…
did:isDID IS Test Suite did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:keydid-method-key-js (2018 cryptosuite) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2020 cryptosuite) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:kiltDID Test Suite did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:v1did-veres-one (2021) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:moniddid-method-monid (2021 lx tech) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:vaaDID VAA Test Suite did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:litdid-lit (2021) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:schema@51nodes/decentralized-schema-registry did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…
did:keyhttps://github.com/transmute-industries/did-core did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:webhttps://github.com/transmute-industries/did-core did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core did:web:or13.github.io:deno-did-pm
did:photonhttps://github.com/transmute-industries/did-core did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:elemhttps://github.com/transmute-industries/did-core did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:keyMATTR Internal Libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:webMATTR Internal Libraries did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries did:web:did.actor:mike
did:webMATTR Internal Libraries did:web:kyledenhartog.com
did:sovMATTR Internal Libraries did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw
did:polygonhttps://github.com/ayanworks/polygon-did-registrar did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:jnctnDID JNCTN Test Suite did:jnctn:187c4af8932a444a9e9503fb96cb672f
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:08
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webEvernym DID infrastructure did:web:evernym.com
did:ebsiEBSI libraries and APIs did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:algoDID Algo Test Suite did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:knoxKnox Networks DID Method did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:unisot@unisot/unisot-did-resolverer did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 3.2.1 DID Parameters - hl - If present, the associated value MUST be an ASCII string.

 (3) Method Implementation Parameters
Total implementations: 3
did:webMATTR Internal Libraries did:UNKNOWN
did:sovUniversal Resolver did:UNKNOWN
did:algoDID Algo Test Suite did:UNKNOWN

Statement: 3.2.1 DID Parameters - service - If present, the associated value MUST be an ASCII string.

 (4) Method Implementation Parameters
Total implementations: 4
did:webhttps://github.com/transmute-industries/did-core did:UNKNOWN
did:sovUniversal Resolver did:UNKNOWN
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:UNKNOWN
did:algoDID Algo Test Suite did:UNKNOWN

Statement: 3.2.1 DID Parameters - relativeRef - If present, the associated value MUST be an ASCII string and MUST use percent-encoding for certain characters as specified in RFC3986 Section 2.1.

 (3) Method Implementation Parameters
Total implementations: 3
did:webhttps://github.com/transmute-industries/did-core did:UNKNOWN
did:sovUniversal Resolver did:UNKNOWN
did:algoDID Algo Test Suite did:UNKNOWN

Statement: 3.2.1 DID Parameters - versionId - If present, the associated value MUST be an ASCII string.

 (7) Method Implementation Parameters
Total implementations: 7
did:3@ceramicnetwork/3id-did-resolver did:UNKNOWN
did:ethrethr-did-resolver did:UNKNOWN
did:sovUniversal Resolver did:UNKNOWN
did:ssbssb-did-resolver did:UNKNOWN
did:algoDID Algo Test Suite did:UNKNOWN
did:artArtracID DID Method did:UNKNOWN
did:rmREAL MATTER DID Method did:UNKNOWN

Statement: 3.2.1 DID Parameters - versionTime - If present, the associated value MUST be an ASCII string which is a valid XML datetime value, as defined in section 3.3.7 of W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes [XMLSCHEMA11-2]. This datetime value MUST be normalized to UTC 00:00:00 and without sub-second decimal precision. For example: 2020-12-20T19:17:47Z.

 (1)
 (7)
Method Implementation Parameters
Total implementations: 8
did:3@ceramicnetwork/3id-did-resolver did:UNKNOWN
did:nft@ceramicnetwork/nft-did-resolver did:UNKNOWN
did:sovUniversal Resolver did:UNKNOWN
did:ssbssb-did-resolver did:UNKNOWN
did:algoDID Algo Test Suite did:UNKNOWN
did:artArtracID DID Method did:UNKNOWN
did:rmREAL MATTER DID Method did:UNKNOWN
did:unisot@unisot/unisot-did-resolverer did:UNKNOWN

did-production

Statement: 6.1 Production and Consumption - A conforming producer MUST take a DID document data model and a representation-specific entries map as input into the production process. The conforming producer MAY accept additional options as input into the production process.

 (217) Method Implementation Parameters
Total implementations: 72
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json

Statement: 6.1 Production and Consumption - A conforming producer MUST serialize all entries in the DID document data model, and the representation-specific entries map, that do not have explicit processing rules for the representation being produced using only the representation's data type processing rules and return the serialization after the production process completes.

 (4)
 (213)
Method Implementation Parameters
Total implementations: 72
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json

Statement: 6.1 Production and Consumption - A conforming producer MUST return the Media Type string associated with the representation after the production process completes.

 (217) Method Implementation Parameters
Total implementations: 72
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json

Statement: 6.1 Production and Consumption - A conforming producer MUST NOT produce non-conforming DIDs or DID documents.

 (217) Method Implementation Parameters
Total implementations: 72
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+json
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, application/did+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+ld+json
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com, application/did+ld+json
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json

Statement: 6.2.1 JSON Production - string: A JSON String.

 (1169) Method Implementation Parameters
Total implementations: 40
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EcdsaSecp256k1VerificationKey2019
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=wAAADkMFQkqxaUPB8jGq4ZoJVsaK9Y5M8riM76zugM6d
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=BlockExplorer
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://explorer.blockcore.net
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=DIDResolver
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://my.did.is
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EncryptedDataVault
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://vault.blockcore.net/
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EcdsaSecp256k1VerificationKey2019
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=wAAADkMFQkqxaUPB8jGq4ZoJVsaK9Y5M8riM76zugM6d
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=BlockExplorer
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://explorer.blockcore.net
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=DIDResolver
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://my.did.is
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EncryptedDataVault
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://vault.blockcore.net/
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=EcdsaSecp256k1VerificationKey2019
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=49PpU4vgqFNtNUAeaeR2m6ZLsgMavL54HtXaTwYdqyi7xKQXREUw219nEH
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=DidControl
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://did.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=CitizenShip
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://citizen.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=IotLoRa
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://lora.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=IotWifi
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://wifi.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://w3id.org/security/suites/secp256k1-2019/v1
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=EcdsaSecp256k1VerificationKey2019
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=49PpU4vgqFNtNUAeaeR2m6ZLsgMavL54HtXaTwYdqyi7xKQXREUw219nEH
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=DidControl
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://did.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=CitizenShip
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://citizen.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=IotLoRa
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://lora.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=IotWifi
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://wifi.data-alliance.com
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1.1
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://w3id.org/security/suites/secp256k1-2019/v1
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/ed25519-2020/v1
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/x25519-2020/v1
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=Ed25519VerificationKey2020
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6MktZw8HgaRUoG8S9asnmDKQL458uEhuuNT9U2UK5cT6Tmh
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=X25519KeyAgreementKey2020
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6LSgfZQjTYyX6t1GQSeFb6HCDhcAJFk9dN7YBCqtbH1ciHr
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1.1
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/ed25519-2020/v1
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/x25519-2020/v1
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=Ed25519VerificationKey2020
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6MktZw8HgaRUoG8S9asnmDKQL458uEhuuNT9U2UK5cT6Tmh
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=X25519KeyAgreementKey2020
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6LSgfZQjTYyX6t1GQSeFb6HCDhcAJFk9dN7YBCqtbH1ciHr
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=5mMUjxBBZFnLcPgqe3bSWdn4nUH7TjXaWyy5pxEqeJ94
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ge7mFBKiGbSnff1FYnhB2ZNB3mrM96MYwgSbss3wXQA7
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=J2wDLnyUNequXyZQqxokf1jbywJSPDU3S3qJYpNrZkip
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=58n2r2RCoToNATgmaXydkLVubhgtceKEcPiv9mxjgDQz
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=LinkedDomains
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=https://kilt.io
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=5mMUjxBBZFnLcPgqe3bSWdn4nUH7TjXaWyy5pxEqeJ94
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ge7mFBKiGbSnff1FYnhB2ZNB3mrM96MYwgSbss3wXQA7
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=J2wDLnyUNequXyZQqxokf1jbywJSPDU3S3qJYpNrZkip
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=58n2r2RCoToNATgmaXydkLVubhgtceKEcPiv9mxjgDQz
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=LinkedDomains
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=https://kilt.io
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1RecoveryMethod2020
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=0x26bF14321004e770E7A8b080b7a526d8eed8b388@eip155:1
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1VerificationKey2019
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=04808f0530d0f39b3f71e9258c555666f63d839bb8aa06beb77dbb2b5d81ed7e…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1RecoveryMethod2020
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=0x26bF14321004e770E7A8b080b7a526d8eed8b388@eip155:1
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1VerificationKey2019
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=04808f0530d0f39b3f71e9258c555666f63d839bb8aa06beb77dbb2b5d81ed7e…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RsaVerificationKey2018
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=AQAB
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=ybWVtY6n1EgbnnNTwS-MIYg2G5z4rudDdRfnIQ8UIAVbjxngEOyBDn60IyYKBLQ0…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RS256
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RSA
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RsaVerificationKey2018
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=AQAB
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=ybWVtY6n1EgbnnNTwS-MIYg2G5z4rudDdRfnIQ8UIAVbjxngEOyBDn60IyYKBLQ0…
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RS256
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RSA
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/veres-one/v1
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/ed25519-2020/v1
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/x25519-2020/v1
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=Ed25519VerificationKey2020
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6Mkh18zyRvTikTTYwi3p4S8kQNqLkExDamQHERxeB34AMvL
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=X25519KeyAgreementKey2020
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6LSs3jaxeXFPsrBLjhzEezBM3McA7TVU2vrtrDps3j5NFUJ
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1.1
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/veres-one/v1
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/ed25519-2020/v1
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/x25519-2020/v1
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=Ed25519VerificationKey2020
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6Mkh18zyRvTikTTYwi3p4S8kQNqLkExDamQHERxeB34AMvL
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=X25519KeyAgreementKey2020
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6LSs3jaxeXFPsrBLjhzEezBM3McA7TVU2vrtrDps3j5NFUJ
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#linkeddomains
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=LinkedDomains
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EcdsaSecp256k1VerificationKey2019
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EC
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=secp256k1
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=luvLmmlG44VfqluhXwIjSuT1TL1sE_11gCDek2Pmuio
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=tYDJZaiX7A7krvcapAgKJF67zz5JS1wn4FucjkOdQEo
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1.1
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#linkeddomains
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=LinkedDomains
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EcdsaSecp256k1VerificationKey2019
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EC
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=secp256k1
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=luvLmmlG44VfqluhXwIjSuT1TL1sE_11gCDek2Pmuio
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=tYDJZaiX7A7krvcapAgKJF67zz5JS1wn4FucjkOdQEo
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=GetSchemaService
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=https://ipfs.infura.io/ipfs/QmUQAxKQ5sbWWrcBZzwkThktfUGZvuPQyTrq…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=GetSchemaService
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=https://ipfs.infura.io/ipfs/QmUQAxKQ5sbWWrcBZzwkThktfUGZvuPQyTrq…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=BlockchainVerificationMethod2021
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=0x06eb48572a2ef9a3b230d69ca731330793b65bdc@eip155:1
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=BlockchainVerificationMethod2021
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=0x06eb48572a2ef9a3b230d69ca731330793b65bdc@eip155:1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=P-256
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=igrFmi0whuihKnj9R3Om1SoMph72wUGeFaBbzG2vzns
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=efsX5b10x8yjyrj4ny3pGfLcY7Xby1KzgqOdqnsrJIM
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=P-384
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=lInTxl8fjLKp_UCrxI0WDklahi-7-_6JbtiHjiRvMvhedhKVdHBfi2HCY8t_QJyc
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=y6N1IC-2mXxHreETBW7K3mBcw0qGr3CWHCs-yl09yCQRLcyfGv7XhqAngHOu51Zv
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=P-521
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=ASUHPMyichQ0QbHZ9ofNx_l4y7luncn5feKLo3OpJ2nSbZoC7mffolj5uy7s6KSK…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=AW9ziIC4ZQQVSNmLlp59yYKrjRY0_VqO-GOIYQ9tYpPraBKUloEId6cI_vynCzlZ…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=Ed25519
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=SWrDALtLXSCUxYvTEeA13SmrFLnmafhii1K37sek87E
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=X25519
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=IrL8CkN2Y5xd2y8yfaNz0oRrOw1ODWRqITQVHbI7OGY
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=OKP
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=X25519
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=m38ETAq1rtY55eEUn18LmDlE6iTOwdQimBmvjHqQdGk
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=secp256k1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=-KRuXkZFMDi7K1-JcJ_SK0-sWrl08V45nl6LcdW-WPw
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=qKBWMjrqZVPTw8P8lMjMdod5NCU1Dqfi0OXc01fCNv8
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=hCEgLlaQ10tTuxx0ruCw-8YOulQmVMJIHLMZibWfEJ1siLP_EMeiuVxM7ZAfmVjM
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G2
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=kRAYzbjxTEZ218kMOlo3So5xGNaEkt3xR8CusAesu0SnLiR7eFlC2tHYvrlSUMkK…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=P-256
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=igrFmi0whuihKnj9R3Om1SoMph72wUGeFaBbzG2vzns
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=efsX5b10x8yjyrj4ny3pGfLcY7Xby1KzgqOdqnsrJIM
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1.1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=P-384
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=lInTxl8fjLKp_UCrxI0WDklahi-7-_6JbtiHjiRvMvhedhKVdHBfi2HCY8t_QJyc
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=y6N1IC-2mXxHreETBW7K3mBcw0qGr3CWHCs-yl09yCQRLcyfGv7XhqAngHOu51Zv
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1.1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=P-521
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=ASUHPMyichQ0QbHZ9ofNx_l4y7luncn5feKLo3OpJ2nSbZoC7mffolj5uy7s6KSK…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=AW9ziIC4ZQQVSNmLlp59yYKrjRY0_VqO-GOIYQ9tYpPraBKUloEId6cI_vynCzlZ…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1.1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=Ed25519
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=SWrDALtLXSCUxYvTEeA13SmrFLnmafhii1K37sek87E
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=X25519
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=IrL8CkN2Y5xd2y8yfaNz0oRrOw1ODWRqITQVHbI7OGY
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1.1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=OKP
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=X25519
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=m38ETAq1rtY55eEUn18LmDlE6iTOwdQimBmvjHqQdGk
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1.1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=secp256k1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=-KRuXkZFMDi7K1-JcJ_SK0-sWrl08V45nl6LcdW-WPw
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=qKBWMjrqZVPTw8P8lMjMdod5NCU1Dqfi0OXc01fCNv8
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1.1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=hCEgLlaQ10tTuxx0ruCw-8YOulQmVMJIHLMZibWfEJ1siLP_EMeiuVxM7ZAfmVjM
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G2
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=kRAYzbjxTEZ218kMOlo3So5xGNaEkt3xR8CusAesu0SnLiR7eFlC2tHYvrlSUMkK…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1.1
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://w3id.org/security/suites/jws-2020/v1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=2012-04-23T18:25:43.511Z
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=#g1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=JsonWebKey2020
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=EC
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=BLS12381_G1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=#g2
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=JsonWebKey2020
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=EC
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=BLS12381_G2
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://w3id.org/security/suites/jws-2020/v1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://schema.org/Rating
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://schema.org/publicAccess
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://schema.org/additionalType
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://schema.org/Date
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm#4FD40…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=PgpVerificationKey2021
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=-----BEGIN PGP PUBLIC KEY BLOCK----- Version: OpenPGP.js v4.10.9 Comment: https://openpgpjs.org xsBNBGAEy9sBCADPgG2ZN1sHM2UC6etMd+z94h41AJJT+ve1YX3QWuo0ZZlh ktRRRPCZDWY2L4hL1IyqlWcFj8DPf5WLMEUPwJm7LGoUHZ5E+UKiP+0YYUEx V+mdD/SHx+DXV6Ji6/oU12SMlfQivFHsCzqRj8unFpp4YB4aqMPaVw4DNxx6 fejnkOlIHQivvUxhIUUJPU/A7R+tQurahfMaV94JW8h0ux8zEEadLqYqKP21 IMA+tSDLWj96hhWhBUu4Z1EZakTIEyTV0LniNCOn+o8hlgX5rZP6Z/lvRcoW mmHmQ+RTwLy3Uu4B8qWfxNe/X3a9jwcVrDtH1nlFiZbvgl2oK1m9wzxVABEB AAHNJWxkcy1wZ3AyMDIxIDxsZHMtcGdwMjAyMUBleGFtcGxlLmNvbT7CwKUE EwEIADgWIQRP1AF9YYj/m08HKZ4C/szWMG8pnAUCYATL2wIbAwULCQgHAgYV CgkICwIEFgIDAQIeAQIXgAAhCRAC/szWMG8pnBYhBE/UAX1hiP+bTwcpngL+ zNYwbymc7bsH/2VGeS98UuZgSaTZknBiRF+EYGtSqNXQ4CWiRkN+W/5gQwcd 2XjoZtW3rP4u8RlQACSXJk+GsDOGL3nbjZ6MnoLdLT2Q4dsoqIQOIiiZFZHm f4hcKAQFnpK6bDbG8wX6URQLaMc8QEnKiT4jU2N65WRXsSWaA1wQ2cpZuvSg cUlXFaoRiEq8X2PekYoTaSJYtE5LgnHHE/m7+nUK8mltjZaACPFpQd0ScKv3 s/AfJb4pLvvUZasXoTX7pKSMujDn66qNuoT1wGIKKAq86w2tQi1Z9+f2JaMU SjvGQ0+gOeMK19XVvmOIkTpBKmndQ+Wb2BTdWtiTYy6mr4PHHIwRQUjOwE0E YATL2wEIANwobd+bGmq64aLPgzMuYxsTEd/nictChfPEpBAZDY13ghng6Eds NEeZHiCRI9VaIyJBLfzv1YvP8NeSaX3HVequjCfIXudOmsSBWg0q8Sj4IXcN KbBC9LP/KbEnOcUasOu0gWLESUuQ+XBWhSkDBPesD26V/u/uvImk/6SkyNcj 0fUzTLt0ci1lTXVi1DOXMnvN/FnR7mp6xi2iLCzSKZK2dTKGJyQZlT1Su7X1 k2IY61rQpuRsmePD3hYhaV92ZQgtTNqc8xsWOPsKW5VhZ/m2UgTg2yFPVyi9 zkxiBm7GFDVmKbtUSuxKt53pvx0p1dOM4p5x4bBQXkaZYTUESn0AEQEAAcLA jQQYAQgAIBYhBE/UAX1hiP+bTwcpngL+zNYwbymcBQJgBMvbAhsMACEJEAL+ zNYwbymcFiEET9QBfWGI/5tPBymeAv7M1jBvKZxZdggArsGwTgOzAjC+/KPF nod6Fu2kMTGM/kelM1TzvTOFJTb2bgQiMDKvHhYjQMgSmtkws0vQQbd7O5K+ zwuCL4h7wiwFQswsBdIP3SBLZh8bLGiUUp+WvBOELL1dnFN98p78UY4OhHTd jSSzf0/Af7GV+pHxnAZd3x4oM2+JRz7asJKroEyeQhaZWpDpXJ0hI46k9nG8 7Gs4Cp2WhrGOyen66xQoD4CHkWGc+/2FmLk/sINPTYmOqB7o9/Pcfeb+NH3G 5sA/hlG+NMC3YfJaDcwX2FnqcpTSYL2bFeWOj65wAQp+9KUSNe8EveDvLO4x MRLParJJyd26xMp7bMKFpjlxCA== =NL+O -----END PGP PUBLIC KEY BLOCK-----
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=#github
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=RawGitHubUserContent
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=https://raw.githubusercontent.com
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=https://w3id.org/security/suites/pgp-2021/v1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=2012-04-23T18:25:43.511Z
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=#g1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=JsonWebKey2020
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=EC
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=BLS12381_G1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=#g2
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=JsonWebKey2020
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=EC
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=BLS12381_G2
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://w3id.org/security/suites/jws-2020/v1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://schema.org/Rating
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://schema.org/publicAccess
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://schema.org/additionalType
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://schema.org/Date
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm#4FD40…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=PgpVerificationKey2021
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=-----BEGIN PGP PUBLIC KEY BLOCK----- Version: OpenPGP.js v4.10.9 Comment: https://openpgpjs.org xsBNBGAEy9sBCADPgG2ZN1sHM2UC6etMd+z94h41AJJT+ve1YX3QWuo0ZZlh ktRRRPCZDWY2L4hL1IyqlWcFj8DPf5WLMEUPwJm7LGoUHZ5E+UKiP+0YYUEx V+mdD/SHx+DXV6Ji6/oU12SMlfQivFHsCzqRj8unFpp4YB4aqMPaVw4DNxx6 fejnkOlIHQivvUxhIUUJPU/A7R+tQurahfMaV94JW8h0ux8zEEadLqYqKP21 IMA+tSDLWj96hhWhBUu4Z1EZakTIEyTV0LniNCOn+o8hlgX5rZP6Z/lvRcoW mmHmQ+RTwLy3Uu4B8qWfxNe/X3a9jwcVrDtH1nlFiZbvgl2oK1m9wzxVABEB AAHNJWxkcy1wZ3AyMDIxIDxsZHMtcGdwMjAyMUBleGFtcGxlLmNvbT7CwKUE EwEIADgWIQRP1AF9YYj/m08HKZ4C/szWMG8pnAUCYATL2wIbAwULCQgHAgYV CgkICwIEFgIDAQIeAQIXgAAhCRAC/szWMG8pnBYhBE/UAX1hiP+bTwcpngL+ zNYwbymc7bsH/2VGeS98UuZgSaTZknBiRF+EYGtSqNXQ4CWiRkN+W/5gQwcd 2XjoZtW3rP4u8RlQACSXJk+GsDOGL3nbjZ6MnoLdLT2Q4dsoqIQOIiiZFZHm f4hcKAQFnpK6bDbG8wX6URQLaMc8QEnKiT4jU2N65WRXsSWaA1wQ2cpZuvSg cUlXFaoRiEq8X2PekYoTaSJYtE5LgnHHE/m7+nUK8mltjZaACPFpQd0ScKv3 s/AfJb4pLvvUZasXoTX7pKSMujDn66qNuoT1wGIKKAq86w2tQi1Z9+f2JaMU SjvGQ0+gOeMK19XVvmOIkTpBKmndQ+Wb2BTdWtiTYy6mr4PHHIwRQUjOwE0E YATL2wEIANwobd+bGmq64aLPgzMuYxsTEd/nictChfPEpBAZDY13ghng6Eds NEeZHiCRI9VaIyJBLfzv1YvP8NeSaX3HVequjCfIXudOmsSBWg0q8Sj4IXcN KbBC9LP/KbEnOcUasOu0gWLESUuQ+XBWhSkDBPesD26V/u/uvImk/6SkyNcj 0fUzTLt0ci1lTXVi1DOXMnvN/FnR7mp6xi2iLCzSKZK2dTKGJyQZlT1Su7X1 k2IY61rQpuRsmePD3hYhaV92ZQgtTNqc8xsWOPsKW5VhZ/m2UgTg2yFPVyi9 zkxiBm7GFDVmKbtUSuxKt53pvx0p1dOM4p5x4bBQXkaZYTUESn0AEQEAAcLA jQQYAQgAIBYhBE/UAX1hiP+bTwcpngL+zNYwbymcBQJgBMvbAhsMACEJEAL+ zNYwbymcFiEET9QBfWGI/5tPBymeAv7M1jBvKZxZdggArsGwTgOzAjC+/KPF nod6Fu2kMTGM/kelM1TzvTOFJTb2bgQiMDKvHhYjQMgSmtkws0vQQbd7O5K+ zwuCL4h7wiwFQswsBdIP3SBLZh8bLGiUUp+WvBOELL1dnFN98p78UY4OhHTd jSSzf0/Af7GV+pHxnAZd3x4oM2+JRz7asJKroEyeQhaZWpDpXJ0hI46k9nG8 7Gs4Cp2WhrGOyen66xQoD4CHkWGc+/2FmLk/sINPTYmOqB7o9/Pcfeb+NH3G 5sA/hlG+NMC3YfJaDcwX2FnqcpTSYL2bFeWOj65wAQp+9KUSNe8EveDvLO4x MRLParJJyd26xMp7bMKFpjlxCA== =NL+O -----END PGP PUBLIC KEY BLOCK-----
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=#github
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=RawGitHubUserContent
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=https://raw.githubusercontent.com
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1.1
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=https://w3id.org/security/suites/pgp-2021/v1
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=JsonWebKey2020
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=Ed25519
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=_iyHcWPZflxZovcXRO_SWawUXeCKzuEJOD0MXqIlWjg
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=OKP
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#b80a7445-b41b-4838-8d56-ad7aba4b56a8
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=ExampleIntegrityLink
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=hl:zQmWX17Q37KM1SndX3SqtuNDGzMTYtuiaJJswEXmZwH29Kb
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://w3id.org/security/suites/jws-2020/v1
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=JsonWebKey2020
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=Ed25519
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=_iyHcWPZflxZovcXRO_SWawUXeCKzuEJOD0MXqIlWjg
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=OKP
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#b80a7445-b41b-4838-8d56-ad7aba4b56a8
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=ExampleIntegrityLink
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=hl:zQmWX17Q37KM1SndX3SqtuNDGzMTYtuiaJJswEXmZwH29Kb
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1.1
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://w3id.org/security/suites/jws-2020/v1
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Ed25519
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=T70vcG-qIY4VNvS9LOJZsLs8dA31gyGmab7Ta_WE6N8
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=n_BSOLvzjAHUCrkGLrz3VJsU6YygQr9k-59K6LxHcO0
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=X25519
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=bjhrdjJ-2n-XWaaJRFbOcqZQ5koJ58Ldql7Fj94auFU
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#resolver-0
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Resolver
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://example.com
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://w3id.org/security/suites/jws-2020/v1
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Ed25519
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=T70vcG-qIY4VNvS9LOJZsLs8dA31gyGmab7Ta_WE6N8
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=n_BSOLvzjAHUCrkGLrz3VJsU6YygQr9k-59K6LxHcO0
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=X25519
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=bjhrdjJ-2n-XWaaJRFbOcqZQ5koJ58Ldql7Fj94auFU
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#resolver-0
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Resolver
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://example.com
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1.1
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://w3id.org/security/suites/jws-2020/v1
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/x25519-2019/v1
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=Ed25519VerificationKey2018
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=B12NYF8RrR3h41TDCTJojY59usg3mbtbjnFs7Eud1Y6u
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=X25519KeyAgreementKey2019
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=JhNWeSVLMYccCk7iopQW4guaSJTojqpMEELgSLhKwRr
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3id.org/security/bbs/v1
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=Bls12381G2Key2020
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=26kzHLo5a6sa6ZmyUsgGcJKo6ATCRosLKUqDXwpc31gXc6puDvPwBgke83dji5eg…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1.1
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/x25519-2019/v1
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=Ed25519VerificationKey2018
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=B12NYF8RrR3h41TDCTJojY59usg3mbtbjnFs7Eud1Y6u
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=X25519KeyAgreementKey2019
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=JhNWeSVLMYccCk7iopQW4guaSJTojqpMEELgSLhKwRr
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1.1
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3id.org/security/bbs/v1
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=Bls12381G2Key2020
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=26kzHLo5a6sa6ZmyUsgGcJKo6ATCRosLKUqDXwpc31gXc6puDvPwBgke83dji5eg…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=https://www.w3.org/ns/did/v1
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=X25519KeyAgreementKey2019
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=DPVUftknVeH6pndT81shhT1dtqNALTbzk9J3NDZEdZP1
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=Ed25519VerificationKey2018
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=5j8n1udfzW5X6cYnk15pi5e1Xo3sPJd9SVUukvGzVjCq
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=https://www.w3.org/ns/did/v1
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=X25519KeyAgreementKey2019
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=DPVUftknVeH6pndT81shhT1dtqNALTbzk9J3NDZEdZP1
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=Ed25519VerificationKey2018
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=5j8n1udfzW5X6cYnk15pi5e1Xo3sPJd9SVUukvGzVjCq
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G1Key2020
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=6RC6BhU93EFEbdqBE43KTmeTraiTLw6ukAFJH3sTavrzpKfFAXKxKKud4cy2KeDL…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G2Key2020
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=25TLkGwTeWqQZ1mVpJCzRPFUvvs1y3o9EeDUNE19S65uVkSubBf3cHDxa7wXG5TS…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=https://schema.org/Rating
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=https://schema.org/publicAccess
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=https://schema.org/additionalType
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=#g1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=JsonWebKey2020
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=EC
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=BLS12381_G1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=JsonWebKey2020
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=EC
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=BLS12381_G2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=https://kyledenhartog/context/doggoservice
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/x25519-2019/v1
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=AywtfWyMWRTokKnnwLChyCDMM32sbLzcGFxuuxKtwmxH
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=trJuKT83nv2FruwDkmMD5945R1syU5sCDiLm4kr2mTj
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=/pathHandshakeKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=5YLjenFRbMKCHV9HsFWhYbmxUnVnuEQxREwYvmRcLpX7
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com/fullyQualified…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=Fwwr3ccA6UEWFWWpd7X7Xo1vEqSDw8Zj56fKw1q2FBjq
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=/pathHandshakeKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#dogPicService
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=DogPicService
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=https://i.imgur.com
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1.1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G1Key2020
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=6RC6BhU93EFEbdqBE43KTmeTraiTLw6ukAFJH3sTavrzpKfFAXKxKKud4cy2KeDL…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G2Key2020
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=25TLkGwTeWqQZ1mVpJCzRPFUvvs1y3o9EeDUNE19S65uVkSubBf3cHDxa7wXG5TS…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=https://schema.org/Rating
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=https://schema.org/publicAccess
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=https://schema.org/additionalType
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=#g1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=JsonWebKey2020
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=EC
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=BLS12381_G1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=JsonWebKey2020
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=EC
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=BLS12381_G2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1.1
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=https://kyledenhartog/context/doggoservice
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/x25519-2019/v1
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=AywtfWyMWRTokKnnwLChyCDMM32sbLzcGFxuuxKtwmxH
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=trJuKT83nv2FruwDkmMD5945R1syU5sCDiLm4kr2mTj
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=/pathHandshakeKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=5YLjenFRbMKCHV9HsFWhYbmxUnVnuEQxREwYvmRcLpX7
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com/fullyQualified…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=Fwwr3ccA6UEWFWWpd7X7Xo1vEqSDw8Zj56fKw1q2FBjq
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=/pathHandshakeKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#dogPicService
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=DogPicService
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=https://i.imgur.com
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=https://w3id.org/did/v1
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=EcdsaSecp256k1VerificationKey2019
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=7Lnm1evgNdC3VNWRea5kMHqMWKDNzTbFjPLV4rtCbPHjDP29xQu58dgS5DRk9kaV…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=https://w3id.org/did/v1
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=EcdsaSecp256k1VerificationKey2019
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=7Lnm1evgNdC3VNWRea5kMHqMWKDNzTbFjPLV4rtCbPHjDP29xQu58dgS5DRk9kaV…
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f…
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:70a40d1680b648ae8c77959a6a28d365
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=Ed25519VerificationKey2020
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=m82ogFXXXP/V17+8muZyd6h0sH4Q6SiTBCUl3/VatWAE
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f…
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:70a40d1680b648ae8c77959a6a28d365
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=Ed25519VerificationKey2020
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=m82ogFXXXP/V17+8muZyd6h0sH4Q6SiTBCUl3/VatWAE
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Secp256k1VerificationKey2018
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=EC
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=secp256k1
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Ou6y1zrJBeVnpV739kcTyez7RmQZFYg3F9bWGm6V5dQ
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=jOq6B8CsOxoXj-WXAGY28PH0Ype1x6bnOB6_YOo3lK0
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Secp256k1VerificationKey2018
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=EC
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=secp256k1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Ou6y1zrJBeVnpV739kcTyez7RmQZFYg3F9bWGm6V5dQ
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=jOq6B8CsOxoXj-WXAGY28PH0Ype1x6bnOB6_YOo3lK0
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/ed25519-2020/v1
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/x25519-2020/v1
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did-ns.aidtech.network/v1
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=Ed25519VerificationKey2020
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=z8sdBpaoefmAi7iFbY96ZkP1ff9VoRSRTJs4NQEyLfunH
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=AlgorandExternalService
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did.algorand.foundation
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=algo-address
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=0.1.0
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=GZAURFQR7VRUL2TRVMUJ3G3IGFYSFXBWHBFFQBEITXWDLFVVHTICFNY2LE
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=ALGO
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=testnet
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1.1
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/ed25519-2020/v1
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/x25519-2020/v1
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did-ns.aidtech.network/v1
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=Ed25519VerificationKey2020
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=z8sdBpaoefmAi7iFbY96ZkP1ff9VoRSRTJs4NQEyLfunH
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=AlgorandExternalService
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did.algorand.foundation
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=algo-address
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=0.1.0
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=GZAURFQR7VRUL2TRVMUJ3G3IGFYSFXBWHBFFQBEITXWDLFVVHTICFNY2LE
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=ALGO
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=testnet
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=Ed25519VerificationKey2020
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=zF7rhDBfUt9d1gJPjx7s1JXfUY7oVWkYsWCo7fztHtepn
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.cheqd.io
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://gateway.ipfs.io/ipfs/bafybeihetj2ng3d74k7t754atv2s5dk76p…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://twitter.com/cheqd_io
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.linkedin.com/company/cheqd-identity/
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=Ed25519VerificationKey2020
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=zF7rhDBfUt9d1gJPjx7s1JXfUY7oVWkYsWCo7fztHtepn
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.cheqd.io
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://gateway.ipfs.io/ipfs/bafybeihetj2ng3d74k7t754atv2s5dk76p…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://twitter.com/cheqd_io
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.linkedin.com/company/cheqd-identity/
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://did.artrac.id
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://did.artrac.id
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://virtualassets.id
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://virtualassets.id
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=2021-05-17T09:21:38.612Z
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=2021-05-17T09:21:38.612Z
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.2.1 JSON Production - list: A JSON Array, where each element of the list is serialized, in order, as a value of the array according to its type, as defined in this table.

 (389) Method Implementation Parameters
Total implementations: 40
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/se…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1,https://w3id.org/veres-one/v1,https…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/veres-one/v1,htt…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1,[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1.1,[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=[object Object],[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/pg…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=[object Object],[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/suite…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/bbs/v…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/sui…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/bbs…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1,https://kyledenhartog/context/doggo…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1.1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1.1,https://kyledenhartog/context/dog…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object]
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.2.1 JSON Production - set: A JSON Array, where each element of the set is added, in order, as a value of the array according to its type, as defined in this table.

 (389) Method Implementation Parameters
Total implementations: 40
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/se…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1,https://w3id.org/veres-one/v1,https…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/veres-one/v1,htt…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1,[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1.1,[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=[object Object],[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/pg…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=[object Object],[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/suite…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/bbs/v…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/sui…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/bbs…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1,https://kyledenhartog/context/doggo…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1.1
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1.1,https://kyledenhartog/context/dog…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object]
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.2.1 JSON Production - map: A JSON Object, where each entry is serialized as a member of the JSON Object with the entry key as a JSON String member name and the entry value according to its type, as defined in this table.

 (223) Method Implementation Parameters
Total implementations: 40
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object]
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com, value=[object Object]
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]

Statement: 6.2.1 JSON Production - datetime: A JSON String serialized as an XML Datetime normalized to UTC 00:00:00 and without sub-second decimal precision.

 (5) Method Implementation Parameters
Total implementations: 2
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=2022-03-05T18:19:39Z
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=2022-04-05T18:19:39Z
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=2022-03-05T18:19:39Z
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=2022-04-05T18:19:39Z

Statement: 6.2.1 JSON Production - double: A JSON Number with a decimal and fractional component.

 (5) Method Implementation Parameters
Total implementations: 4
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=4.5
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=4.5
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=4.5
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=4.5

Statement: 6.2.1 JSON Production - integer: A JSON Number without a decimal or fractional component.

 (1) Method Implementation Parameters
Total implementations: 0
At least two independent and conforming implementations do not exist for the following feature: 6.2.1 JSON Production - integer: A JSON Number without a decimal or fractional component.

Statement: 6.2.1 JSON Production - boolean: A JSON Boolean.

 (9) Method Implementation Parameters
Total implementations: 8
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…, value=false
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…, value=false
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=true
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=true
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=true
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=true
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=true
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=true

Statement: 6.2.1 JSON Production - null: A JSON null literal.

 (5) Method Implementation Parameters
Total implementations: 4
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike, value=null
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike, value=null
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike, value=null
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike, value=null

Statement: 6.2.1 JSON Production - All entries of a DID document MUST be included in the root JSON Object.

 (75) Method Implementation Parameters
Total implementations: 40
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.2.1 JSON Production - When serializing a DID document, a conforming producer MUST specify a media type of application/did+json to downstream applications such as described in § 7.1.2 DID Resolution Metadata.

 (75) Method Implementation Parameters
Total implementations: 40
did:isDID IS Test Suite (DID v1.0) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:isDID IS Test Suite (DID v1.1) did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.0) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:polygonhttps://github.com/ayanworks/polygon-did-registrar (DID v1.1) did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did:jnctnDID JNCTN Test Suite (DID v1.0) did:jnctn:187c4af8932a444a9e9503fb96cb672f
did:jnctnDID JNCTN Test Suite (DID v1.1) did:jnctn:187c4af8932a444a9e9503fb96cb672f
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.3.1 JSON-LD Production - The DID document and any DID document data structures expressed by the data model MUST be serialized to the JSON-LD representation according to the JSON representation production rules as defined in § 6.2 JSON.

 (141) Method Implementation Parameters
Total implementations: 66
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.3.1 JSON-LD Production - In addition to using the JSON representation production rules, JSON-LD production MUST include the representation-specific @context entry.

 (141) Method Implementation Parameters
Total implementations: 66
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.3.1 JSON-LD Production - The serialized value of @context MUST be the JSON String https://www.w3.org/ns/did/v1 (DID v1.0) or https://www.w3.org/ns/did/v1.1 (DID v1.1), or a JSON Array where the first item is the JSON String https://www.w3.org/ns/did/v1 or https://www.w3.org/ns/did/v1.1, and the subsequent items are serialized according to the JSON representation production rules.

 (141) Method Implementation Parameters
Total implementations: 66
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Statement: 6.3.1 JSON-LD Production - When serializing a JSON-LD representation of a DID document, a conforming producer MUST specify a media type of application/did+ld+json to downstream applications such as described in § 7.1.2 DID Resolution Metadata.

 (141) Method Implementation Parameters
Total implementations: 66
did:dxdData-Alliance DID Method (DID v1.0) did:dxd:00007127335b579899ad235b7143fba1…
did:dxdData-Alliance DID Method (DID v1.1) did:dxd:00007127335b579899ad235b7143fba1…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2018 cryptosuite) (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.0) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:keydid-method-key-js (2020 cryptosuite) (DID v1.1) did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did:kiltDID Test Suite (DID v1.0) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.0) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:kiltDID Test Suite (DID v1.1) did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did:3@ceramicnetwork/3id-did-resolver (DID v1.0) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:3@ceramicnetwork/3id-did-resolver (DID v1.1) did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did:ethrethr-did-resolver (DID v1.0) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:ethrethr-did-resolver (DID v1.1) did:ethr:0x26bf14321004e770e7a8b080b7a526…
did:trustDID Test Suite (DID v1.0) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:trustDID Test Suite (DID v1.1) did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did:v1did-veres-one (2021) (DID v1.0) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:v1did-veres-one (2021) (DID v1.1) did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did:moniddid-method-monid (2021 lx tech) (DID v1.0) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:moniddid-method-monid (2021 lx tech) (DID v1.1) did:monid:1fb352353ff51248c5104b407f9c04c3…
did:vaaDID VAA Test Suite (DID v1.0) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:vaaDID VAA Test Suite (DID v1.1) did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did:ionDID ION Test Suite (DID v1.0) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:ionDID ION Test Suite (DID v1.1) did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.0) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.0) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.0) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.0) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did:orbDID Orb Test Suite (DID v1.1) did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did:orbDID Orb Test Suite (DID v1.1) did:orb:webcas:testnet.orb.local:bafkrei…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did:orbDID Orb Test Suite (DID v1.1) did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did:orbDID Orb Test Suite (DID v1.1) did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did:litdid-lit (2021) (DID v1.0) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:litdid-lit (2021) (DID v1.1) did:lit:AEZ87t1bi5bRxmVh3ksMUi
did:schema@51nodes/decentralized-schema-registry (DID v1.0) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:schema@51nodes/decentralized-schema-registry (DID v1.1) did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.0) did:nft:eip155.1_erc721.0xb300a43751601b…
did:nft@ceramicnetwork/nft-did-resolver (DID v1.1) did:nft:eip155.1_erc721.0xb300a43751601b…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.0) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did:keyhttps://github.com/transmute-industries/did-core (DID v1.1) did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.0) did:web:or13.github.io:deno-did-pm
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:did.actor:mike
did:webhttps://github.com/transmute-industries/did-core (DID v1.1) did:web:or13.github.io:deno-did-pm
did:photonhttps://github.com/transmute-industries/did-core (DID v1.0) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:photonhttps://github.com/transmute-industries/did-core (DID v1.1) did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.0) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:elemhttps://github.com/transmute-industries/did-core (DID v1.1) did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did:keyMATTR Internal Libraries (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.0) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:keyMATTR Internal Libraries (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyMATTR Internal Libraries (DID v1.1) did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did:sovMATTR Internal Libraries (DID v1.0) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:sovMATTR Internal Libraries (DID v1.1) did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.0) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.0) did:web:kyledenhartog.com
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:healthcare:doctor:robe…
did:webMATTR Internal Libraries (DID v1.1) did:web:did.actor:mike
did:webMATTR Internal Libraries (DID v1.1) did:web:kyledenhartog.com
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.0) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key (DID v1.1) did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.0) did:web:demo.spruceid.com:2021:07:08
did:webhttps://github.com/spruceid/ssi/tree/main/did-web (DID v1.1) did:web:demo.spruceid.com:2021:07:08
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1) did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1) did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:eth:0xb9c5714089478a327f09197987…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1) did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1) did:webkey:ssh:demo.spruceid.com:2021:07:14…
did:webEvernym DID infrastructure (DID v1.0) did:web:evernym.com
did:webEvernym DID infrastructure (DID v1.1) did:web:evernym.com
did:ebsiEBSI libraries and APIs (DID v1.0) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ebsiEBSI libraries and APIs (DID v1.1) did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did:ssbssb-did-resolver (DID v1.0) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:ssbssb-did-resolver (DID v1.1) did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did:algoDID Algo Test Suite (DID v1.0) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:algoDID Algo Test Suite (DID v1.1) did:algo:56da1708-eead-4e2d-9558-f53d6840…
did:cheqdcheqd DID Method (DID v1.0) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:cheqdcheqd DID Method (DID v1.1) did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did:artArtracID DID Method (DID v1.0) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:artArtracID DID Method (DID v1.1) did:art:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.0) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:rmREAL MATTER DID Method (DID v1.1) did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did:knoxKnox Networks DID Method (DID v1.0) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:knoxKnox Networks DID Method (DID v1.1) did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.0) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-py (DID v1.1) did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.0) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:webvhhttps://github.com/decentralized-identity/didwebvh-ts (DID v1.1) did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did:unisot@unisot/unisot-did-resolverer (DID v1.0) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did:unisot@unisot/unisot-did-resolverer (DID v1.1) did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

did-resolution

Statement: All conformant DID resolvers MUST implement the DID resolution functions for at least one DID method and MUST be able to return a DID document in at least one conformant representation.

 (4)
 (53)
Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:UNKNOWN
did:ethrethr-did-resolver did:UNKNOWN
did:aceUniversal Resolver did:UNKNOWN
did:bbaUniversal Resolver did:UNKNOWN
did:btcrUniversal Resolver did:UNKNOWN
did:ebsiUniversal Resolver did:UNKNOWN
did:elemUniversal Resolver did:UNKNOWN
did:emtrustUniversal Resolver did:UNKNOWN
did:ethrUniversal Resolver did:UNKNOWN
did:evanUniversal Resolver did:UNKNOWN
did:githubUniversal Resolver did:UNKNOWN
did:hcrUniversal Resolver did:UNKNOWN
did:iconUniversal Resolver did:UNKNOWN
did:ioUniversal Resolver did:UNKNOWN
did:ionUniversal Resolver did:UNKNOWN
did:joloUniversal Resolver did:UNKNOWN
did:keyUniversal Resolver did:UNKNOWN
did:kiltUniversal Resolver did:UNKNOWN
did:litUniversal Resolver did:UNKNOWN
did:mpgUniversal Resolver did:UNKNOWN
did:naclUniversal Resolver did:UNKNOWN
did:ontUniversal Resolver did:UNKNOWN
did:schemaUniversal Resolver did:UNKNOWN
did:solUniversal Resolver did:UNKNOWN
did:sovUniversal Resolver did:UNKNOWN
did:stackUniversal Resolver did:UNKNOWN
did:trustUniversal Resolver did:UNKNOWN
did:unisotUniversal Resolver did:UNKNOWN
did:v1Universal Resolver did:UNKNOWN
did:vaaUniversal Resolver did:UNKNOWN
did:webUniversal Resolver did:UNKNOWN
did:workUniversal Resolver did:UNKNOWN
did:sovUniversal Resolver did:UNKNOWN
did:artArtracID DID Method did:UNKNOWN
did:rmREAL MATTER DID Method did:UNKNOWN
did:knoxUniversal Resolver did:UNKNOWN
did:webvhUniversal Resolver did:UNKNOWN
did:orbDID Orb Test Suite did:UNKNOWN
did:nft@ceramicnetwork/nft-did-resolver did:UNKNOWN
did:3@ceramicnetwork/3id-did-resolver did:UNKNOWN
did:keyMATTR internal libraries did:UNKNOWN
did:webMATTR internal libraries did:UNKNOWN
did:sovMATTR internal libraries did:UNKNOWN
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:UNKNOWN
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:UNKNOWN
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:UNKNOWN
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:UNKNOWN
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:UNKNOWN
did:ssbssb-did-resolver did:UNKNOWN
did:cheqdcheqd DID Method did:UNKNOWN
did:knoxKnox Networks did:UNKNOWN
did:gatcUniversal Resolver did:UNKNOWN
did:ccpUniversal Resolver did:UNKNOWN
did:ionDID ION Test Suite did:UNKNOWN
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:UNKNOWN
did:bidUniversal Resolver did:UNKNOWN

Statement: 7.1 DID Resolution - This input is REQUIRED and the value MUST be a conformant DID as defined in § 3.1 DID Syntax.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - A metadata structure.

 (289) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - This input is REQUIRED, but the structure MAY be empty.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - This structure is REQUIRED, and in the case of an error in the resolution process, this MUST NOT be empty.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - If resolveRepresentation was called, this structure MUST contain a contentType property containing the Media Type of the representation found in the didDocumentStream.

 (3)
 (141)
Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - If the resolution is not successful, this structure MUST contain an error property describing the error.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - If the resolution is successful, and if the resolveRepresentation function was called, this MUST be a byte stream of the resolved DID document in one of the conformant representations.

 (3)
 (92)
Method Implementation Parameters
Total implementations: 19
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - If the resolution is unsuccessful, this value MUST be an empty stream.

 (95) Method Implementation Parameters
Total implementations: 19
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - If the resolution is successful, this MUST be a metadata structure.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - If the resolution is unsuccessful, this output MUST be an empty metadata structure.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.1 DID Resolution Options - The Media Type of the caller's preferred representation of the DID document.

 (87) Method Implementation Parameters
Total implementations: 11
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.1 DID Resolution Options - The Media Type MUST be expressed as an ASCII string.

 (87) Method Implementation Parameters
Total implementations: 11
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.1 DID Resolution Options - This property is OPTIONAL for the resolveRepresentation function and MUST NOT be used with the resolve function.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.2 DID Resolution Metadata - This property is REQUIRED if resolution is successful and if the resolveRepresentation function was called.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.2 DID Resolution Metadata - This property MUST NOT be present if the resolve function was called.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.2 DID Resolution Metadata - The value of this property MUST be an ASCII string that is the Media Type of the conformant representations.

 (3)
 (92)
Method Implementation Parameters
Total implementations: 19
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.2 DID Resolution Metadata - The caller of the resolveRepresentation function MUST use this value when determining how to parse and process the didDocumentStream returned by this function into the data model.

 (3)
 (141)
Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.2 DID Resolution Metadata - This property is REQUIRED when there is an error in the resolution process.

 (144) Method Implementation Parameters
Total implementations: 20
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:aceUniversal Resolver did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did:bbaUniversal Resolver did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:ebsiUniversal Resolver did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did:elemUniversal Resolver did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did:emtrustUniversal Resolver did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did:evanUniversal Resolver did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did:githubUniversal Resolver did:github:gjgd, expected outcome: defaultOutcomes
did:hcrUniversal Resolver did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did:iconUniversal Resolver did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did:ioUniversal Resolver did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:joloUniversal Resolver did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did:keyUniversal Resolver did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did:kiltUniversal Resolver did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did:litUniversal Resolver did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did:mpgUniversal Resolver did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did:naclUniversal Resolver did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did:ontUniversal Resolver did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did:schemaUniversal Resolver did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did:solUniversal Resolver did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did:stackUniversal Resolver did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did:trustUniversal Resolver did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did:unisotUniversal Resolver did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did:v1Universal Resolver did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:alice, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:bob, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:carol, expected outcome: defaultOutcomes
did:webUniversal Resolver did:web:did.actor:mike, expected outcome: defaultOutcomes
did:workUniversal Resolver did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did:knoxUniversal Resolver did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did:webvhUniversal Resolver did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:gatcUniversal Resolver did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonhttps://github.com/ayanworks/polygon-did-resolver did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1 DID Resolution - If the resolution is successful, and if the resolve function was called, this MUST be a DID document abstract data model (a map) as described in § 4. Data Model that is capable of being transformed into a conforming DID Document (representation), using the production rules specified by the representation.

 (47) Method Implementation Parameters
Total implementations: 16
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

Statement: 7.1 DID Resolution - The value of id in the resolved DID document MUST match the DID that was resolved.

 (47) Method Implementation Parameters
Total implementations: 16
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

Statement: 7.1 DID Resolution - If the resolution is unsuccessful, this value MUST be empty.

 (47) Method Implementation Parameters
Total implementations: 16
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:identity.foundation, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

Statement: 7.1.3 DID Document Metadata - updated - The value of the property MUST follow the same formatting rules as the created property.

 (2)
 (12)
Method Implementation Parameters
Total implementations: 4
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.3 DID Document Metadata - versionId - The value of the property MUST be an ASCII string.

 (14) Method Implementation Parameters
Total implementations: 5
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrUniversal Resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did:ethrUniversal Resolver did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome

Statement: 7.1.3 DID Document Metadata - deactivated - If a DID has been deactivated, DID document metadata MUST include this property with the boolean value true.

 (4) Method Implementation Parameters
Total implementations: 3
did:btcrUniversal Resolver did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did:btcrUniversal Resolver did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

Statement: 7.1.3 DID Document Metadata - deactivated - If a DID has not been deactivated, this property is OPTIONAL, but if included, MUST have the boolean value false.

 (0) Method Implementation Parameters
Total implementations: 1
At least two independent and conforming implementations do not exist for the following feature: 7.1.3 DID Document Metadata - deactivated - If a DID has not been deactivated, this property is OPTIONAL, but if included, MUST have the boolean value false.
did:btcrUniversal Resolver did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes

Statement: 7.1.3 DID Document Metadata - canonicalId - The value of canonicalId MUST be a string that conforms to the rules in Section § 3.1 DID Syntax.

 (12) Method Implementation Parameters
Total implementations: 3
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

Statement: 7.1.3 DID Document Metadata - canonicalId - A canonicalId value MUST be produced by, and a form of, the same DID Method as the id property value.

 (12) Method Implementation Parameters
Total implementations: 3
did:ionUniversal Resolver did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

Statement: 7.1.3 DID Document Metadata - created - The value of the property MUST be a string formatted as an XML Datetime normalized to UTC 00:00:00 and without sub-second decimal precision.

 (2)
 (10)
Method Implementation Parameters
Total implementations: 4
did:vaaUniversal Resolver did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:ccpUniversal Resolver did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did:ccpUniversal Resolver did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did:bidUniversal Resolver did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes

Statement: 7.1.2 DID Resolution Metadata - The value of this property MUST be a single keyword ASCII string.

 (15) Method Implementation Parameters
Total implementations: 6
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome

Statement: 7.1.2 DID Resolution Metadata - notFound - The DID resolver was unable to find the DID document resulting from this resolution request.

 (7) Method Implementation Parameters
Total implementations: 5
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:keyMATTR internal libraries did:key:123, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:123, expected outcome: notFoundErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:123, expected outcome: notFoundErrorOutcome

Statement: 7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to the DID resolution function does not conform to valid syntax.

 (7) Method Implementation Parameters
Total implementations: 5
did:sovUniversal Resolver did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did:keyMATTR internal libraries did:key_222, expected outcome: invalidDidErrorOutcome
did:webMATTR internal libraries did:web::$_222, expected outcome: invalidDidErrorOutcome
did:sovMATTR internal libraries did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key;invalid, expected outcome: invalidDidErrorOutcome
did:cheqdcheqd DID Method did:example_222, expected outcome: invalidDidErrorOutcome
did:knoxKnox Networks did:knox::$_222, expected outcome: invalidDidErrorOutcome

Statement: 7.1.3 DID Document Metadata - equivalentId - The value of equivalentId MUST be a set where each item in the list is a string that conforms to the rules in Section § 3.1 DID Syntax.

 (13) Method Implementation Parameters
Total implementations: 2
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

Statement: 7.1.3 DID Document Metadata - equivalentId - Each equivalentId DID value MUST be produced by, and a form of, the same DID Method as the id property value.

 (13) Method Implementation Parameters
Total implementations: 2
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did:orbDID Orb Test Suite did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did:ionDID ION Test Suite did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome

did-url-dereferencing

Statement: 3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax ABNF Rules.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 3.2.2 Relative DID URLs - When resolving a relative DID URL reference, the algorithm specified in RFC3986 Section 5: Reference Resolution MUST be used.


 (69)
Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - A conformant DID URL as a single string.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - To dereference a DID fragment, the complete DID URL including the DID fragment MUST be used.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - This input is REQUIRED.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - A metadata structure.

 (137) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - This input is REQUIRED, but the structure MAY be empty.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - This structure is REQUIRED, and in the case of an error in the dereferencing process, this MUST NOT be empty.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - If the dereferencing is not successful, this structure MUST contain an error property describing the error.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - If the dereferencing function was called and successful, this MUST contain a resource corresponding to the DID URL.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - If the dereferencing is unsuccessful, this value MUST be empty.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - If the dereferencing is successful, this MUST be a metadata structure, but the structure MAY be empty.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.1.3 DID Document Metadata - nextUpdate - The value of the property MUST follow the same formatting rules as the created property.

 (5) Method Implementation Parameters
Total implementations: 3
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome

Statement: 7.1.3 DID Document Metadata - nextVersionId - The value of the property MUST be an ASCII string.

 (5) Method Implementation Parameters
Total implementations: 3
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome

Statement: 7.2 DID URL Dereferencing - If the dereferencing is unsuccessful, this output MUST be an empty metadata structure.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2.1 DID URL Dereferencing Options - The Media Type that the caller prefers for contentStream.

 (50) Method Implementation Parameters
Total implementations: 12
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome

Statement: 7.2.1 DID URL Dereferencing Options - The Media Type MUST be expressed as an ASCII string.

 (50) Method Implementation Parameters
Total implementations: 12
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome

Statement: 7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST be expressed as an ASCII string.

 (52) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED when there is an error in the dereferencing process.

 (68) Method Implementation Parameters
Total implementations: 20
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:ethrethr-did-resolver did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did:nft@ceramicnetwork/nft-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:webhttps://github.com/OR13/deno-did-pm did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:tzhttps://github.com/spruceid/ssi/tree/main/did-tezos did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:onionhttps://github.com/spruceid/ssi/tree/main/did-onion did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:pkhhttps://github.com/spruceid/ssi/tree/main/did-pkh did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:webkeyhttps://github.com/spruceid/ssi/tree/main/did-webkey did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:artArtracID DID Method did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:rmREAL MATTER DID Method did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:dxdData-Alliance DID Method did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webvhDIF did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

Statement: 7.1.3 DID Document Metadata - created - The value of the property MUST be a string formatted as an XML Datetime normalized to UTC 00:00:00 and without sub-second decimal precision.

 (8) Method Implementation Parameters
Total implementations: 3
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome

Statement: 7.1.3 DID Document Metadata - updated - The value of the property MUST follow the same formatting rules as the created property.

 (3) Method Implementation Parameters
Total implementations: 2
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome

Statement: 7.1.3 DID Document Metadata - versionId - The value of the property MUST be an ASCII string.

 (8) Method Implementation Parameters
Total implementations: 3
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:3@ceramicnetwork/3id-did-resolver did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:ssbssb-did-resolver did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome

Statement: 7.2.2 DID URL Dereferencing Metadata - The value of this property MUST be a single keyword ASCII string.

 (20) Method Implementation Parameters
Total implementations: 7
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:polygonpolygon-did-dereferencer did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:polygonpolygon-did-dereferencer did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome

Statement: 7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID URL supplied to the DID URL dereferencing function does not conform to valid syntax.

 (5) Method Implementation Parameters
Total implementations: 5
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did:webMATTR internal libraries did:example_333, expected outcome: invalidDidUrlErrorOutcome
did:keyhttps://github.com/spruceid/ssi/tree/main/did-key did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:cheqdcheqd DID Method did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did:knoxKnox Networks did:example_333, expected outcome: invalidDidUrlErrorOutcome

Statement: 7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL dereferencer was unable to find the contentStream resulting from this dereferencing request.

 (12) Method Implementation Parameters
Total implementations: 5
did:sovUniversal Resolver did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did:sovUniversal Resolver did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did:webMATTR internal libraries did:example:444, expected outcome: notFoundErrorOutcome
did:webhttps://github.com/spruceid/ssi/tree/main/did-web did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did:cheqdcheqd DID Method did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did:knoxKnox Networks did:example:444, expected outcome: notFoundErrorOutcome

Report by Methods

Note: Report generator shortens longer parameters and replaces them with an ellipsis (…) for readability.

did:3

Total Implementations for did:3 : 3

Implementation: @ceramicnetwork/3id-did-resolver

 (169)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextUpdate - The value of the prop… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextUpdate - The value of the prop… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextVersionId - The value of the p… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextVersionId - The value of the p… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - updated - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - updated - The value of the propert… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: @ceramicnetwork/3id-did-resolver (DID v1.0)

 (40) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…

Implementation: @ceramicnetwork/3id-did-resolver (DID v1.1)

 (40) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=eHTnoNWU5ifdTsRoxGi4t13N7xTJx2EZt2dSbm5jeEMN
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.2.1 JSON Production - string: A JSON String. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, value=5krYs5YM6NX7VPaJ6WdxbJzsLrRAigLEfG2BzeDTJQQN
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…

did:ace

Total Implementations for did:ace : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ace:0xf81c16a78b257c10fddf87ed4324d4…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:algo

Total Implementations for did:algo : 3

Implementation: DID Algo Test Suite

 (63) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-identifier3.2.1 DID Parameters - hl - If present, the associated value MUS… did:UNKNOWN
did-identifier3.2.1 DID Parameters - relativeRef - If present, the associated … did:UNKNOWN
did-identifier3.2.1 DID Parameters - service - If present, the associated valu… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json

Implementation: DID Algo Test Suite (DID v1.0)

 (47) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/ed25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/x25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did-ns.aidtech.network/v1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=z8sdBpaoefmAi7iFbY96ZkP1ff9VoRSRTJs4NQEyLfunH
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=AlgorandExternalService
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did.algorand.foundation
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=algo-address
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=0.1.0
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=GZAURFQR7VRUL2TRVMUJ3G3IGFYSFXBWHBFFQBEITXWDLFVVHTICFNY2LE
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=ALGO
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=testnet
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:algo:56da1708-eead-4e2d-9558-f53d6840…

Implementation: DID Algo Test Suite (DID v1.1)

 (47) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:algo:56da1708-eead-4e2d-9558-f53d6840…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/ed25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://w3id.org/security/suites/x25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did-ns.aidtech.network/v1
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=z8sdBpaoefmAi7iFbY96ZkP1ff9VoRSRTJs4NQEyLfunH
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=AlgorandExternalService
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=https://did.algorand.foundation
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=algo-address
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=0.1.0
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=GZAURFQR7VRUL2TRVMUJ3G3IGFYSFXBWHBFFQBEITXWDLFVVHTICFNY2LE
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=ALGO
did-production6.2.1 JSON Production - string: A JSON String. did:algo:56da1708-eead-4e2d-9558-f53d6840…, value=testnet
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:algo:56da1708-eead-4e2d-9558-f53d6840…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:algo:56da1708-eead-4e2d-9558-f53d6840…

did:art

Total Implementations for did:art : 3

Implementation: ArtracID DID Method

 (114)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:art:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: ArtracID DID Method (DID v1.0)

 (38) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://did.artrac.id
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:art:enq:f045c5c7d50145b65ca2702c38b4…

Implementation: ArtracID DID Method (DID v1.1)

 (38) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:art:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:art:enq:f045c5c7d50145b65ca2702c38b4…, value=https://did.artrac.id
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:art:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:art:enq:f045c5c7d50145b65ca2702c38b4…

did:bba

Total Implementations for did:bba : 1

Implementation: Universal Resolver

 (38) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:bba:47ef0798566073ea302b8178943aaa83…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:bba:t:45e6df15dc0a7d91dcccd24fda3b52…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:bid

Total Implementations for did:bid : 1

Implementation: Universal Resolver

 (5)
 (16)
Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:bid:sfUt7GMaqhWTByMcYscXvqr5brc3fLEV, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:btcr

Total Implementations for did:btcr : 1

Implementation: Universal Resolver

 (60) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - deactivated - If a DID has been de… did:btcr:x705-jznz-q3nl-srs, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - deactivated - If a DID has been de… did:btcr:xz35-jznz-q9yu-ply, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - deactivated - If a DID has not bee… did:btcr:xkrn-xz7q-qsye-28p, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:ccp

Total Implementations for did:ccp : 1

Implementation: Universal Resolver

 (4)
 (38)
Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ccp:3CzQLF3qfFVQ1CjGVzVRZaFXrjAd, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ccp:ceNobbK6Me9F5zwyE3MKY88QZLw, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:cheqd

Total Implementations for did:cheqd : 3

Implementation: cheqd DID Method

 (272)
 (6)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID U… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: cheqd DID Method (DID v1.0)

 (42) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=zF7rhDBfUt9d1gJPjx7s1JXfUY7oVWkYsWCo7fztHtepn
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.cheqd.io
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://gateway.ipfs.io/ipfs/bafybeihetj2ng3d74k7t754atv2s5dk76p…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://twitter.com/cheqd_io
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.linkedin.com/company/cheqd-identity/
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…

Implementation: cheqd DID Method (DID v1.1)

 (42) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=zF7rhDBfUt9d1gJPjx7s1JXfUY7oVWkYsWCo7fztHtepn
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.cheqd.io
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://gateway.ipfs.io/ipfs/bafybeihetj2ng3d74k7t754atv2s5dk76p…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://twitter.com/cheqd_io
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…, value=https://www.linkedin.com/company/cheqd-identity/
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:cheqd:mainnet:zF7rhDBfUt9d1gJPjx7s1JXf…

did:dxd

Total Implementations for did:dxd : 3

Implementation: Data-Alliance DID Method

 (112)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:dxd:00007127335b579899ad235b7143fba1…
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcomes
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:dxd:00007127335b579899ad235b7143fba1…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: Data-Alliance DID Method (DID v1.0)

 (56) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:dxd:00007127335b579899ad235b7143fba1…, value=false
did-production6.2.1 JSON Production - datetime: A JSON String serialized as an… did:dxd:00007127335b579899ad235b7143fba1…, value=2022-03-05T18:19:39Z
did-production6.2.1 JSON Production - datetime: A JSON String serialized as an… did:dxd:00007127335b579899ad235b7143fba1…, value=2022-04-05T18:19:39Z
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/se…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/se…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=49PpU4vgqFNtNUAeaeR2m6ZLsgMavL54HtXaTwYdqyi7xKQXREUw219nEH
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=DidControl
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://did.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=CitizenShip
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://citizen.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=IotLoRa
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://lora.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=IotWifi
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://wifi.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://w3id.org/security/suites/secp256k1-2019/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:dxd:00007127335b579899ad235b7143fba1…

Implementation: Data-Alliance DID Method (DID v1.1)

 (56) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:dxd:00007127335b579899ad235b7143fba1…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:dxd:00007127335b579899ad235b7143fba1…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:dxd:00007127335b579899ad235b7143fba1…, value=false
did-production6.2.1 JSON Production - datetime: A JSON String serialized as an… did:dxd:00007127335b579899ad235b7143fba1…, value=2022-03-05T18:19:39Z
did-production6.2.1 JSON Production - datetime: A JSON String serialized as an… did:dxd:00007127335b579899ad235b7143fba1…, value=2022-04-05T18:19:39Z
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:00007127335b579899ad235b7143fba1…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=49PpU4vgqFNtNUAeaeR2m6ZLsgMavL54HtXaTwYdqyi7xKQXREUw219nEH
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=DidControl
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://did.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=CitizenShip
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://citizen.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=IotLoRa
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://lora.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=did:dxd:0000935a266caf085c4b81f260729b0b…
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=IotWifi
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://wifi.data-alliance.com
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:dxd:00007127335b579899ad235b7143fba1…, value=https://w3id.org/security/suites/secp256k1-2019/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:dxd:00007127335b579899ad235b7143fba1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:dxd:00007127335b579899ad235b7143fba1…

did:ebsi

Total Implementations for did:ebsi : 4

Implementation: EBSI libraries and APIs

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json

Implementation: EBSI libraries and APIs (DID v1.0)

 (31) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Secp256k1VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=secp256k1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Ou6y1zrJBeVnpV739kcTyez7RmQZFYg3F9bWGm6V5dQ
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=jOq6B8CsOxoXj-WXAGY28PH0Ype1x6bnOB6_YOo3lK0
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m

Implementation: EBSI libraries and APIs (DID v1.1)

 (31) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Secp256k1VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=secp256k1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=Ou6y1zrJBeVnpV739kcTyez7RmQZFYg3F9bWGm6V5dQ
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=jOq6B8CsOxoXj-WXAGY28PH0Ype1x6bnOB6_YOo3lK0
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - string: A JSON String. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, value=did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m#keys-1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m

Implementation: Universal Resolver

 (38) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ebsi:znHeZWvhAK2FK2Dk1jXNe7m, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:elem

Total Implementations for did:elem : 4

Implementation: https://github.com/transmute-industries/did-core

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json

Implementation: https://github.com/transmute-industries/did-core (DID v1.0)

 (58) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=T70vcG-qIY4VNvS9LOJZsLs8dA31gyGmab7Ta_WE6N8
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=n_BSOLvzjAHUCrkGLrz3VJsU6YygQr9k-59K6LxHcO0
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=bjhrdjJ-2n-XWaaJRFbOcqZQ5koJ58Ldql7Fj94auFU
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#resolver-0
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Resolver
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://example.com
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…

Implementation: https://github.com/transmute-industries/did-core (DID v1.1)

 (58) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=T70vcG-qIY4VNvS9LOJZsLs8dA31gyGmab7Ta_WE6N8
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=n_BSOLvzjAHUCrkGLrz3VJsU6YygQr9k-59K6LxHcO0
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=bjhrdjJ-2n-XWaaJRFbOcqZQ5koJ58Ldql7Fj94auFU
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6MkqDbQmpZ825F8H6cBAqR8PUnZrcA2ykdtZ61iDwvM5pDS
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#z6LSj6RuiS4C2jG3oSRPatA92LFfjqbAj1tVC9D3sKXRtKK2
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=#resolver-0
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=Resolver
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://example.com
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:elem:ropsten:EiBVk9F3eLf2u9xwLJ91-vTI…

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:elem:ropsten:EiAS3mqC4OLMKOwcz3ItIL7X…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:emtrust

Total Implementations for did:emtrust : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:emtrust:0x242a5ac36676462bd58a, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:ethr

Total Implementations for did:ethr : 4

Implementation: ethr-did-resolver

 (159)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextUpdate - The value of the prop… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextUpdate - The value of the prop… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextVersionId - The value of the p… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextVersionId - The value of the p… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: ethr-did-resolver (DID v1.0)

 (33) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1RecoveryMethod2020
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=0x26bF14321004e770E7A8b080b7a526d8eed8b388@eip155:1
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=04808f0530d0f39b3f71e9258c555666f63d839bb8aa06beb77dbb2b5d81ed7e…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ethr:0x26bf14321004e770e7a8b080b7a526…

Implementation: ethr-did-resolver (DID v1.1)

 (33) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ethr:0x26bf14321004e770e7a8b080b7a526…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1RecoveryMethod2020
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=0x26bF14321004e770E7A8b080b7a526d8eed8b388@eip155:1
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=04808f0530d0f39b3f71e9258c555666f63d839bb8aa06beb77dbb2b5d81ed7e…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - string: A JSON String. did:ethr:0x26bf14321004e770e7a8b080b7a526…, value=did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ethr:0x26bf14321004e770e7a8b080b7a526…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ethr:0x26bf14321004e770e7a8b080b7a526…

Implementation: Universal Resolver

 (291) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x03fdd57adec3d438ea237fe46b33ee…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x1:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x1:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x1e:0x03fdd57adec3d438ea237fe46…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x1e:0x3b0BC51Ab9De1e5B7B6E34E5b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x3b0BC51Ab9De1e5B7B6E34E5b96028…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:0x4:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:mainnet:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:mainnet:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:rinkeby:0x3b0BC51Ab9De1e5B7B6E34…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:rsk:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ethr:rsk:0x3b0BC51Ab9De1e5B7B6E34E5b9…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ethr:0x26bf14321004e770e7a8b080b7a526…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ethr:0x4:0x03fdd57adec3d438ea237fe46b…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ethr:rinkeby:0x03fdd57adec3d438ea237f…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:evan

Total Implementations for did:evan : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:evan:testcore:0x126E901F6F408f5E260d9…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:example

Total Implementations for did:example : 5

Implementation: Example DID Method

 (63) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:example:123
did-identifier3.2.1 DID Parameters - hl - If present, the associated value MUS… did:UNKNOWN
did-identifier3.2.1 DID Parameters - relativeRef - If present, the associated … did:UNKNOWN
did-identifier3.2.1 DID Parameters - service - If present, the associated valu… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:example:123, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:example:123, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:example:123, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:example:123, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:example:123, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:example:123, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:example:123, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:example:123, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:example:123, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:example:123, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:example:123, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:example:123, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:example:123, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:example:123, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:example:123, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:example:123, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:example:123, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:example:123, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:example:123, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:example:123, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:example:123, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:example:123, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:example:123, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:example:123, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:example:123, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:example:123, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:example:123, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:example:123, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:example:123, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:example:123, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:example:123, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:example:123, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:example:123, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:example:123, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:example:123, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:example:123, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:example:123, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:example:123, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:example:123, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:example:123, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:example:123, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:example:123, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:example:123, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:example:123, application/did+ld+json

Implementation: Example DID Method (DID v1.0)

 (52) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:example:123, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:example:123, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:example:123, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:example:123, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:example:123
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:example:123, value=true
did-production6.2.1 JSON Production - datetime: A JSON String serialized as an… did:example:123, value=2020-09-26T20:14:02Z
did-production6.2.1 JSON Production - double: A JSON Number with a decimal and… did:example:123, value=1.2
did-production6.2.1 JSON Production - integer: A JSON Number without a decimal… did:example:123, value=5
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-1
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - null: A JSON null literal. did:example:123, value=null
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-1
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=VDXDwuGKVq91zxU6q7__jLDUq8_C5cuxECgd-1feFTE
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123#key-1
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=3kY9jl1by7pLzgJktUH-e9H6fihdVUb00-sTzkfmIl8
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:example:123
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:example:123
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:example:123
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:example:123
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:example:123

Implementation: Example DID Method (DID v1.1)

 (52) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:example:123, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:example:123, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:example:123, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:example:123, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:example:123, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:example:123
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:example:123, value=true
did-production6.2.1 JSON Production - datetime: A JSON String serialized as an… did:example:123, value=2020-09-26T20:14:02Z
did-production6.2.1 JSON Production - double: A JSON Number with a decimal and… did:example:123, value=1.2
did-production6.2.1 JSON Production - integer: A JSON Number without a decimal… did:example:123, value=5
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-0
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:example:123, value=#key-1
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:example:123, value=[object Object]
did-production6.2.1 JSON Production - null: A JSON null literal. did:example:123, value=null
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-0
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:example:123, value=#key-1
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=VDXDwuGKVq91zxU6q7__jLDUq8_C5cuxECgd-1feFTE
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123#key-1
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=did:example:123
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=3kY9jl1by7pLzgJktUH-e9H6fihdVUb00-sTzkfmIl8
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:example:123, value=#key-1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:example:123
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:example:123
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:example:123
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:example:123
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:example:123

Implementation: Example Resolver

 (134) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:example:777, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example:111, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example:555, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example:666, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:example:777, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:example:555, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:example:666, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:example:777, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:example:555, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:example:666, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:example:777, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example:111, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example:555, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example:666, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:example:777, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example:111, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example:555, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example:666, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:example:777, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:example:555, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:example:666, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:example:777, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example:111, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example:555, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example:666, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:example:777, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example:111, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example:555, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example:666, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:example:777, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example:111, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example:333, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example:555, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example:666, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:example:777, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:example:111, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:example:111, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - deactivated - If a DID has been de… did:example:444, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:example:111, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:example:111, expected outcome: defaultOutcome
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: Example Dereferencer

 (69)
 (4)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID U… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example:222, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example:222#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example:444, expected outcome: notFoundErrorOutcome

did:gatc

Total Implementations for did:gatc : 1

Implementation: Universal Resolver

 (5)
 (14)
Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:gatc:2xtSori9UQZdTqzxrkp7zqKM4Kj5B4C7, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:github

Total Implementations for did:github : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:github:gjgd, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:github:gjgd, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:hcr

Total Implementations for did:hcr : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:hcr:0f674e7e-4b49-4898-85f6-96176c1e…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:icon

Total Implementations for did:icon : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:icon:02:6f7a00a29deb82cb36d501d687c18…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:io

Total Implementations for did:io : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:io:0x476c81C27036D05cB5ebfe30ae58C2…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:ion

Total Implementations for did:ion : 4

Implementation: DID ION Test Suite

 (3)
 (99)
Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - deactivated - If a DID has been de… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, expected outcome: deactivatedOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: DID ION Test Suite (DID v1.0)

 (45) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1,[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1,[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#linkeddomains
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=secp256k1
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=luvLmmlG44VfqluhXwIjSuT1TL1sE_11gCDek2Pmuio
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=tYDJZaiX7A7krvcapAgKJF67zz5JS1wn4FucjkOdQEo
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…

Implementation: DID ION Test Suite (DID v1.1)

 (45) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1.1,[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1.1,[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#linkeddomains
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=https://admin-tests-domain.com/
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=secp256k1
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=luvLmmlG44VfqluhXwIjSuT1TL1sE_11gCDek2Pmuio
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=tYDJZaiX7A7krvcapAgKJF67zz5JS1wn4FucjkOdQEo
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - string: A JSON String. did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…, value=#sig_064bebcc
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ion:EiCUAQbYJzzCY1zL8KYmTu8MxCkFwG_c…

Implementation: Universal Resolver

 (21) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:is

Total Implementations for did:is : 3

Implementation: DID IS Test Suite

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json

Implementation: DID IS Test Suite (DID v1.0)

 (33) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=wAAADkMFQkqxaUPB8jGq4ZoJVsaK9Y5M8riM76zugM6d
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=BlockExplorer
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://explorer.blockcore.net
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=DIDResolver
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://my.did.is
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EncryptedDataVault
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://vault.blockcore.net/
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…

Implementation: DID IS Test Suite (DID v1.1)

 (33) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=wAAADkMFQkqxaUPB8jGq4ZoJVsaK9Y5M8riM76zugM6d
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=BlockExplorer
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://explorer.blockcore.net
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=DIDResolver
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://my.did.is
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=EncryptedDataVault
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=https://vault.blockcore.net/
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - string: A JSON String. did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…, value=did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:is:PMW1Ks7h4brpN8FdDVLwhPDKJ7LdA7mV…

did:jnctn

Total Implementations for did:jnctn : 3

Implementation: DID JNCTN Test Suite

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:jnctn:187c4af8932a444a9e9503fb96cb672f
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json

Implementation: DID JNCTN Test Suite (DID v1.0)

 (16) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:jnctn:187c4af8932a444a9e9503fb96cb672f
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f…
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:70a40d1680b648ae8c77959a6a28d365
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=m82ogFXXXP/V17+8muZyd6h0sH4Q6SiTBCUl3/VatWAE
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:jnctn:187c4af8932a444a9e9503fb96cb672f

Implementation: DID JNCTN Test Suite (DID v1.1)

 (16) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:jnctn:187c4af8932a444a9e9503fb96cb672f, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:jnctn:187c4af8932a444a9e9503fb96cb672f
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:187c4af8932a444a9e9503fb96cb672f…
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=did:jnctn:70a40d1680b648ae8c77959a6a28d365
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=m82ogFXXXP/V17+8muZyd6h0sH4Q6SiTBCUl3/VatWAE
did-production6.2.1 JSON Production - string: A JSON String. did:jnctn:187c4af8932a444a9e9503fb96cb672f, value=#key-0
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:jnctn:187c4af8932a444a9e9503fb96cb672f

did:jolo

Total Implementations for did:jolo : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:jolo:e76fb4b4900e43891f613066b9afca36…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:key

Total Implementations for did:key : 17

Implementation: did-method-key-js (2018 cryptosuite)

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json

Implementation: did-method-key-js (2020 cryptosuite)

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json

Implementation: https://github.com/transmute-industries/did-core

 (412) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json

Implementation: MATTR Internal Libraries

 (117) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json

Implementation: https://github.com/spruceid/ssi/tree/main/did-key

 (223)
 (3)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key;invalid, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID U… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:UNKNOWN, expected outcome: invalidDidUrlErrorOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: did-method-key-js (2018 cryptosuite) (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…

Implementation: did-method-key-js (2018 cryptosuite) (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…

Implementation: did-method-key-js (2020 cryptosuite) (DID v1.0)

 (45) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/ed…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/ed25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/x25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6MktZw8HgaRUoG8S9asnmDKQL458uEhuuNT9U2UK5cT6Tmh
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=X25519KeyAgreementKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6LSgfZQjTYyX6t1GQSeFb6HCDhcAJFk9dN7YBCqtbH1ciHr
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…

Implementation: did-method-key-js (2020 cryptosuite) (DID v1.1)

 (45) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/ed25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=https://w3id.org/security/suites/x25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6MktZw8HgaRUoG8S9asnmDKQL458uEhuuNT9U2UK5cT6Tmh
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=X25519KeyAgreementKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…, value=z6LSgfZQjTYyX6t1GQSeFb6HCDhcAJFk9dN7YBCqtbH1ciHr
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MktZw8HgaRUoG8S9asnmDKQL458uEh…

Implementation: https://github.com/transmute-industries/did-core (DID v1.0)

 (316) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=P-256
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=igrFmi0whuihKnj9R3Om1SoMph72wUGeFaBbzG2vzns
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=efsX5b10x8yjyrj4ny3pGfLcY7Xby1KzgqOdqnsrJIM
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=P-384
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=lInTxl8fjLKp_UCrxI0WDklahi-7-_6JbtiHjiRvMvhedhKVdHBfi2HCY8t_QJyc
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=y6N1IC-2mXxHreETBW7K3mBcw0qGr3CWHCs-yl09yCQRLcyfGv7XhqAngHOu51Zv
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=P-521
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=ASUHPMyichQ0QbHZ9ofNx_l4y7luncn5feKLo3OpJ2nSbZoC7mffolj5uy7s6KSK…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=AW9ziIC4ZQQVSNmLlp59yYKrjRY0_VqO-GOIYQ9tYpPraBKUloEId6cI_vynCzlZ…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=SWrDALtLXSCUxYvTEeA13SmrFLnmafhii1K37sek87E
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=IrL8CkN2Y5xd2y8yfaNz0oRrOw1ODWRqITQVHbI7OGY
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=m38ETAq1rtY55eEUn18LmDlE6iTOwdQimBmvjHqQdGk
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=secp256k1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=-KRuXkZFMDi7K1-JcJ_SK0-sWrl08V45nl6LcdW-WPw
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=qKBWMjrqZVPTw8P8lMjMdod5NCU1Dqfi0OXc01fCNv8
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=hCEgLlaQ10tTuxx0ruCw-8YOulQmVMJIHLMZibWfEJ1siLP_EMeiuVxM7ZAfmVjM
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G2
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=kRAYzbjxTEZ218kMOlo3So5xGNaEkt3xR8CusAesu0SnLiR7eFlC2tHYvrlSUMkK…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…

Implementation: https://github.com/transmute-industries/did-core (DID v1.1)

 (316) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=P-256
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=igrFmi0whuihKnj9R3Om1SoMph72wUGeFaBbzG2vzns
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=efsX5b10x8yjyrj4ny3pGfLcY7Xby1KzgqOdqnsrJIM
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=P-384
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=lInTxl8fjLKp_UCrxI0WDklahi-7-_6JbtiHjiRvMvhedhKVdHBfi2HCY8t_QJyc
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=y6N1IC-2mXxHreETBW7K3mBcw0qGr3CWHCs-yl09yCQRLcyfGv7XhqAngHOu51Zv
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=P-521
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=ASUHPMyichQ0QbHZ9ofNx_l4y7luncn5feKLo3OpJ2nSbZoC7mffolj5uy7s6KSK…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=AW9ziIC4ZQQVSNmLlp59yYKrjRY0_VqO-GOIYQ9tYpPraBKUloEId6cI_vynCzlZ…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=SWrDALtLXSCUxYvTEeA13SmrFLnmafhii1K37sek87E
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=IrL8CkN2Y5xd2y8yfaNz0oRrOw1ODWRqITQVHbI7OGY
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=X25519
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=m38ETAq1rtY55eEUn18LmDlE6iTOwdQimBmvjHqQdGk
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=#z6LSn9Ah7d33uokFv2pg66BMN5UY72WtPE6eFjGXrA4mPcCp
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=secp256k1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=-KRuXkZFMDi7K1-JcJ_SK0-sWrl08V45nl6LcdW-WPw
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=qKBWMjrqZVPTw8P8lMjMdod5NCU1Dqfi0OXc01fCNv8
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=#zQ3shwNhfEjorJrrKpqvBvNRV35NfGmVWdx2rNmQCRR58Sfpf
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=hCEgLlaQ10tTuxx0ruCw-8YOulQmVMJIHLMZibWfEJ1siLP_EMeiuVxM7ZAfmVjM
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=BLS12381_G2
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=kRAYzbjxTEZ218kMOlo3So5xGNaEkt3xR8CusAesu0SnLiR7eFlC2tHYvrlSUMkK…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#z3tEEkUHZEKkvEJd7o2VSWPC1SVug3qLs9vAtGPQYAvn4zbkXPPdiwNzsE6Mssy…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=#zUC76oqhLuUtTvCxSNr5tFtRkUP1E4Bt6YFhfxDytdqnoaVwRcHKFeLWS49NCc2…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zDnaerx9CtbPJ1q36T5Ln5wYt3MQYeGR…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z82Lm1MpAkeJcix9K8TMiLd5NMAhnwkj…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z2J9gaYxrKVpdoG9A4gRnmpnRCcxU6ag…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkjPrEBMHGuJubLZ5HWf2jBreAuh7o…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6LSn9Ah7d33uokFv2pg66BMN5UY72Wt…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zQ3shwNhfEjorJrrKpqvBvNRV35NfGmV…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z5TcCQtximJCYYLLmpUhydMUfyppwqQF…

Implementation: MATTR Internal Libraries (DID v1.0)

 (83) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/suite…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/bbs/v…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/suite…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1,https://www.w3id.org/security/bbs/v…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/x25519-2019/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=B12NYF8RrR3h41TDCTJojY59usg3mbtbjnFs7Eud1Y6u
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=JhNWeSVLMYccCk7iopQW4guaSJTojqpMEELgSLhKwRr
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3id.org/security/bbs/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=Bls12381G2Key2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=26kzHLo5a6sa6ZmyUsgGcJKo6ATCRosLKUqDXwpc31gXc6puDvPwBgke83dji5eg…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…

Implementation: MATTR Internal Libraries (DID v1.1)

 (83) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/sui…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/bbs…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/sui…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1.1,https://www.w3id.org/security/bbs…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=https://www.w3id.org/security/suites/x25519-2019/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=B12NYF8RrR3h41TDCTJojY59usg3mbtbjnFs7Eud1Y6u
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, value=JhNWeSVLMYccCk7iopQW4guaSJTojqpMEELgSLhKwRr
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=https://www.w3id.org/security/bbs/v1
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=Bls12381G2Key2020
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=26kzHLo5a6sa6ZmyUsgGcJKo6ATCRosLKUqDXwpc31gXc6puDvPwBgke83dji5eg…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - string: A JSON String. did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…, value=did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zUC7LbYAQUjoTVSJyieL3cxpbdA1QjWd…

Implementation: https://github.com/spruceid/ssi/tree/main/did-key (DID v1.0)

 (23) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…

Implementation: https://github.com/spruceid/ssi/tree/main/did-key (DID v1.1)

 (23) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zDnaerDaTF5BXEavCrfRZEk316dpbLsf…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:key:zQ3shokFTS3brHcDQrn82RUDfCZESWL1…

Implementation: Universal Resolver

 (57) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:z6Mkfriq1MqLBoPWecGoDLjguo1sB9br…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:z6MksQ35B5bwZDQq4QKuhQW2Sv6dcqwg…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: MATTR internal libraries

 (74) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…, expected outcome: defaultOutcome
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:kilt

Total Implementations for did:kilt : 4

Implementation: DID Test Suite

 (117) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json

Implementation: DID Test Suite (DID v1.0)

 (87) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=5mMUjxBBZFnLcPgqe3bSWdn4nUH7TjXaWyy5pxEqeJ94
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ge7mFBKiGbSnff1FYnhB2ZNB3mrM96MYwgSbss3wXQA7
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=J2wDLnyUNequXyZQqxokf1jbywJSPDU3S3qJYpNrZkip
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=58n2r2RCoToNATgmaXydkLVubhgtceKEcPiv9mxjgDQz
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=https://kilt.io
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…

Implementation: DID Test Suite (DID v1.1)

 (87) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object],[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=5mMUjxBBZFnLcPgqe3bSWdn4nUH7TjXaWyy5pxEqeJ94
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:04pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#authentication
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#key-agreement
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ge7mFBKiGbSnff1FYnhB2ZNB3mrM96MYwgSbss3wXQA7
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=H56xqbGC7egoubPuPP6m386SaBXKRMgDEavDG5QuTKBt
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=J2wDLnyUNequXyZQqxokf1jbywJSPDU3S3qJYpNrZkip
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=58n2r2RCoToNATgmaXydkLVubhgtceKEcPiv9mxjgDQz
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#616E893F2072B3D6D97BEC9435D4F70CF1B4C37AFD94B3AFCFEA2D27A02C4B4…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#8AD637DDBB173FB4435436B75F4BF000A826CCD5028BCFBB140D75FEF976D49…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#04BF24DE3573B594B06CEFFE2EF3199322CC5069974789F802655D0CB64E80F…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=#B49EB6CC5035440DD62C638DDE13A4D80FD885EE2106D71E19272D49C980741…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=did:kilt:14pWtccdDcdCJhXJnyqJHL3kk2u3oPyh…
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…, value=https://kilt.io
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:kilt:04siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:kilt:14siJtc4dYq2gPre8Xj6KJcSjVAdi1gm…

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:kilt:5CqJa4Ct7oMeMESzehTiN9fwYdGLd7tq…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:knox

Total Implementations for did:knox : 5

Implementation: Knox Networks DID Method

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json

Implementation: Knox Networks DID Method (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…

Implementation: Knox Networks DID Method (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…

Implementation: Universal Resolver

 (38) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:knox:zpbk7KanoqudXQ3H84fmDjpAhLGQLry3…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: Knox Networks

 (215)
 (8)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:knox::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:knox:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID U… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:knox:z2BgV8eWjwoQLKJeZqYqKmNozD9PqRTi…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:lit

Total Implementations for did:lit : 4

Implementation: did-lit (2021)

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:lit:AEZ87t1bi5bRxmVh3ksMUi
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json

Implementation: did-lit (2021) (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:lit:AEZ87t1bi5bRxmVh3ksMUi
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:lit:AEZ87t1bi5bRxmVh3ksMUi
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:lit:AEZ87t1bi5bRxmVh3ksMUi
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:lit:AEZ87t1bi5bRxmVh3ksMUi

Implementation: did-lit (2021) (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:lit:AEZ87t1bi5bRxmVh3ksMUi, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:lit:AEZ87t1bi5bRxmVh3ksMUi
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:lit:AEZ87t1bi5bRxmVh3ksMUi
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:lit:AEZ87t1bi5bRxmVh3ksMUi
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:lit:AEZ87t1bi5bRxmVh3ksMUi

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:lit:AEZ87t1bi5bRxmVh3ksMUi, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:monid

Total Implementations for did:monid : 3

Implementation: did-method-monid (2021 lx tech)

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:monid:1fb352353ff51248c5104b407f9c04c3…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json

Implementation: did-method-monid (2021 lx tech) (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:monid:1fb352353ff51248c5104b407f9c04c3…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:monid:1fb352353ff51248c5104b407f9c04c3…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:monid:1fb352353ff51248c5104b407f9c04c3…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:monid:1fb352353ff51248c5104b407f9c04c3…

Implementation: did-method-monid (2021 lx tech) (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:monid:1fb352353ff51248c5104b407f9c04c3…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:monid:1fb352353ff51248c5104b407f9c04c3…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:monid:1fb352353ff51248c5104b407f9c04c3…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:monid:1fb352353ff51248c5104b407f9c04c3…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:monid:1fb352353ff51248c5104b407f9c04c3…

did:mpg

Total Implementations for did:mpg : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:mpg:7PGGnRdvKKFftSXU3Jw75Vk5npfg, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:nacl

Total Implementations for did:nacl : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:nacl:Md8JiMIwsapml_FtQ2ngnGftNP5UmVCA…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:nft

Total Implementations for did:nft : 3

Implementation: @ceramicnetwork/nft-did-resolver

 (149)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:nft:eip155.1_erc721.0xb300a43751601b…
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:nft:eip155.1_erc721.0xb300a43751601b…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:3:kjzl6cwe1jw145m7jxh4jpa6iw1ps3jc…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: @ceramicnetwork/nft-did-resolver (DID v1.0)

 (22) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=BlockchainVerificationMethod2021
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=0x06eb48572a2ef9a3b230d69ca731330793b65bdc@eip155:1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:nft:eip155.1_erc721.0xb300a43751601b…

Implementation: @ceramicnetwork/nft-did-resolver (DID v1.1)

 (22) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:nft:eip155.1_erc721.0xb300a43751601b…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:nft:eip155.1_erc721.0xb300a43751601b…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwu…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=BlockchainVerificationMethod2021
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.2.1 JSON Production - string: A JSON String. did:nft:eip155.1_erc721.0xb300a43751601b…, value=0x06eb48572a2ef9a3b230d69ca731330793b65bdc@eip155:1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:nft:eip155.1_erc721.0xb300a43751601b…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:nft:eip155.1_erc721.0xb300a43751601b…

did:onion

Total Implementations for did:onion : 3

Implementation: https://github.com/spruceid/ssi/tree/main/did-onion

 (94)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: https://github.com/spruceid/ssi/tree/main/did-onion (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…

Implementation: https://github.com/spruceid/ssi/tree/main/did-onion (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:onion:fscst5exmlmr262byztwz4kzhggjlzum…

did:ont

Total Implementations for did:ont : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ont:AN5g6gz9EoQ3sCNu7514GEghZurrktCM…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:orb

Total Implementations for did:orb : 3

Implementation: DID Orb Test Suite

 (568) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:webcas:testnet.orb.local:bafkrei…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - A canonicalId value … did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - canonicalId - The value of canonic… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - deactivated - If a DID has been de… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - Each equivalentId D… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:webcas:testnet.orb.local:bafkrei…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - equivalentId - The value of equiva… did:orb:interim:EiDQF58KdqxovQinUrhplB8P…, expected outcome: deactivatedOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: DID Orb Test Suite (DID v1.0)

 (87) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…

Implementation: DID Orb Test Suite (DID v1.1)

 (87) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:webcas:testnet.orb.local:bafkrei…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:interim:EiDHdXhNm7LuCqxo4JvAwKYK…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:bafkreiazah4qrybzyapmrmk2dhldz24…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:bafkreihp4inweep4py7gw4j7hej5mql…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:bafkreibcsubh3ifub7gletz27hcdyhw…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:webcas:testnet.orb.local:bafkrei…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:interim:EiCYgffdSsqLTXT6PRYLPr6v…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:bafkreiacr3ga6zilvzatpcixq5…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:QmfX6CHk7AC43Xq9iFK9XzgH3a7…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:QmS4ZME5uEPtQ2DFDwhSZYtLxzF…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:ipfs:QmfJFePqcopDUYttpvWgec9LKeJ…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:orb:interim:EiAQ1HmY03Cx4OMhiuYHl8q-…

did:photon

Total Implementations for did:photon : 3

Implementation: https://github.com/transmute-industries/did-core

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json

Implementation: https://github.com/transmute-industries/did-core (DID v1.0)

 (37) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=_iyHcWPZflxZovcXRO_SWawUXeCKzuEJOD0MXqIlWjg
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#b80a7445-b41b-4838-8d56-ad7aba4b56a8
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=ExampleIntegrityLink
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=hl:zQmWX17Q37KM1SndX3SqtuNDGzMTYtuiaJJswEXmZwH29Kb
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…

Implementation: https://github.com/transmute-industries/did-core (DID v1.1)

 (37) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=Ed25519
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=_iyHcWPZflxZovcXRO_SWawUXeCKzuEJOD0MXqIlWjg
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=OKP
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#z6MkwZSywDMhLgEwQaGzra4bkJewZN4gE5pQ9yQGo5D6JGCf
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=#b80a7445-b41b-4838-8d56-ad7aba4b56a8
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=ExampleIntegrityLink
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=hl:zQmWX17Q37KM1SndX3SqtuNDGzMTYtuiaJJswEXmZwH29Kb
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:photon:EiDS68FUZqv0da57WLI_t9Gl5TYGNxvW…

did:pkh

Total Implementations for did:pkh : 3

Implementation: https://github.com/spruceid/ssi/tree/main/did-pkh

 (244)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:pkh:eth:0xb9c5714089478a327f09197987…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: https://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.0)

 (47) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…

Implementation: https://github.com/spruceid/ssi/tree/main/did-pkh (DID v1.1)

 (47) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:eth:0xb9c5714089478a327f09197987…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:btc:128Lkh3S7CkDTBZ8W7BbpsN3YYiz…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:celo:0xa0ae58da58dfa46fa55c3b865…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:doge:DH5yaieqoZN36fDVciNyRueRGvG…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:eth:0xb9c5714089478a327f09197987…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:sol:CKg5d12Jhpej1JqtmxLJgaFqqeYj…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:pkh:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1…

did:polygon

Total Implementations for did:polygon : 5

Implementation: https://github.com/ayanworks/polygon-did-registrar

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json

Implementation: https://github.com/ayanworks/polygon-did-registrar (DID v1.0)

 (14) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=https://w3id.org/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=7Lnm1evgNdC3VNWRea5kMHqMWKDNzTbFjPLV4rtCbPHjDP29xQu58dgS5DRk9kaV…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…

Implementation: https://github.com/ayanworks/polygon-did-registrar (DID v1.1)

 (14) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=https://w3id.org/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…
did-production6.2.1 JSON Production - string: A JSON String. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, value=7Lnm1evgNdC3VNWRea5kMHqMWKDNzTbFjPLV4rtCbPHjDP29xQu58dgS5DRk9kaV…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…

Implementation: https://github.com/ayanworks/polygon-did-resolver

 (5)
 (26)
Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: polygon-did-dereferencer

 (50)
 (3)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:polygon_3:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:polygon:0xBCFdE12C425E4CbDb45226Fe51F89F…, expected outcome: defaultOutcome

did:rm

Total Implementations for did:rm : 3

Implementation: REAL MATTER DID Method

 (114)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcomes
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: REAL MATTER DID Method (DID v1.0)

 (38) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1,https://w3c-ccg.github.io/ld-crypto…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://virtualassets.id
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:rm:enq:f045c5c7d50145b65ca2702c38b4…

Implementation: REAL MATTER DID Method (DID v1.1)

 (38) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1,https://w3c-ccg.github.io/ld-cryp…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://w3c-ccg.github.io/ld-cryptosuite-registry/#ecdsasecp256k…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=EcdsaSecp256k1VerificationKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=fef2823c7d237bd094d633a1765d5896b0f442481a997da2f83d7a928ddce7e6…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=enq:f045c5c7d50145b65ca2702c38b4e2d46658293c
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=LinkedDomains
did-production6.2.1 JSON Production - string: A JSON String. did:rm:enq:f045c5c7d50145b65ca2702c38b4…, value=https://virtualassets.id
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:rm:enq:f045c5c7d50145b65ca2702c38b4…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:rm:enq:f045c5c7d50145b65ca2702c38b4…

did:schema

Total Implementations for did:schema : 4

Implementation: @51nodes/decentralized-schema-registry

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json

Implementation: @51nodes/decentralized-schema-registry (DID v1.0)

 (20) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=GetSchemaService
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=https://ipfs.infura.io/ipfs/QmUQAxKQ5sbWWrcBZzwkThktfUGZvuPQyTrq…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…

Implementation: @51nodes/decentralized-schema-registry (DID v1.1)

 (20) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=GetSchemaService
did-production6.2.1 JSON Production - string: A JSON String. did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…, value=https://ipfs.infura.io/ipfs/QmUQAxKQ5sbWWrcBZzwkThktfUGZvuPQyTrq…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:schema:public-ipfs:xsd:QmUQAxKQ5sbWWrcB…

Implementation: Universal Resolver

 (38) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:schema:evan-ipfs:json-schema:Qma2beXKwZ…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:schema:public-ipfs:json-schema:Qma2beXK…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:sol

Total Implementations for did:sol : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:sov

Total Implementations for did:sov : 5

Implementation: MATTR Internal Libraries

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json

Implementation: Universal Resolver

 (191)
 (5)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:sov:WRfXPg8dantKVubE3HX8pw
did-identifier3.2.1 DID Parameters - hl - If present, the associated value MUS… did:UNKNOWN
did-identifier3.2.1 DID Parameters - relativeRef - If present, the associated … did:UNKNOWN
did-identifier3.2.1 DID Parameters - service - If present, the associated valu… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:danube:_$::, expected outcome: invalidDidErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID U… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:sov:WRfXPg8dantKVubE3HX8pw, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:sov:WRfXPg8dantKVubE3HX8pw#key-1, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:sov:WRfXPg8dantKVubE3HX8pw#key-1#key…, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:sov:WRfXPg8dantKVubE3HX8pw#key-3, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:sov:0000000000000000000000, expected outcome: notFoundErrorOutcome
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: MATTR Internal Libraries (DID v1.0)

 (41) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=DPVUftknVeH6pndT81shhT1dtqNALTbzk9J3NDZEdZP1
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=5j8n1udfzW5X6cYnk15pi5e1Xo3sPJd9SVUukvGzVjCq
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP

Implementation: MATTR Internal Libraries (DID v1.1)

 (41) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=DPVUftknVeH6pndT81shhT1dtqNALTbzk9J3NDZEdZP1
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP…
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.2.1 JSON Production - string: A JSON String. did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP, value=5j8n1udfzW5X6cYnk15pi5e1Xo3sPJd9SVUukvGzVjCq
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:sov:mattr-dev:3WhAjtBidfhGbiAyNQBxPP

Implementation: MATTR internal libraries

 (74) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:mattr-dev::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:mattr-dev:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:sov:mattr-dev:AtqJRqFVNaxoh8acCLGA9e, expected outcome: defaultOutcome
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:ssb

Total Implementations for did:ssb : 3

Implementation: ssb-did-resolver

 (149)
 (3)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did-identifier3.2.1 DID Parameters - versionId - If present, the associated va… did:UNKNOWN
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.1.3 Also Known As - The alsoKnownAs property is OPTIONAL. If p… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - created - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextUpdate - The value of the prop… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextUpdate - The value of the prop… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextVersionId - The value of the p… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - nextVersionId - The value of the p… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - updated - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - updated - The value of the propert… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-resolution7.1.3 DID Document Metadata - versionId - The value of the prope… did:ssb:ed25519:6RpN4Ztw3jLwzQtHl8XpnnR5…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.1.3 DID Document Metadata - versionId - The value of the prope… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: ssb-did-resolver (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…

Implementation: ssb-did-resolver (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:ssb:ed25519:f_6sQ6d2CMxRUhLpspgGIulD…

did:stack

Total Implementations for did:stack : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:stack:v0:16EMaNw3pkn3v6f2BgnSSs53zAKH4…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:trust

Total Implementations for did:trust : 4

Implementation: DID Test Suite

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json

Implementation: DID Test Suite (DID v1.0)

 (40) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=true
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RsaVerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=AQAB
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=ybWVtY6n1EgbnnNTwS-MIYg2G5z4rudDdRfnIQ8UIAVbjxngEOyBDn60IyYKBLQ0…
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RS256
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RSA
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh

Implementation: DID Test Suite (DID v1.1)

 (40) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=true
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RsaVerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=AQAB
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=ybWVtY6n1EgbnnNTwS-MIYg2G5z4rudDdRfnIQ8UIAVbjxngEOyBDn60IyYKBLQ0…
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RS256
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=RSA
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=verify
did-production6.2.1 JSON Production - string: A JSON String. did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh, value=did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:trust:tc:dev:id:GvMM3dpmWH6mRhGK88Ykdh

Implementation: Universal Resolver

 (38) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:trust:cert.EiDi8NEZVyvqmHeWRB5kUagWo3s…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:trust:license.EiBdAy5GeNr9qcVQ-40fOwMV…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:tz

Total Implementations for did:tz : 3

Implementation: https://github.com/spruceid/ssi/tree/main/did-tezos

 (235)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: https://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.0)

 (31) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…

Implementation: https://github.com/spruceid/ssi/tree/main/did-tezos (DID v1.1)

 (31) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:delphinet:tz1WvvbEGpBXGeTVbLiR6D…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:tz1YwA1FwpgLtc1G8DKbbZ6e6PTb1dQM…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:tz2BFTyPeYRzxd5aiBchbXN3WCZhx7Bq…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:tz:tz3agP9LGe2cXmKQyYn6T68BHKjjktDb…

did:unisot

Total Implementations for did:unisot : 4

Implementation: @unisot/unisot-did-resolverer

 (1)
 (58)
Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-identifier3.2.1 DID Parameters - versionTime - If present, the associated … did:UNKNOWN
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json

Implementation: @unisot/unisot-did-resolverer (DID v1.0)

 (2)
 (64)
Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=2021-05-17T09:21:38.612Z
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Implementation: @unisot/unisot-did-resolverer (DID v1.1)

 (2)
 (64)
Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=2021-05-17T09:21:38.612Z
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=EcdsaSecp256k1Signature2019
did-production6.2.1 JSON Production - string: A JSON String. did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…, value=did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:unisot:test:mtF5XVLJvXEeffY8fo2eUfpXqs9…

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:unisot:n1aAmTXAg4o44Z9k8YCQncEY91r3TV7W…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:v1

Total Implementations for did:v1 : 4

Implementation: did-veres-one (2021)

 (58) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json

Implementation: did-veres-one (2021) (DID v1.0)

 (43) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1,https://w3id.org/veres-one/v1,https…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1,https://w3id.org/veres-one/v1,https…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/veres-one/v1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/ed25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/x25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6Mkh18zyRvTikTTYwi3p4S8kQNqLkExDamQHERxeB34AMvL
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=X25519KeyAgreementKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6LSs3jaxeXFPsrBLjhzEezBM3McA7TVU2vrtrDps3j5NFUJ
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…

Implementation: did-veres-one (2021) (DID v1.1)

 (43) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/veres-one/v1,htt…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/veres-one/v1,htt…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/veres-one/v1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/ed25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=https://w3id.org/security/suites/x25519-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=Ed25519VerificationKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6Mkh18zyRvTikTTYwi3p4S8kQNqLkExDamQHERxeB34AMvL
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=X25519KeyAgreementKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.2.1 JSON Production - string: A JSON String. did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…, value=z6LSs3jaxeXFPsrBLjhzEezBM3McA7TVU2vrtrDps3j5NFUJ
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:v1:nym:z6Mkh18zyRvTikTTYwi3p4S8kQNq…

Implementation: Universal Resolver

 (57) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:v1:nym:z6Mkmpe2DyE4NsDiAb58d75hpi1B…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:v1:test:nym:z6MkgF4uJbLMoUin2uKaBf4…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:v1:test:nym:z6MkmWLiAt5FtfwgFJwMDGS…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:vaa

Total Implementations for did:vaa : 4

Implementation: DID VAA Test Suite

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json

Implementation: DID VAA Test Suite (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ

Implementation: DID VAA Test Suite (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:vaa:2H9XwzRXZ1o5ZwSoYDEZn24eHXcQ

Implementation: Universal Resolver

 (21) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - created - The value of the propert… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolution7.1.3 DID Document Metadata - updated - The value of the propert… did:vaa:3wJVWDQWtDFx27FqvSqyo5xsTsxC, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

did:web

Total Implementations for did:web : 15

Implementation: https://github.com/transmute-industries/did-core

 (119) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:web:did.actor:mike
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:web:or13.github.io:deno-did-pm
did-identifier3.2.1 DID Parameters - relativeRef - If present, the associated … did:UNKNOWN
did-identifier3.2.1 DID Parameters - service - If present, the associated valu… did:UNKNOWN
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:did.actor:mike, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:did.actor:mike, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:did.actor:mike, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:did.actor:mike, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:did.actor:mike, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:did.actor:mike, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:did.actor:mike, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:did.actor:mike, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:or13.github.io:deno-did-pm, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:or13.github.io:deno-did-pm, application/did+ld+json

Implementation: MATTR Internal Libraries

 (177) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:web:did.actor:healthcare:doctor:robe…
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:web:did.actor:mike
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:web:kyledenhartog.com
did-identifier3.2.1 DID Parameters - hl - If present, the associated value MUS… did:UNKNOWN
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:did.actor:mike, application/did+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:kyledenhartog.com, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:did.actor:mike, application/did+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:kyledenhartog.com, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:did.actor:mike, application/did+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:kyledenhartog.com, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:did.actor:mike, application/did+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:kyledenhartog.com, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:did.actor:mike, application/did+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:kyledenhartog.com, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:did.actor:mike, application/did+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:kyledenhartog.com, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:did.actor:mike, application/did+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:kyledenhartog.com, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:did.actor:mike, application/did+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:kyledenhartog.com, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:did.actor:mike, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:did.actor:mike, application/did+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:kyledenhartog.com, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:did.actor:mike, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:did.actor:mike, application/did+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:kyledenhartog.com, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:kyledenhartog.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:kyledenhartog.com, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:kyledenhartog.com, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:kyledenhartog.com, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:kyledenhartog.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:kyledenhartog.com, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:did.actor:mike, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:did.actor:mike, application/did+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:kyledenhartog.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:kyledenhartog.com, application/did+json

Implementation: https://github.com/spruceid/ssi/tree/main/did-web

 (130)
 (3)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:web:demo.spruceid.com:2021:07:08
did-identifier3.2.1 DID Parameters - service - If present, the associated valu… did:UNKNOWN
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:identity.foundation, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:identity.foundation, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:did.actor:nonexistent, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:demo.spruceid.com:2021:07:14:ser…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: Evernym DID infrastructure

 (30) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:web:evernym.com
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:web:evernym.com, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:web:evernym.com, application/did+ld+json
did-core-properties5.1.3 Also Known As - The alsoKnownAs property is OPTIONAL. If p… did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:web:evernym.com, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:web:evernym.com, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:web:evernym.com, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:web:evernym.com, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:web:evernym.com, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:web:evernym.com, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:web:evernym.com, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:web:evernym.com, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:web:evernym.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:web:evernym.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:web:evernym.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:web:evernym.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:web:evernym.com, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:web:evernym.com, application/did+ld+json

Implementation: https://github.com/transmute-industries/did-core (DID v1.0)

 (86) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:did.actor:mike
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:or13.github.io:deno-did-pm
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:web:did.actor:mike, value=true
did-production6.2.1 JSON Production - double: A JSON Number with a decimal and… did:web:did.actor:mike, value=4.5
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/pg…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - null: A JSON null literal. did:web:did.actor:mike, value=null
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/jw…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1,https://w3id.org/security/suites/pg…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=2012-04-23T18:25:43.511Z
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/Rating
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/publicAccess
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/additionalType
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/Date
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm#4FD40…
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=PgpVerificationKey2021
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=-----BEGIN PGP PUBLIC KEY BLOCK----- Version: OpenPGP.js v4.10.9 Comment: https://openpgpjs.org xsBNBGAEy9sBCADPgG2ZN1sHM2UC6etMd+z94h41AJJT+ve1YX3QWuo0ZZlh ktRRRPCZDWY2L4hL1IyqlWcFj8DPf5WLMEUPwJm7LGoUHZ5E+UKiP+0YYUEx V+mdD/SHx+DXV6Ji6/oU12SMlfQivFHsCzqRj8unFpp4YB4aqMPaVw4DNxx6 fejnkOlIHQivvUxhIUUJPU/A7R+tQurahfMaV94JW8h0ux8zEEadLqYqKP21 IMA+tSDLWj96hhWhBUu4Z1EZakTIEyTV0LniNCOn+o8hlgX5rZP6Z/lvRcoW mmHmQ+RTwLy3Uu4B8qWfxNe/X3a9jwcVrDtH1nlFiZbvgl2oK1m9wzxVABEB AAHNJWxkcy1wZ3AyMDIxIDxsZHMtcGdwMjAyMUBleGFtcGxlLmNvbT7CwKUE EwEIADgWIQRP1AF9YYj/m08HKZ4C/szWMG8pnAUCYATL2wIbAwULCQgHAgYV CgkICwIEFgIDAQIeAQIXgAAhCRAC/szWMG8pnBYhBE/UAX1hiP+bTwcpngL+ zNYwbymc7bsH/2VGeS98UuZgSaTZknBiRF+EYGtSqNXQ4CWiRkN+W/5gQwcd 2XjoZtW3rP4u8RlQACSXJk+GsDOGL3nbjZ6MnoLdLT2Q4dsoqIQOIiiZFZHm f4hcKAQFnpK6bDbG8wX6URQLaMc8QEnKiT4jU2N65WRXsSWaA1wQ2cpZuvSg cUlXFaoRiEq8X2PekYoTaSJYtE5LgnHHE/m7+nUK8mltjZaACPFpQd0ScKv3 s/AfJb4pLvvUZasXoTX7pKSMujDn66qNuoT1wGIKKAq86w2tQi1Z9+f2JaMU SjvGQ0+gOeMK19XVvmOIkTpBKmndQ+Wb2BTdWtiTYy6mr4PHHIwRQUjOwE0E YATL2wEIANwobd+bGmq64aLPgzMuYxsTEd/nictChfPEpBAZDY13ghng6Eds NEeZHiCRI9VaIyJBLfzv1YvP8NeSaX3HVequjCfIXudOmsSBWg0q8Sj4IXcN KbBC9LP/KbEnOcUasOu0gWLESUuQ+XBWhSkDBPesD26V/u/uvImk/6SkyNcj 0fUzTLt0ci1lTXVi1DOXMnvN/FnR7mp6xi2iLCzSKZK2dTKGJyQZlT1Su7X1 k2IY61rQpuRsmePD3hYhaV92ZQgtTNqc8xsWOPsKW5VhZ/m2UgTg2yFPVyi9 zkxiBm7GFDVmKbtUSuxKt53pvx0p1dOM4p5x4bBQXkaZYTUESn0AEQEAAcLA jQQYAQgAIBYhBE/UAX1hiP+bTwcpngL+zNYwbymcBQJgBMvbAhsMACEJEAL+ zNYwbymcFiEET9QBfWGI/5tPBymeAv7M1jBvKZxZdggArsGwTgOzAjC+/KPF nod6Fu2kMTGM/kelM1TzvTOFJTb2bgQiMDKvHhYjQMgSmtkws0vQQbd7O5K+ zwuCL4h7wiwFQswsBdIP3SBLZh8bLGiUUp+WvBOELL1dnFN98p78UY4OhHTd jSSzf0/Af7GV+pHxnAZd3x4oM2+JRz7asJKroEyeQhaZWpDpXJ0hI46k9nG8 7Gs4Cp2WhrGOyen66xQoD4CHkWGc+/2FmLk/sINPTYmOqB7o9/Pcfeb+NH3G 5sA/hlG+NMC3YfJaDcwX2FnqcpTSYL2bFeWOj65wAQp+9KUSNe8EveDvLO4x MRLParJJyd26xMp7bMKFpjlxCA== =NL+O -----END PGP PUBLIC KEY BLOCK-----
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=#github
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=RawGitHubUserContent
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=https://raw.githubusercontent.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=https://w3id.org/security/suites/pgp-2021/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:did.actor:mike
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:or13.github.io:deno-did-pm

Implementation: https://github.com/transmute-industries/did-core (DID v1.1)

 (86) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:or13.github.io:deno-did-pm, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:or13.github.io:deno-did-pm, application/did+ld+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:did.actor:mike
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:or13.github.io:deno-did-pm
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:web:did.actor:mike, value=true
did-production6.2.1 JSON Production - double: A JSON Number with a decimal and… did:web:did.actor:mike, value=4.5
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - null: A JSON null literal. did:web:did.actor:mike, value=null
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:or13.github.io:deno-did-pm, value=[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1.1,https://w3id.org/security/suites/…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=2012-04-23T18:25:43.511Z
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://w3id.org/security/suites/jws-2020/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/Rating
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/publicAccess
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/additionalType
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/Date
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm#4FD40…
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=PgpVerificationKey2021
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=did:web:or13.github.io:deno-did-pm
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=-----BEGIN PGP PUBLIC KEY BLOCK----- Version: OpenPGP.js v4.10.9 Comment: https://openpgpjs.org xsBNBGAEy9sBCADPgG2ZN1sHM2UC6etMd+z94h41AJJT+ve1YX3QWuo0ZZlh ktRRRPCZDWY2L4hL1IyqlWcFj8DPf5WLMEUPwJm7LGoUHZ5E+UKiP+0YYUEx V+mdD/SHx+DXV6Ji6/oU12SMlfQivFHsCzqRj8unFpp4YB4aqMPaVw4DNxx6 fejnkOlIHQivvUxhIUUJPU/A7R+tQurahfMaV94JW8h0ux8zEEadLqYqKP21 IMA+tSDLWj96hhWhBUu4Z1EZakTIEyTV0LniNCOn+o8hlgX5rZP6Z/lvRcoW mmHmQ+RTwLy3Uu4B8qWfxNe/X3a9jwcVrDtH1nlFiZbvgl2oK1m9wzxVABEB AAHNJWxkcy1wZ3AyMDIxIDxsZHMtcGdwMjAyMUBleGFtcGxlLmNvbT7CwKUE EwEIADgWIQRP1AF9YYj/m08HKZ4C/szWMG8pnAUCYATL2wIbAwULCQgHAgYV CgkICwIEFgIDAQIeAQIXgAAhCRAC/szWMG8pnBYhBE/UAX1hiP+bTwcpngL+ zNYwbymc7bsH/2VGeS98UuZgSaTZknBiRF+EYGtSqNXQ4CWiRkN+W/5gQwcd 2XjoZtW3rP4u8RlQACSXJk+GsDOGL3nbjZ6MnoLdLT2Q4dsoqIQOIiiZFZHm f4hcKAQFnpK6bDbG8wX6URQLaMc8QEnKiT4jU2N65WRXsSWaA1wQ2cpZuvSg cUlXFaoRiEq8X2PekYoTaSJYtE5LgnHHE/m7+nUK8mltjZaACPFpQd0ScKv3 s/AfJb4pLvvUZasXoTX7pKSMujDn66qNuoT1wGIKKAq86w2tQi1Z9+f2JaMU SjvGQ0+gOeMK19XVvmOIkTpBKmndQ+Wb2BTdWtiTYy6mr4PHHIwRQUjOwE0E YATL2wEIANwobd+bGmq64aLPgzMuYxsTEd/nictChfPEpBAZDY13ghng6Eds NEeZHiCRI9VaIyJBLfzv1YvP8NeSaX3HVequjCfIXudOmsSBWg0q8Sj4IXcN KbBC9LP/KbEnOcUasOu0gWLESUuQ+XBWhSkDBPesD26V/u/uvImk/6SkyNcj 0fUzTLt0ci1lTXVi1DOXMnvN/FnR7mp6xi2iLCzSKZK2dTKGJyQZlT1Su7X1 k2IY61rQpuRsmePD3hYhaV92ZQgtTNqc8xsWOPsKW5VhZ/m2UgTg2yFPVyi9 zkxiBm7GFDVmKbtUSuxKt53pvx0p1dOM4p5x4bBQXkaZYTUESn0AEQEAAcLA jQQYAQgAIBYhBE/UAX1hiP+bTwcpngL+zNYwbymcBQJgBMvbAhsMACEJEAL+ zNYwbymcFiEET9QBfWGI/5tPBymeAv7M1jBvKZxZdggArsGwTgOzAjC+/KPF nod6Fu2kMTGM/kelM1TzvTOFJTb2bgQiMDKvHhYjQMgSmtkws0vQQbd7O5K+ zwuCL4h7wiwFQswsBdIP3SBLZh8bLGiUUp+WvBOELL1dnFN98p78UY4OhHTd jSSzf0/Af7GV+pHxnAZd3x4oM2+JRz7asJKroEyeQhaZWpDpXJ0hI46k9nG8 7Gs4Cp2WhrGOyen66xQoD4CHkWGc+/2FmLk/sINPTYmOqB7o9/Pcfeb+NH3G 5sA/hlG+NMC3YfJaDcwX2FnqcpTSYL2bFeWOj65wAQp+9KUSNe8EveDvLO4x MRLParJJyd26xMp7bMKFpjlxCA== =NL+O -----END PGP PUBLIC KEY BLOCK-----
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=#github
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=RawGitHubUserContent
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=https://raw.githubusercontent.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:web:or13.github.io:deno-did-pm, value=https://w3id.org/security/suites/pgp-2021/v1
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:did.actor:mike
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:or13.github.io:deno-did-pm
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:or13.github.io:deno-did-pm

Implementation: MATTR Internal Libraries (DID v1.0)

 (154) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:kyledenhartog.com, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:kyledenhartog.com, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:kyledenhartog.com, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:kyledenhartog.com, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:did.actor:mike
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:kyledenhartog.com
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:web:did.actor:mike, value=true
did-production6.2.1 JSON Production - double: A JSON Number with a decimal and… did:web:did.actor:mike, value=4.5
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1,https://kyledenhartog/context/doggo…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - null: A JSON null literal. did:web:did.actor:mike, value=null
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1,[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1,https://kyledenhartog/context/doggo…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G1Key2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=6RC6BhU93EFEbdqBE43KTmeTraiTLw6ukAFJH3sTavrzpKfFAXKxKKud4cy2KeDL…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G2Key2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=25TLkGwTeWqQZ1mVpJCzRPFUvvs1y3o9EeDUNE19S65uVkSubBf3cHDxa7wXG5TS…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/Rating
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/publicAccess
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/additionalType
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://kyledenhartog/context/doggoservice
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/x25519-2019/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=AywtfWyMWRTokKnnwLChyCDMM32sbLzcGFxuuxKtwmxH
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=trJuKT83nv2FruwDkmMD5945R1syU5sCDiLm4kr2mTj
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=/pathHandshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=5YLjenFRbMKCHV9HsFWhYbmxUnVnuEQxREwYvmRcLpX7
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com/fullyQualified…
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=Fwwr3ccA6UEWFWWpd7X7Xo1vEqSDw8Zj56fKw1q2FBjq
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=/pathHandshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#dogPicService
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=DogPicService
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://i.imgur.com
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:did.actor:mike
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:kyledenhartog.com

Implementation: MATTR Internal Libraries (DID v1.1)

 (154) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:kyledenhartog.com, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:kyledenhartog.com, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:kyledenhartog.com, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:healthcare:doctor:robe…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:healthcare:doctor:robe…, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:did.actor:mike, application/did+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:kyledenhartog.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:kyledenhartog.com, application/did+json
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:did.actor:mike
did-production6.2.1 JSON Production - All entries of a DID document MUST be in… did:web:kyledenhartog.com
did-production6.2.1 JSON Production - boolean: A JSON Boolean. did:web:did.actor:mike, value=true
did-production6.2.1 JSON Production - double: A JSON Number with a decimal and… did:web:did.actor:mike, value=4.5
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1.1,https://kyledenhartog/context/dog…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did-production6.2.1 JSON Production - list: A JSON Array, where each element o… did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:healthcare:doctor:robe…, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:did.actor:mike, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - map: A JSON Object, where each entry is … did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - null: A JSON null literal. did:web:did.actor:mike, value=null
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:healthcare:doctor:robe…, value=#g1,#g2
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1,[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:did.actor:mike, value=did:web:did.actor:mike#g1,did:web:did.ac…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1.1,https://kyledenhartog/context/dog…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=[object Object],[object Object],[object Object]
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey,[ob…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey,/…
did-production6.2.1 JSON Production - set: A JSON Array, where each element of… did:web:kyledenhartog.com, value=[object Object]
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G1Key2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=6RC6BhU93EFEbdqBE43KTmeTraiTLw6ukAFJH3sTavrzpKfFAXKxKKud4cy2KeDL…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=Bls12381G2Key2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=25TLkGwTeWqQZ1mVpJCzRPFUvvs1y3o9EeDUNE19S65uVkSubBf3cHDxa7wXG5TS…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:healthcare:doctor:robe…, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/Rating
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/publicAccess
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=https://schema.org/additionalType
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=hxF12gtsn9ju4-kJq2-nUjZQKVVWpcBAYX5VHnUZMDilClZsGuOaDjlXS8pFE1GG
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=JsonWebKey2020
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=EC
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=BLS12381_G2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=l4MeBsn_OGa2OEDtHeHdq0TBC8sYh6QwoI7QsNtZk9oAru1OnGClaAPlMbvvs73E…
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g1
did-production6.2.1 JSON Production - string: A JSON String. did:web:did.actor:mike, value=did:web:did.actor:mike#g2
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://www.w3.org/ns/did/v1.1
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://kyledenhartog/context/doggoservice
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/ed25519-2018/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://www.w3id.org/security/suites/x25519-2019/v1
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=AywtfWyMWRTokKnnwLChyCDMM32sbLzcGFxuuxKtwmxH
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=trJuKT83nv2FruwDkmMD5945R1syU5sCDiLm4kr2mTj
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=/pathHandshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=X25519KeyAgreementKey2019
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=5YLjenFRbMKCHV9HsFWhYbmxUnVnuEQxREwYvmRcLpX7
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com/fullyQualified…
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=Ed25519VerificationKey2018
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:key:z6MkuQCtdrrbS1iyN1MXJgUxNtZv4Qi5…
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=Fwwr3ccA6UEWFWWpd7X7Xo1vEqSDw8Zj56fKw1q2FBjq
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#signingKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#handshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=/pathHandshakeKey
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=did:web:kyledenhartog.com#dogPicService
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=DogPicService
did-production6.2.1 JSON Production - string: A JSON String. did:web:kyledenhartog.com, value=https://i.imgur.com
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:did.actor:healthcare:doctor:robe…
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:did.actor:mike
did-production6.2.1 JSON Production - When serializing a DID document, a confo… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:kyledenhartog.com
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:did.actor:healthcare:doctor:robe…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:did.actor:mike
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:kyledenhartog.com

Implementation: https://github.com/spruceid/ssi/tree/main/did-web (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:demo.spruceid.com:2021:07:08
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:demo.spruceid.com:2021:07:08
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:demo.spruceid.com:2021:07:08
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:demo.spruceid.com:2021:07:08

Implementation: https://github.com/spruceid/ssi/tree/main/did-web (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:demo.spruceid.com:2021:07:08, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:demo.spruceid.com:2021:07:08
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:demo.spruceid.com:2021:07:08
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:demo.spruceid.com:2021:07:08
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:demo.spruceid.com:2021:07:08

Implementation: Evernym DID infrastructure (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:evernym.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:evernym.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:evernym.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:evernym.com, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:evernym.com
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:evernym.com
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:evernym.com
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:evernym.com

Implementation: Evernym DID infrastructure (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:web:evernym.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:web:evernym.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:web:evernym.com, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:web:evernym.com, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:web:evernym.com
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:web:evernym.com
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:web:evernym.com
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:web:evernym.com

Implementation: Universal Resolver

 (76) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:did.actor:alice, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:did.actor:bob, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:did.actor:carol, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:did.actor:mike, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: MATTR internal libraries

 (283)
 (12)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:example:444, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:web:123, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:web:123, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:web:123, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:web:123, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:web:123, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - invalidDid - The DID supplied to… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - notFound - The DID resolver was … did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:web:123, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:web:123, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:web:123, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:web:123, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web::$_222, expected outcome: invalidDidErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:123, expected outcome: notFoundErrorOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:web:123, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - invalidDidUrl - The DID U… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - notFound - The DID URL de… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The value of this propert… did:example:444, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com#handshakeKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com#signingKey, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com/pathHandshakeK…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com/fullyQualified…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com?service=dogPic…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com?hl=zQmWvQxTqbG…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com?versionId=1, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:kyledenhartog.com?versionTime=20…, expected outcome: notFoundErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example_333, expected outcome: invalidDidUrlErrorOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:example:444, expected outcome: notFoundErrorOutcome
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: https://github.com/OR13/deno-did-pm

 (16)
 (1)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type MUST be exp… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.1 DID URL Dereferencing Options - The Media Type that the ca… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:web:or13.github.io:deno-did-pm?servi…, expected outcome: defaultOutcome

did:webkey

Total Implementations for did:webkey : 3

Implementation: https://github.com/spruceid/ssi/tree/main/did-webkey

 (94)
 (2)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:webkey:ssh:demo.spruceid.com:2021:07:14…
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-resolution7.1 DID Resolution - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - The value of id in the resolved DID documen… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:webkey:ssh:demo.spruceid.com:2021:07:14…, expected outcome: defaultOutcome
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: https://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:webkey:ssh:demo.spruceid.com:2021:07:14…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:webkey:ssh:demo.spruceid.com:2021:07:14…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:webkey:ssh:demo.spruceid.com:2021:07:14…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:webkey:ssh:demo.spruceid.com:2021:07:14…

Implementation: https://github.com/spruceid/ssi/tree/main/did-webkey (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:webkey:ssh:demo.spruceid.com:2021:07:14…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:webkey:ssh:demo.spruceid.com:2021:07:14…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:webkey:ssh:demo.spruceid.com:2021:07:14…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:webkey:ssh:demo.spruceid.com:2021:07:14…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:webkey:ssh:demo.spruceid.com:2021:07:14…

did:webvh

Total Implementations for did:webvh : 8

Implementation: https://github.com/decentralized-identity/didwebvh-py

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json

Implementation: https://github.com/decentralized-identity/didwebvh-ts

 (29) Suite Statement Parameters
did-identifier3.1 DID Syntax - All DIDs MUST conform to the DID Syntax ABNF Ru… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did-core-properties5.1.1 DID Subject - The value of id MUST be a string that confor… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.1.2 DID Controller - The controller property is OPTIONAL. If p… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The map MUST NOT contain "d", or any … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyJwk property is OPTIONAL… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The publicKeyMultibase property is OP… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the controller property … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the id property for a ve… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The value of the type property MUST b… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verification method map MUST incl… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2 Verification Methods - The verificationMethod property is OP… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.2.1 Verification Material - A verification method MUST NOT con… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.3.1 Authentication - The authentication property is OPTIONAL. … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.3.2 Assertion - The assertionMethod property is OPTIONAL. If p… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.3.3 Key Agreement - The keyAgreement property is OPTIONAL. If … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.3.4 Capability Invocation - The capabilityInvocation property … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.3.5 Capability Delegation - The capabilityDelegation property … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - A conforming consumer MUST produce an error if it… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - A conforming producer MUST NOT produce multiple s… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - All [serviceEndpoint] string values MUST be valid… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - Each service map MUST contain id, type, and servi… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - The service property is OPTIONAL. If present, the… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - The value of the id property MUST be a URI confor… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - The value of the serviceEndpoint property MUST be… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties5.4 Services - The value of the type property MUST be a string o… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property name MUST be a string. did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - Each property value MUST be a string, m… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The entire metadata structure MUST be s… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The structure used to communicate this … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-core-properties7.3 Metadata Structure - The values within any complex data stru… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json

Implementation: https://github.com/decentralized-identity/didwebvh-py (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…

Implementation: https://github.com/decentralized-identity/didwebvh-py (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…

Implementation: https://github.com/decentralized-identity/didwebvh-ts (DID v1.0)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…

Implementation: https://github.com/decentralized-identity/didwebvh-ts (DID v1.1)

 (7) Suite Statement Parameters
did-production6.1 Production and Consumption - A conforming producer MUST NOT … did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST retu… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST seri… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.1 Production and Consumption - A conforming producer MUST take… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…, application/did+ld+json
did-production6.3.1 JSON-LD Production - In addition to using the JSON repres… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did-production6.3.1 JSON-LD Production - The DID document and any DID document… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did-production6.3.1 JSON-LD Production - The serialized value of @context MUST… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…
did-production6.3.1 JSON-LD Production - When serializing a JSON-LD representa… did:webvh:QmPEQVM1JPTyrvEgBcDXwjK4TeyLGSX1…

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN

Implementation: DIF

 (14)
 (1)
Suite Statement Parameters
did-url-dereferencing3.1 DID Syntax - All DID URLs MUST conform to the DID URL Syntax… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing3.2.2 Relative DID URLs - When resolving a relative DID URL refe… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A conformant DID URL as a single str… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - A metadata structure. did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing function was ca… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is not successf… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is successful, … did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - If the dereferencing is unsuccessful… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED, but the stru… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This input is REQUIRED. did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - This structure is REQUIRED, and in t… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2 DID URL Dereferencing - To dereference a DID fragment, the c… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - The Media Type value MUST… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome
did-url-dereferencing7.2.2 DID URL Dereferencing Metadata - This property is REQUIRED… did:webvh:QmVJ5nUYb9iugnUz4yDfbe8UFbhmnsvS…, expected outcome: defaultOutcome

did:work

Total Implementations for did:work : 1

Implementation: Universal Resolver

 (19) Suite Statement Parameters
did-resolution7.1 DID Resolution - A metadata structure. did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - A metadata structure. did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If resolveRepresentation was called, this s… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is not successful, this s… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, and if the… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is successful, this MUST … did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this out… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - If the resolution is unsuccessful, this val… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED and the value MUST b… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This input is REQUIRED, but the structure M… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1 DID Resolution - This structure is REQUIRED, and in the case… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type MUST be expressed … did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - The Media Type of the caller's pr… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.1 DID Resolution Options - This property is OPTIONAL for the… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The caller of the resolveReprese… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - The value of this property MUST … did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED if res… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property is REQUIRED when t… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolution7.1.2 DID Resolution Metadata - This property MUST NOT be presen… did:work:2UUHQCd4psvkPLZGnWY33L, expected outcome: defaultOutcomes
did-resolutionAll conformant DID resolvers MUST implement the DID resolution f… did:UNKNOWN