## Properties

`label` string

`description` string (nullable)

`allowedValues` array of

string

`scope` string

Scope migration (#474) — only "person".

`"person"`

`dryRun` boolean

Scope migration only: run the full cascade and roll back.

## Example

AckdbAttributePatchRequest example

```
{
  "label": "string",
  "description": "string",
  "allowedValues": [\
    "string"\\n  ],
  "scope": "person",
  "dryRun": false
}
```
