json data type

Stores data using the JSON (JavaScript Object Notation) format. For example:

Note that the Console validates the JSON as the data is being entered. Among other things, that means that you cannot save a user profile unless all the JSON entered for that profile is valid:

When creating a json attribute the following validations and transformations are available to you:

Validation/TransformationDescription
SearchableIndicates that the attribute can be used in a Console search (searchable attributes are typically referred to as indexed attributes).

Write OnceAttributes that can be written to one time, then are never changed.