Set
Attribute Schema
Set Attribute Schema
Define or update the attribute schema
POST
Set
Define or update the attribute schema for a memberbase. The schema
specifies which attribute keys are valid and their types.
Adding new keys to the schema does not affect existing members — they
simply won’t have values for the new keys until explicitly set.
Removing a key from the schema prevents new values from being written
for that key but does not delete existing values from members.
Supported Types
The schema supportsstring, number, boolean, date (ISO 8601),
and array (list of strings) types.