decentralized-identity / universal-registrar

Universal Registrar implementation and drivers.
https://uniregistrar.io/
Apache License 2.0
79 stars 27 forks source link

Refactor UpdateRequest #55

Closed cihanss closed 2 years ago

cihanss commented 2 years ago

This PR adds didDocumentOperation field into UpdateRequest and changes didDocument field to List of DID Documents.

cihanss commented 2 years ago

Since API is updated, I removed the deprecated methods. However, I left the ObjectMapper configuration as it is, thinking it gives more flexibility without compromising functionality.

cihanss commented 2 years ago

But if you think this prevents proper enforcement of the API schema, we should remove it.