addedOutput schema / properties / top
Added value: +{
+ "additionalProperties": false,
+ "description": "Автотаблицы «Топ-N …» витрины, те же, что на странице и в её .md-версии (до 10 строк каждая, условия для нового клиента)",
+ "properties": {
+ "best_value": {
+ "additionalProperties": false,
+ "description": "Беспроцентный первый займ для нового клиента, по убыванию дней без процентов",
+ "properties": {
+ "criteria": {
+ "description": "Критерий отбора и сортировки",
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "amount_to_rub": {
+ "description": "Максимальная сумма для нового клиента, ₽",
+ "type": "number"
+ },
+ "canonical_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "interest_free_days": {
+ "description": "Беспроцентный период для нового клиента, дней",
+ "type": "number"
+ },
+ "mfo": {
+ "type": "string"
+ },
+ "rank": {
+ "type": "number"
+ },
+ "rate_per_day_percent": {
+ "description": "% в день для нового клиента, 0 — первый займ под 0 %",
+ "type": "number"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "term_to_days": {
+ "description": "Максимальный срок для нового клиента, дней",
+ "type": "number"
+ }
+ },
+ "required": [
+ "rank",
+ "mfo",
+ "slug",
+ "canonical_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Заголовок таблицы, как на странице («Топ-N …»)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "criteria",
+ "rows"
+ ],
+ "type": "object"
+ },
+ "max_amount": {
+ "additionalProperties": false,
+ "description": "По максимальной сумме для нового клиента",
+ "properties": {
+ "criteria": {
+ "description": "Критерий отбора и сортировки",
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "amount_to_rub": {
+ "description": "Максимальная сумма для нового клиента, ₽",
+ "type": "number"
+ },
+ "canonical_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "interest_free_days": {
+ "description": "Беспроцентный период для нового клиента, дней",
+ "type": "number"
+ },
+ "mfo": {
+ "type": "string"
+ },
+ "rank": {
+ "type": "number"
+ },
+ "rate_per_day_percent": {
+ "description": "% в день для нового клиента, 0 — первый займ под 0 %",
+ "type": "number"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "term_to_days": {
+ "description": "Максимальный срок для нового клиента, дней",
+ "type": "number"
+ }
+ },
+ "required": [
+ "rank",
+ "mfo",
+ "slug",
+ "canonical_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Заголовок таблицы, как на странице («Топ-N …»)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "criteria",
+ "rows"
+ ],
+ "type": "object"
+ },
+ "max_term": {
+ "additionalProperties": false,
+ "description": "По максимальному сроку для нового клиента",
+ "properties": {
+ "criteria": {
+ "description": "Критерий отбора и сортировки",
+ "type": "string"
+ },
+ "rows": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "amount_to_rub": {
+ "description": "Максимальная сумма для нового клиента, ₽",
+ "type": "number"
+ },
+ "canonical_url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "interest_free_days": {
+ "description": "Беспроцентный период для нового клиента, дней",
+ "type": "number"
+ },
+ "mfo": {
+ "type": "string"
+ },
+ "rank": {
+ "type": "number"
+ },
+ "rate_per_day_percent": {
+ "description": "% в день для нового клиента, 0 — первый займ под 0 %",
+ "type": "number"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "term_to_days": {
+ "description": "Максимальный срок для нового клиента, дней",
+ "type": "number"
+ }
+ },
+ "required": [
+ "rank",
+ "mfo",
+ "slug",
+ "canonical_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Заголовок таблицы, как на странице («Топ-N …»)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "criteria",
+ "rows"
+ ],
+ "type": "object"
+ },
+ "note": {
+ "description": "Что это за списки и как ими пользоваться",
+ "type": "string"
+ },
+ "updated": {
+ "description": "Дата изменения страницы, ГГГГ-ММ-ДД",
+ "type": "string"
+ }
+ },
+ "required": [
+ "note"
+ ],
+ "type": "object"
+}