You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With createResource(), updateResource() and deactivateResource() support now enabled, we should support the did resource traits as well.
Example definitions:
{
"updateableResource": {
"type": "boolean",
"title": "Rotatable Did linked resources",
"description": "Did linked resources are updateable, allowing the resources to be replaced or updated with newer versions."
},
"deactivatableResource": {
"type": "boolean",
"title": "Deactivatable Did linked resources",
"description": "Did linked resources are deactivatable."
},
}
The text was updated successfully, but these errors were encountered:
With
createResource()
,updateResource()
anddeactivateResource()
support now enabled, we should support the did resource traits as well.Example definitions:
The text was updated successfully, but these errors were encountered: