{ "type": "array", "items": { "$ref": "#/definitions/AccIntr" }, "definitions": { "AccIntr": { "type": "object", "properties": { "security_id": { "title": "Идентификатор ценной бумаги", "description": "Идентификатор ценной бумаги", "minimum": -2147483648, "maximum": 2147483647, "type": "integer" }, "isin": { "title": "ISIN", "description": "ISIN", "maxLength": 64, "type": "string" }, "code_nsd": { "title": "Код НРД", "description": "Код НРД", "maxLength": 64, "type": "string" }, "accintr": { "title": "Значение НКД", "description": "Значение НКД", "type": "array", "items": { "$ref": "#/definitions/AccruedInterestFull" } }, "_p": { "minimum": -2147483648, "maximum": 2147483647, "type": "array", "items": { "type": "integer" } }, "_at": { "title": "Дата обновления", "description": "Дата обновления", "type": "string" }, "_at2": { "title": "Дата обновления (с учетом вложенных объектов)", "description": "Дата обновления (с учетом вложенных объектов)", "type": "string" } }, "required": [ "security_id", "isin", "code_nsd", "_at", "_at2" ] }, "AccruedInterestFull": { "type": "object", "properties": { "id": { "title": "Id", "description": "Идентификатор", "minimum": -2147483648, "maximum": 2147483647, "type": "integer" }, "date": { "title": "Дата расчета НКД", "description": "Дата расчета НКД", "type": "string" }, "value": { "title": "Значение НКД на дату", "description": "Значение НКД на дату", "type": "number" } }, "required": [ "id", "date" ] } } }