{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AssetClassificationList",
"title": "AssetClassificationList",
"type": "object",
"properties": {
"classificationType": {
"type": "string",
"description": "The type of classification to which the investment belongs (assetClass, country, sector, and style).
Required Feature Enablement: Asset classification feature
Applicable containers: investment
",
"readOnly": true
},
"classificationValue": {
"type": "array",
"description": "The value for each classificationType.
Required Feature Enablement: Asset classification feature
Applicable containers: investment
",
"readOnly": true,
"items": {
"type": "string"
}
}
}
}