@jusdino Looks good- do we need to handle the case where a field is _added_? Naively, I wonder if it would work to just do:
```python
updated_values = {key: value for key, value in new_lice...
I assume the explicitness was intentional, but any reason not to share fields with `LicenseGeneralResponseSchema`? Same question for the privilege schemas.
Probably misunderstanding, but if the raw data is being served via API, what is the risk of the hash being served out via API? What additional data does that expose?
Got it. Thanks, @timvisee! Any draft documentation on the custom storage you can share? I'm particularly wondering if it'll be plug-and-play or require more extensive configuration / set-up. We're ...