Parameter | +Type | +Required? | +
---|---|---|
"resourceCollectionId" |
+ A String that conforms to a unique identifier format for an associated DID method | +Yes | +
"resourceId" |
+ A String, such as a UUID, that uniquely identifies the resource | +Yes | +
"resourceName" |
+ A String that names and identifies a resource. This property, along with the resourceType below, can be used to track version changes within a resource |
+ Yes | +
"resourceType" |
+ A String that uniquely identifies the type of resource | +Yes | +
"resourceVersion" |
+ A String that identifies the version of the resource. This property, along with the resourceName above, can be used to track version changes within a resource |
+ No | +
"alsoKnownAs" |
+ An array that describes alternative URIs for the resource | +No | +
Parameter | +Description | +
---|---|
resourceUri |
+ A string or a map that conforms to the rules of RFC3986 URIs which SHOULD directly lead to a location where the resource can be accessed. For example: did:example:46e2af9a-2ea0-4815-999d-730a6778227c/resources/0f964a80-5d18-4867-83e3-b47f5a756f02 . |
+
resourceCollectionId |
+ A string that conforms to a method-specific supported unique identifier format. For example, a UUID: 46e2af9a-2ea0-4815-999d-730a6778227c . |
+
resourceId |
+ A string that uniquely identifies the resource. For example, a UUID: 0f964a80-5d18-4867-83e3-b47f5a756f02 . |
+
resourceName |
+ A string that uniquely names and identifies a resource. This property, along with the resourceType below, can be used to track version changes within a resource. |
+
resourceType |
+ A string that identifies the type of resource. This property, along with the resourceName above, can be used to track version changes within a resource. Not to be confused with mediaType . |
+
resourceVersion |
+ (Optional) A string that identifies the version of the resource. This property is provided by the client and can be any value. | +
alsoKnownAs |
+ (Optional) An array that describes alternative URIs for the resource. | +
mediaType |
+ A string that identifies the IANA-media type of the resource. | +
created |
+ A string that identifies the time the resource was created, as an XML date-time. | +
updated |
+ (Optional) A string that identifies the time the resource was updated, as an XML date-time. | +
checksum |
+ A string that may be used to prove that the resource has not been tampered with. | +
previousVersionId |
+ (Optional) A string that identifies the previous version of the resource. | +
nextVersionId |
+ (Optional) A string that identifies the next version of the resource. | +
Parameter | +Type | +Description | +
---|---|---|
resourceId |
+ A string that conforms to a method specific unique identifier format. | +The unique identifier of a particular DID-Linked Resource. | +
resourceCollectionId |
+ A string that conforms to a method specific unique identifier format. | +Can be used to query all resources associated with a DID if combined with resourceMetadata=true . |
+
resourceName |
+ A string. | +The specific name of a DID-Linked Resource. | +
resourceType |
+ A string. | +The specific type of a DID-Linked Resource. | +
resourceVersionTime |
+ A JSON String serialized as an XML Datetime normalized to UTC 00:00:00 and without sub-second decimal precision. | +Used to fetch a version of a resource at a specific point in time. | +
checksum |
+ A string. | +Used to specify a particular resource checksum to demonstrate it is untampered. | +
resourceMetadata |
+ Boolean. | +Used to fetch metadata related to a specific resource or group of resources. | +