requestedAttributes

List of attributes that shall be requested explicitly (selective disclosure), or null to make no restrictions.

By convention, strings containing a . are assumed to request nested claims

Use the claim names name and address.formatted to request all claims within this credential:

"name": "Mustermann",
"address": {
"formatted": "Herrengasse 1"
}
```