Describes whether or not a archetype should be enabled for the given persona.
The following is the list of all members included in the data model.
Member | Description | Type | Format / Schema | Default Value | Identifier | Unique | Required |
---|---|---|---|---|---|---|---|
enabled | Set to true to enable the archetype for the given persona. Otherwise set to false to disable the archetype. |
boolean |
true |
false | false | true |
{
"enabled": false
}
{
"enabled": false
}
Type: boolean
Default Value: true
Required: true
Set to true
to enable the archetype for the given persona. Otherwise set to false
to disable the archetype.
This data model is referenced in the following endpoints.
// TODO