{ "$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.

Applicable containers: investment, insurance
", "format": "int64", "readOnly": true } } }