{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/HoldingId",
"title": "HoldingId",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique identifier for the security added in the system. This is the primary key of the holding resource.<br><br><b>Applicable containers</b>: investment, insurance<br>",
"format": "int64",
"readOnly": true
}
}
}