Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add traits for Did Linked Resources #21

Open
sownak opened this issue Dec 13, 2024 · 0 comments
Open

Add traits for Did Linked Resources #21

sownak opened this issue Dec 13, 2024 · 0 comments

Comments

@sownak
Copy link

sownak commented Dec 13, 2024

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."
    },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant