changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "canonical_url": {
+ "description": "Карточка МФО на zaimhub.com",
+ "format": "uri",
+ "type": "string"
+ },
+ "conditions": {
+ "additionalProperties": false,
+ "properties": {
+ "new_client": {
+ "additionalProperties": false,
+ "properties": {
+ "amount": {
+ "description": "Сумма, ₽",
+ "type": "string"
+ },
+ "full_cost_of_credit": {
+ "description": "Полная стоимость кредита (ПСК), % годовых",
+ "type": "string"
+ },
+ "rate": {
+ "description": "Ставка, % в день",
+ "type": "string"
+ },
+ "term": {
+ "description": "Срок",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "repeat_client": {
+ "additionalProperties": false,
+ "properties": {
+ "amount": {
+ "description": "Сумма, ₽",
+ "type": "string"
+ },
+ "full_cost_of_credit": {
+ "description": "Полная стоимость кредита (ПСК), % годовых",
+ "type": "string"
+ },
+ "rate": {
+ "description": "Ставка, % в день",
+ "type": "string"
+ },
+ "term": {
+ "description": "Срок",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "data_updated_at": {
+ "description": "Дата актуализации записи (ISO 8601)",
+ "type": "string"
+ },
+ "fees": {
+ "additionalProperties": false,
+ "properties": {
+ "early_repayment": {
+ "description": "Досрочное погашение",
+ "type": "string"
+ },
+ "issuance": {
+ "description": "Комиссия за выдачу",
+ "type": "string"
+ },
+ "penalty": {
+ "description": "Штраф при просрочке",
+ "type": "string"
+ },
+ "service": {
+ "description": "Комиссия за обслуживание",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "legal": {
+ "additionalProperties": false,
+ "properties": {
+ "cbr_registry_number": {
+ "description": "Номер записи в госреестре МФО Банка России",
+ "type": "string"
+ },
+ "cbr_registry_url": {
+ "description": "Запись организации в госреестре МФО на cbr.ru — первоисточник для проверки легальности",
+ "format": "uri",
+ "type": "string"
+ },
+ "email": {
+ "type": "string"
+ },
+ "legal_address": {
+ "type": "string"
+ },
+ "legal_entity": {
+ "description": "Юридическое лицо",
+ "type": "string"
+ },
+ "ogrn": {
+ "description": "ОГРН",
+ "type": "string"
+ },
+ "phone": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "rating": {
+ "additionalProperties": false,
+ "properties": {
+ "average": {
+ "description": "Средняя оценка, 0–5",
+ "type": "number"
+ },
+ "criteria": {
+ "description": "Оценки по 4 критериям: скорость, условия, поддержка, сайт",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "label": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "position": {
+ "description": "Место в рейтинге",
+ "type": "number"
+ },
+ "reviews_count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "requirements": {
+ "additionalProperties": false,
+ "properties": {
+ "age_max": {
+ "type": "number"
+ },
+ "age_min": {
+ "type": "number"
+ },
+ "citizenship": {
+ "type": "string"
+ },
+ "documents": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+ },
+ "employment": {
+ "type": "string"
+ },
+ "income_proof": {
+ "type": "string"
+ },
+ "registration": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "summary": {
+ "additionalProperties": false,
+ "properties": {
+ "amount_range": {
+ "type": "string"
+ },
+ "decision_time_minutes": {
+ "type": "number"
+ },
+ "first_loan_zero_percent": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Первый займ под 0%: true / false / null (не подтверждено)"
+ },
+ "full_cost_of_credit_range": {
+ "description": "Диапазон ПСК, % годовых",
+ "type": "string"
+ },
+ "interest_free_days": {
+ "description": "Беспроцентный период первого займа, дней",
+ "type": "number"
+ },
+ "processing_24_7": {
+ "description": "Приём заявок круглосуточно",
+ "type": "boolean"
+ },
+ "rate": {
+ "type": "string"
+ },
+ "term_range": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "first_loan_zero_percent"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "name",
+ "slug",
+ "canonical_url"
+ ],
+ "type": "object"
+}