ProfileDescriptionSection

ProfileDescriptionSection
ProfileDescriptionSection

The ProfileDescriptionSection data object contains a profile element description and any messages that may be associated with the profile section.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "description": {
        "_typeName": "string",
        "label": "string",
        "summary": "string",
        "key": "string",
        "messageCatalogKeyPrefix": "string",
        "messageArg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ]
    },
    "message": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ]
}
description
Required

Localized message data.

message
Optional

List of messages that make up the section.