{
    "openapi": "3.0.0",
    "info": {
        "title": "MMK-API",
        "version": "1.0.0"
    },
    "paths": {
        "/api/about-magazines": {
            "get": {
                "tags": [
                    "AboutMagazines"
                ],
                "summary": "Информация о журнале",
                "description": "Получить информацию о журнале ",
                "operationId": "14b1fbec2ecd575974410eab07eb3709",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/AboutMagazine"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/about-magazines": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список о журнале",
                "description": "Отображение информации о журнале сайта",
                "operationId": "79b8a34e31d12e2384a76179a21d491c",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/archaeological": {
            "get": {
                "tags": [
                    "Archaeological"
                ],
                "summary": "Список археологических находок",
                "description": "Археологические находки",
                "operationId": "f5103878bccf13535a28c2f0c1d99ecc",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Archaeological"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/archaeological/{slug}": {
            "get": {
                "tags": [
                    "Archaeological"
                ],
                "summary": "Список вкладок археологических находок",
                "description": "Список вкладок археологических находок",
                "operationId": "2a59db9c967dcac7ea4fd27efd73b37b",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ArchaeologicalHeader"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/archaeological/tab/{slug}": {
            "get": {
                "tags": [
                    "Archaeological"
                ],
                "summary": "Деталка вкладки археологических находок",
                "description": "Деталка вкладки археологических находок",
                "operationId": "8c31a718f5e8b1c667b589ca5df4a877",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ArchaeologicalShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/archaeological-finds": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Страница",
                "description": "Архиологические находки.",
                "operationId": "ef28800b384079552aa6d9ffde077161",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowArchaeologicFindPage"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/archaeological/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show archaeological SEO",
                "operationId": "8d8e5dd66dc71f0d1705c9e33229d919",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/archaeological-finds": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список археологических находок",
                "description": "Отображение информации о археологических находках на карте сайта",
                "operationId": "61f605bff9e8cd1505b868472616771c",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/archaeological-find-tabs": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список археологических находок",
                "description": "Отображение информации о археологических находках на карте сайта",
                "operationId": "798ad282d3f2c281c0ff95ad9583b15e",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/main/banners": {
            "get": {
                "tags": [
                    "Main"
                ],
                "summary": "Список баннеров",
                "description": "Получить список баннеров",
                "operationId": "61becbb23167875f56f62b0a561a58e9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Banner"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/banners": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список баннеров",
                "description": "Отображение информации о баннерах на карте сайта",
                "operationId": "88194b8911d38883c36ab1236381f4cd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список книг",
                "description": "Получить список книг",
                "operationId": "42133803909376401fd6f42cbf363143",
                "parameters": [
                    {
                        "name": "searchableContent",
                        "in": "query",
                        "description": "Поиск",
                        "required": false
                    },
                    {
                        "name": "filterList",
                        "in": "query",
                        "description": "Фильтры для сортировки. Фильтры: [title, author, publication_date]",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "properties": {
                                    "field": {
                                        "type": "string"
                                    },
                                    "order": {
                                        "description": "Направление сортировки",
                                        "type": "string",
                                        "enum": [
                                            "asc",
                                            "desc"
                                        ]
                                    }
                                },
                                "type": "object"
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Book"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/books/{slug}": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Информация о книге",
                "description": "Получение информации о книге по её ID (обозначенному как slug)",
                "operationId": "433feed5be18f1fe6bf9ef6acc79c0ad",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "description": "ID книги (обозначен как slug)",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/BookShow"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Книга не найдена"
                    }
                }
            }
        },
        "/api/books/{slug}/macro-objects": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Макрообъекты",
                "description": "Получение макрообъектов по ID книги (обозначенному как slug)",
                "operationId": "124ab4dca1c039d674379be7b68f1c3e",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "description": "ID книги (обозначен как slug)",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MacroObjects"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Книга не найдена"
                    }
                }
            }
        },
        "/api/macro-objects/{macroObject}/download-pdf": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Скачать PDF",
                "description": "Скачать PDF-файл, связанный с макрообъектом",
                "operationId": "439aefb8cd3861d7cf04fd76ffe36b30",
                "parameters": [
                    {
                        "name": "macroObject",
                        "in": "path",
                        "description": "ID макрообъекта",
                        "required": true,
                        "schema": {
                            "type": "integer"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "PDF успешно скачан",
                        "content": {
                            "application/pdf": {
                                "schema": {
                                    "type": "string",
                                    "format": "binary"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "PDF не найден"
                    }
                }
            }
        },
        "/api/bookmarks": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список закладок",
                "description": "Получить закладки",
                "operationId": "34e63f83640a2e5d0aba0eb26195cff0",
                "parameters": [
                    {
                        "name": "bookId[]",
                        "in": "query",
                        "description": "bookId",
                        "required": true,
                        "schema": {
                            "type": "array",
                            "items": {}
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Book"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/advanced-search": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Расширенный поиск",
                "description": "Расширенный поиск книг по указанным параметрам.",
                "operationId": "a887701af47b03b1ec52fe1a727f7c39",
                "parameters": [
                    {
                        "name": "advancedSearch[]",
                        "in": "query",
                        "description": "Массив условий для расширенного поиска. Field: [title, author, heading, physical_medium, city, publish, publication_date], operator: [and, or, and not] ",
                        "required": true,
                        "schema": {
                            "type": "array",
                            "items": {
                                "properties": {
                                    "field": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": "string"
                                    },
                                    "operator": {
                                        "type": "string",
                                        "example": "or"
                                    }
                                },
                                "type": "object"
                            }
                        }
                    },
                    {
                        "name": "filterList",
                        "in": "query",
                        "description": "Фильтры для сортировки. Фильтры: [title, author, publication_date]",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "properties": {
                                    "field": {
                                        "type": "string"
                                    },
                                    "order": {
                                        "description": "Направление сортировки",
                                        "type": "string",
                                        "enum": [
                                            "asc",
                                            "desc"
                                        ]
                                    }
                                },
                                "type": "object"
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Book"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/books/download-pdf": {
            "post": {
                "tags": [
                    "Book"
                ],
                "summary": "Скачать PDF с информацией о книгах",
                "description": "Генерация PDF-файла по ID книг и возврат его для скачивания",
                "operationId": "811cb31275b947ab6800dd21df013c45",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "bookIds": {
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        }
                                    }
                                },
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "PDF успешно сгенерирован",
                        "content": {
                            "application/pdf": {
                                "schema": {
                                    "type": "string",
                                    "format": "binary"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Неверный запрос"
                    },
                    "404": {
                        "description": "Книги не найдены"
                    }
                }
            }
        },
        "/api/books/send-pdf-email": {
            "post": {
                "tags": [
                    "Book"
                ],
                "summary": "Отправить PDF с информацией о книгах на email",
                "description": "Генерация PDF-файла по ID книг и отправка его на указанный email",
                "operationId": "e86b746c5006b21daa1b2e6a17660c14",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "bookIds": {
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        }
                                    },
                                    "email": {
                                        "type": "string",
                                        "format": "email"
                                    }
                                },
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Письмо с PDF поставлено в очередь на отправку",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        }
                                    },
                                    "type": "object"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Неверный запрос"
                    },
                    "404": {
                        "description": "Книги не найдены"
                    }
                }
            }
        },
        "/api/books/{slug}/marc": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Информация о книге в формате MARC",
                "description": "Получение информации о книге в формате MARC по её ID (обозначенному как slug)",
                "operationId": "fbb853b13f1570cc52164070665524cd",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "description": "ID книги (обозначен как slug)",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "text/html": {
                                "schema": {
                                    "type": "string"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Книга не найдена"
                    }
                }
            }
        },
        "/api/children-season-tickets/": {
            "get": {
                "tags": [
                    "Education Children"
                ],
                "summary": "Список абонементов для детей.",
                "description": "Получить список абонементов детей.",
                "operationId": "f5a8bedb5340f29c88c8ccea5975c78e",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ChildrenSeasonTicket"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-season-tickets/{slug}": {
            "get": {
                "tags": [
                    "Education Children"
                ],
                "summary": "Страница абонементы детям.",
                "description": "Получить страницу абонементов детей.",
                "operationId": "18675d006f31846567a729b5134fbc16",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowChildrenSeasonTicket"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-season-tickets/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show children-season-tickets SEO",
                "operationId": "83ec631375ca75476fd75ad5742157ee",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/children-season-tickets": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список абонементов: детям",
                "description": "Отображение информации о абонементах: детям на карте сайта",
                "operationId": "ccd6b30cdfa9f35ee65e2cc1125eccb5",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/cities": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список городов",
                "description": "Отображение информации о городах на карте сайта",
                "operationId": "7e830cc091eab91f955eda0ab3149f57",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/client-cards/individual": {
            "get": {
                "tags": [
                    "ClientCard"
                ],
                "summary": "Список карт по типу \"Индивидуальное членство\"",
                "description": "Получить список карт \"Индивидуальное членство\"",
                "operationId": "89eb93341325ce0c849292be8de2f1a5",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ClientCardIndividual"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/client-cards/patron": {
            "get": {
                "tags": [
                    "ClientCard"
                ],
                "summary": "Список карт по типу \"Карта мецената\"",
                "description": "Получить список карт \"Карта мецената\"",
                "operationId": "037d382dea92c1f891b7c80703ad95fd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ClientCardPatron"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/client-cards/corporate": {
            "get": {
                "tags": [
                    "ClientCard"
                ],
                "summary": "Список карт по типу \"Корпоративное членство\"",
                "description": "Получить список карт \"Корпоративное членство\"",
                "operationId": "cb8792d3a4d5b7fb01f8052900dfeaa9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ClientCardCorporate"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/client-cards": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список карт",
                "description": "Отображение информации о картах на карте сайта",
                "operationId": "a5279dadfda641a19769021154f36e82",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/main/collections": {
            "get": {
                "tags": [
                    "Main"
                ],
                "summary": "Список коллекций блоков",
                "description": "Получить список коллекций блоков",
                "operationId": "6937bbdceb4d9a23248e04d789e8e9dd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/BlockCollection"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/collections": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список коллекций",
                "description": "Отображение информации о коллекциях на карте сайта",
                "operationId": "ee4b5744e6890aa4714810e17d2a28ed",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/compilations": {
            "get": {
                "tags": [
                    "Compilations"
                ],
                "summary": "Список собраний",
                "description": "Получить список собраний",
                "operationId": "d035429aba07d1082c757e665179814b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexCompilation"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/compilations/{compilation}": {
            "get": {
                "tags": [
                    "Compilations"
                ],
                "summary": "Детальная страница собрания",
                "description": "Получить собрание",
                "operationId": "c71588d3b9b968fefedfd4a988319158",
                "parameters": [
                    {
                        "name": "compilation",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowCompilation"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/compilations/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show compilations SEO",
                "operationId": "98778fa8803c75b0465df132522cc002",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/compilations": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список собраний",
                "description": "Отображение информации о собраниях на карте сайта",
                "operationId": "1f00a04becc52ed4fd6ca099f1b66618",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/completed-science-projects": {
            "get": {
                "tags": [
                    "CompletedScienceProject"
                ],
                "summary": "Завершенные научные проекты",
                "description": "Получить список завершенных научных проектов",
                "operationId": "80710c5c714312eee7a42f07bf923dfe",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/CompletedScienceProject"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/completed-science-projects/{slug}": {
            "get": {
                "tags": [
                    "CompletedScienceProject"
                ],
                "summary": "Список вкладок научного проекта",
                "description": "Получить список вкладок научного проекта",
                "operationId": "6127e03f5d0a0f59931c5aea24c0c5d6",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/CompletedScienceProjectHeader"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/completed-science-projects/tab/{slug}": {
            "get": {
                "tags": [
                    "CompletedScienceProject"
                ],
                "summary": "Детальная информация вкладки завершенные научные проекты",
                "description": "Получить детальную информацию вкладки завершенного научного проекта",
                "operationId": "d6963240e08dd57f979f830188da6b05",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CompletedScienceProjectShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/completed-science-projects": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Страница",
                "description": "Завершенные научные проекты.",
                "operationId": "529034b4535199c630f63dbc4cd2badf",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowCompletedScienceProjectPage"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/completed-science-projects/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show completed-science-projects SEO",
                "operationId": "55624b56d376ffc8f2bbaa49c4353b46",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/completed-science-project-tabs": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список вкладок завершенных научных проектов",
                "description": "Отображение информации о вкладках завершенных научных проектах\nна карте сайта",
                "operationId": "ac791b1ab971eabac551acce4f90b3a9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/comprehensive-restorations": {
            "get": {
                "tags": [
                    "ComprehensiveRestoration"
                ],
                "summary": "Список комплексных реставраций",
                "description": "Получить список комплексных реставраций",
                "operationId": "19f7a84c93461d8d8d16cd104b4bb78b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ComprehensiveRestoration"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/comprehensive-restorations/{slug}": {
            "get": {
                "tags": [
                    "ComprehensiveRestoration"
                ],
                "summary": "Список вкладок комплексных реставраций",
                "description": "Получить список вкладок комплексных реставраций",
                "operationId": "e892feb8b5772d456ccc79a03dd74359",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ComprehensiveRestorationHeader"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/comprehensive-restorations/tab/{slug}": {
            "get": {
                "tags": [
                    "ComprehensiveRestoration"
                ],
                "summary": "Детальная информация вкладки комплексной реставркации",
                "description": "Получить детальную информцию вкладки комплексной реставрации",
                "operationId": "2f3ca5fd95f97cb08c7a60ad1a1c274f",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ComprehensiveRestorationShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/comprehensive-restorations": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Старница комплексной рестоврации",
                "description": "Старница комплексной рестоврации",
                "operationId": "df45ff2b1ef2e0313612974b27ccb6fd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowComprehensiveRestoration"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/comprehensive-restorations/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show compilations SEO",
                "operationId": "0dbeed3729f1fb2f60e3dd043f17bd4d",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/comprehensive-restorations": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список комплексных рестовраций",
                "description": "Отображение информации о комплексных рестоврациях на карте сайта",
                "operationId": "eae89720b82b6e1f0810597676e00460",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/comprehensive-restoration-tabs": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список вкладок комплексных рестовраций",
                "description": "Отображение информации о вкладки комплексных рестоврациях на карте сайта",
                "operationId": "e85b06cb087bdbb6255b36768880e0c7",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/concerts/{slug}": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Информация о концерте",
                "description": "Получение информации о концерте",
                "operationId": "a6ee98f57fc4d505821ea7fa307a9c11",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Concert"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/concerts": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список концертов",
                "description": "Отображение информации о концертах на карте сайта",
                "operationId": "3e0a197b0ad25072e667140f0fa26b95",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/concerts/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show concerts SEO",
                "operationId": "a07cc5bbd7bd5c3f7b731ee875a2a93f",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/contact-categories": {
            "get": {
                "tags": [
                    "Contacts"
                ],
                "summary": "Список категорий и контактов",
                "description": "Получить список категорий и их контактов",
                "operationId": "4bb5ebc31349f8c1ae5887c051055d58",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ContactCategory"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/contact-categories": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список категорий контактов",
                "description": "Отображение информации о категории контактов на карте сайта",
                "operationId": "8801ed3815f37ca01fbcebeee3c6cfc3",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/contacts": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список контактов",
                "description": "Отображение информации о контактах на карте сайта",
                "operationId": "7636513df11e2275fb1ac8e645b65a56",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/current-restorations": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список вкладок страницы текущей реставрация",
                "description": "Получить список вкладок страницы текущей реставрации",
                "operationId": "ddced7f8da0df475785a51ce310f80b5",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShortCurrentRestoration"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/current-restorations/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Детальная информация вкладки текущей реставрации",
                "description": "Получить детальную информацию вкладки текущей реставрации",
                "operationId": "11f332ffbaa3a7cf282fc365ce7c8873",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/CurrentRestoration"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/current-restorations": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список текущих реставраций",
                "description": "Отображение информации о текущих реставрациях на карте сайта",
                "operationId": "942535705c633c0f55f737596c6fb538",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/titles-books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список заголовков",
                "description": "Получить список заголовков",
                "operationId": "db34955716cd9b3058e82da1d2386732",
                "parameters": [
                    {
                        "name": "term",
                        "in": "query",
                        "description": "Поиск",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Dictionary"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/physical-medium-books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список физических носителей",
                "description": "Получить список физических носителей",
                "operationId": "993c2d32f414eed8e39586fed409db80",
                "parameters": [
                    {
                        "name": "term",
                        "in": "query",
                        "description": "Поиск",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Dictionary"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/authors-books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список авторов",
                "description": "Получить список авторов",
                "operationId": "0ae6709326f1c23da2be115354829e1c",
                "parameters": [
                    {
                        "name": "term",
                        "in": "query",
                        "description": "Поиск по ФИО",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Dictionary"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/publishing-books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список издательств",
                "description": "Получить список издательств",
                "operationId": "556b6437d2d5556e82dd53ab5708f8ae",
                "parameters": [
                    {
                        "name": "term",
                        "in": "query",
                        "description": "Поиск",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Dictionary"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/cities-books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список мест издательств",
                "description": "Получить список мест издательств",
                "operationId": "ea381f1079d8588cbe67bd12e1d9badc",
                "parameters": [
                    {
                        "name": "term",
                        "in": "query",
                        "description": "Поиск",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Dictionary"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/dates-books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список мест издательств",
                "description": "Получить список мест издательств",
                "operationId": "f6aba3f7b8c6cd7e1e2266a45aed4dc7",
                "parameters": [
                    {
                        "name": "term",
                        "in": "query",
                        "description": "Поиск",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Dictionary"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/headings-books": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Список основных рубрик",
                "description": "Получить список основных рубрик",
                "operationId": "6f4cb6f55e55b862a8d58529b965b292",
                "parameters": [
                    {
                        "name": "term",
                        "in": "query",
                        "description": "Поиск",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Dictionary"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/search-dictionary": {
            "get": {
                "tags": [
                    "Book"
                ],
                "summary": "Поиск по словарю",
                "description": "Поиск по словарю",
                "operationId": "d08392892025ae304c8351d387beeef6",
                "parameters": [
                    {
                        "name": "authorId[]",
                        "in": "query",
                        "description": "authorId",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    },
                    {
                        "name": "dateId[]",
                        "in": "query",
                        "description": "dateId",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    },
                    {
                        "name": "cityId[]",
                        "in": "query",
                        "description": "cityId",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    },
                    {
                        "name": "publishId[]",
                        "in": "query",
                        "description": "publishId",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    },
                    {
                        "name": "physicalMediumId[]",
                        "in": "query",
                        "description": "physicalMediumId",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    },
                    {
                        "name": "titleId[]",
                        "in": "query",
                        "description": "titleId",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    },
                    {
                        "name": "headingId[]",
                        "in": "query",
                        "description": "headingId",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    },
                    {
                        "name": "filterList",
                        "in": "query",
                        "description": "Фильтры для сортировки. Фильтры: [title, author, publication_date]",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "properties": {
                                    "field": {
                                        "type": "string"
                                    },
                                    "order": {
                                        "description": "Направление сортировки",
                                        "type": "string",
                                        "enum": [
                                            "asc",
                                            "desc"
                                        ]
                                    }
                                },
                                "type": "object"
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Book"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/directors/{director}": {
            "get": {
                "tags": [
                    "Directors"
                ],
                "summary": "Детальная страница руководителя",
                "description": "Получить руководителя",
                "operationId": "565b75164891602facd799cabec15fab",
                "parameters": [
                    {
                        "name": "director",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowDirector"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/directors/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show directors SEO",
                "operationId": "6948422188650700a6676610cdba8fa6",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/directors": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список руководителей",
                "description": "Отображение информации о руководителях на карте сайта",
                "operationId": "3304fca9a31f730debcfb5a430faff9b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/dynamic-crumbs/{type_event}/{slug}": {
            "get": {
                "tags": [
                    "DynamicCrumbs"
                ],
                "summary": "Информация о журнале",
                "description": "Получить информацию о журнале ",
                "operationId": "2c067381375fb7ede318b33c97dbc091",
                "parameters": [
                    {
                        "name": "type_event",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "specialists",
                                    "children",
                                    "other",
                                    "adult-program",
                                    "cycle",
                                    "exhibition"
                                ]
                            }
                        }
                    },
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/AboutMagazine"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/adults": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Образование взрослым.",
                "operationId": "400cef0d650966f820ec6b54230b1333",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducation"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/adults/lecture-cycles": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Лекционные циклы",
                "description": "Лекционные циклы для взрослых.",
                "operationId": "b40acf06baf0e8518f4875d50fbfb5cb",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdult"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/adults/lecture-cycles/archive": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Архив лекционных циклов",
                "description": "Архив лекционных циклов для взрослых.",
                "operationId": "8ec0c9e20aee1f3421c3a3ebfca4c4e4",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdultContact"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/adults/lecture-cycles/record": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Запись на лекционные циклы",
                "description": "Запись на лекционные циклы для взрослых.",
                "operationId": "639d10bffd727cf872545ee16ff8e6bb",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdult"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/adults/programs-exhibition": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Программы для посетителей выставок",
                "description": "Программы для посетителей выставок для взрослых.",
                "operationId": "362498ee59663da4adb1b871b27fb8c1",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdult"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/adults/programs-exhibition/archive": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Архив программ для посетителей выставок",
                "description": "Архив программ для посетителей выставок для взрослых.",
                "operationId": "f181a93bbeb1cad2e99ab22265c54d41",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdultContact"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/adults/programs-exhibition-visit": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Запись на программы для посетителей выставок",
                "description": "Запись на программы для посетителей выставок для взрослых.",
                "operationId": "f464719579dbbb797fa4876d99e2c950",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdult"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/students": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Образование для студентов.",
                "operationId": "620b40c039955c216bb4f297b581b383",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationStudents"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/students/lectures": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Лекции",
                "description": "Лекции для студентов.",
                "operationId": "bc8469609cd5018b6e951077aee94911",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducation"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/students/lectures-with-excursions": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Лекции с экскурсиями",
                "description": "Лекции с экскурсиями для студентов.",
                "operationId": "cabf4ddcdf04b25513e2f040dc8b0f2b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationStudentLecture"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/educators": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Образование для педагогов.",
                "operationId": "f64f4a76553a7ebad4c16091ddeb9362",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationStudentLecture"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/children": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Образование для детей.",
                "operationId": "018acc50e484f3b0a3bde8801db34e16",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducation"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/children/lectures": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Лекции",
                "description": "Лекции для детей.",
                "operationId": "1cc77eadff9786a1905cec072566b06c",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdultContact"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/education/children/lecture-cycles": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Лекционные циклы",
                "description": "Лекционные циклы для детей.",
                "operationId": "0cff8cd20978a58ac1c0f2edfedff4cc",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowEducationAdultContact"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions-banners/banners": {
            "get": {
                "tags": [
                    "ExcursionBanner"
                ],
                "summary": "Список баннеров",
                "description": "Получить список баннеров экскурсий",
                "operationId": "bd70de84cbde63b1f6db6008afe918f9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ExcursionBanner"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/recruitment": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список экскурсий",
                "description": "Получить список экскурсий в составе наборной группы.\n        Можно отфильтровать: sightseeing - Обзорные, thematic - Тематические, exhibitions - По выставкам",
                "operationId": "a104be3bc89eb3cd598d7d6f9b491ab8",
                "parameters": [
                    {
                        "name": "eventTypes",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "enum": [
                                    "sightseeing",
                                    "thematic",
                                    "exhibitions"
                                ]
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IndexExcursion"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/small": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список экскурсий",
                "description": "Получить список экскурсий для небольшой группы.\n        Можно отфильтровать: sightseeing - Обзорные, thematic - Тематические, exhibitions - По выставкам",
                "operationId": "0e30556e5c622feed262a6bf44b7f48f",
                "parameters": [
                    {
                        "name": "eventTypes",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "enum": [
                                    "sightseeing",
                                    "thematic",
                                    "exhibitions"
                                ]
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IndexExcursion"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/organized": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Страница организованной группы",
                "description": "Страница организованной группы",
                "operationId": "e2ce1feed97654f778cba00ebb31cd67",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShowOrganizedGroup"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/organized-excursions": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список организованных экскурсий",
                "description": "Отображение информации о организованных эксурсиях на карте сайта",
                "operationId": "c8cb5b6ff5f6518851b1c4db906064de",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/organized-adult": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список экскурсий для организованной взрослой группы",
                "description": "Получить список экскурсий для организованной взрослой группы.\n        Обязательно указать тип: sightseeing - Обзорные, thematic - Тематические, exhibitions - По выставкам",
                "operationId": "e779469ee42825921dc3f3f215099340",
                "parameters": [
                    {
                        "name": "eventTypes",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "enum": [
                                    "sightseeing",
                                    "thematic",
                                    "exhibitions"
                                ]
                            }
                        }
                    },
                    {
                        "name": "tags[]",
                        "in": "query",
                        "description": "Добавьте необходимые теги. (slug)",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexOrganizedExcursion"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/organized-children": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список экскурсий для организованной детской группы",
                "description": "Получить список экскурсий для организованной детской группы.\n        Обязательно указать тип: sightseeing - Обзорные, thematic - Тематические, exhibitions - По выставкам. И возраст",
                "operationId": "35f7bf658c2b1b9339a29fba2860d273",
                "parameters": [
                    {
                        "name": "eventTypes",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "sightseeing",
                                    "thematic",
                                    "exhibitions"
                                ]
                            }
                        }
                    },
                    {
                        "name": "age",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "enum": [
                                    "6-8",
                                    "9-10",
                                    "11-14",
                                    "15-18"
                                ]
                            }
                        }
                    },
                    {
                        "name": "tags[]",
                        "in": "query",
                        "description": "Добавьте необходимые теги. (slug)",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexOrganizedExcursion"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/organized-sigth-exhibit": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список экскурсий для организованной группы",
                "description": "Получить список экскурсий для организованной группы.\n        Обязательно указать тип: sightseeing - Обзорные, thematic - Тематические, exhibitions - По выставкам. И возраст",
                "operationId": "51d1fbf0451484b00bcac3cfcd3f18b7",
                "parameters": [
                    {
                        "name": "isChildren",
                        "in": "query",
                        "description": "true - детям, false - взрослым",
                        "required": true,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "age",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "enum": [
                                    "6-8",
                                    "9-10",
                                    "11-14",
                                    "15-18"
                                ]
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexOrganizedExcursion"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/organized-thematic": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список экскурсий для организованной группы",
                "description": "Получить список экскурсий для организованной группы.",
                "operationId": "8a03e1ac4d9a5822329e50bfb611a5b7",
                "parameters": [
                    {
                        "name": "isChildren",
                        "in": "query",
                        "description": "true - детям, false - взрослым",
                        "required": true,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "age",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "enum": [
                                    "6-8",
                                    "9-10",
                                    "11-14",
                                    "15-18"
                                ]
                            }
                        }
                    },
                    {
                        "name": "tags[]",
                        "in": "query",
                        "description": "Добавьте необходимые теги. (slug)",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexOrganizedExcursion"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/get-tags": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список тегов",
                "description": "Получение тегов для организованных экскурсий",
                "operationId": "edf3d12c344d21086a61f3c82242cbba",
                "parameters": [
                    {
                        "name": "is_children",
                        "in": "query",
                        "description": "Взрослым или детям(true - детям, false - взрослым)",
                        "required": true,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexCycle"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/{slug}": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Детальная информация об экскурсии",
                "description": "Получить экскурсию",
                "operationId": "89ee6d32e12421b7232ef309686161a7",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowExcursion"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show excursions SEO",
                "operationId": "d96e4cfe42a62dce0c049347d21e91fd",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursions/groups/tags": {
            "get": {
                "tags": [
                    "Excursions"
                ],
                "summary": "Список тегов группы для тематических экскурсий",
                "description": "Получить список тегов для группы тематический экскурсий.",
                "operationId": "607f6b7c7fb34ed937e1481370742635",
                "parameters": [
                    {
                        "name": "children",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "age",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "enum": [
                                    "6-8",
                                    "9-10",
                                    "11-14",
                                    "15-18"
                                ]
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Tag"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/excursions": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Страница экскурсий",
                "description": "Страница экскурсий",
                "operationId": "06fccc36dd1fb8fc5becabf5925d0066",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowExcursionMain"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/excursions-groups": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Страница экскурсий для организованных групп",
                "description": "Страница экскурсий для организованных групп",
                "operationId": "a7335897f40ed52c5659710f4e57e012",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowExcursionGroup"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/excursions/children-groups": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Экскурсии для детских организованных групп",
                "description": "Экскурсии для детских организованных групп",
                "operationId": "8eea43c08d77d24f075a8048d5321473",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowExcursionGroup"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/excursions/season-tickets": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Детские  экскурсионные абонементы",
                "description": "Детские  экскурсионные абонементы",
                "operationId": "a636580373d2c0b0055a34804673a854",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowExcursionGroup"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/excursions": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список экскурсий",
                "description": "Отображение информации о эксурсиях на карте сайта",
                "operationId": "ede42bf2693b2f1eba7b422b3d9e0ec8",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/excursion-groups": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список групп экскурсий",
                "description": "Отображение информации о группах экскурсий на карте сайта",
                "operationId": "23cc64aaa205a10d6215161b0b54c5a7",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/excursion-banners": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список баннеров для экскурсий",
                "description": "Отображение информации о баннерах для экскурсий на карте сайта",
                "operationId": "bec9f2019a1b0f452c4dbedeef538a21",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/excursion-season-tickets": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список детских абонементах",
                "description": "Отображение информации о детских абонементах на карте сайта",
                "operationId": "e405dee6a52ead9c3b0a9e5439842224",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/excursion-season-tickets": {
            "get": {
                "tags": [
                    "ExcursionSeasonTickets"
                ],
                "summary": "Список детских экскурсионных абонементов",
                "description": "Получить список детских экскурсионных абонементов.",
                "operationId": "c153b84b5a9bf071e69732cbc997f0d9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ExcursionSeasonTicket"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/exhibitions/{slug}": {
            "get": {
                "tags": [
                    "Exhibitions"
                ],
                "summary": "Информация о выставке",
                "description": "Получение информации о выставке",
                "operationId": "6b9553a7501b2f16ffacc2aa5da9fe2c",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowExhibition"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/exhibitions": {
            "get": {
                "tags": [
                    "Exhibitions"
                ],
                "summary": "Список выставок",
                "description": "Получение всех выставок",
                "operationId": "0e12947cb1ff71682591be108c479501",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexExhibition"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/exhibitions/archive": {
            "get": {
                "tags": [
                    "Exhibitions"
                ],
                "summary": "Список всех архивных выставок",
                "description": "Получение всех архивных выставок",
                "operationId": "f79b730aa15d224b3d1637d6d0ba194d",
                "parameters": [
                    {
                        "name": "year",
                        "in": "query",
                        "description": "Фильтрация по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexExhibition"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/exhibitions/upcoming": {
            "get": {
                "tags": [
                    "Exhibitions"
                ],
                "summary": "Предстоящая выставка",
                "description": "Получение предстоящей выставки",
                "operationId": "f894cfe5955233ded825000e100b7539",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShowUpcomingExhibition"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/exhibitions/touring": {
            "get": {
                "tags": [
                    "Exhibitions"
                ],
                "summary": "Список всех текущих гастрольных выставок",
                "description": "Получение всех текущих гастрольных выставок",
                "operationId": "98fa9d7041a20b58d32cb9bca5c1f92c",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexExhibition"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/exhibitions/archive/filter-year": {
            "get": {
                "tags": [
                    "Exhibitions"
                ],
                "summary": "Список годов для фильтра архивных выставок",
                "description": "Получение годов для фильтра архивных выставок",
                "operationId": "c2e452157b334165eaae6a2673d8800a",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/exhibitions": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список выставок",
                "description": "Отображение информации о выставках на карте сайта",
                "operationId": "5eab2637ae0a6699f8ff0e7f8e038f08",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/exhibitions/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show exhibitions SEO",
                "operationId": "1d4bae88817c769f30a447f56beafc15",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/facts/{slug}": {
            "get": {
                "tags": [
                    "EducationEducators"
                ],
                "summary": "Информация о факте",
                "description": "Получить факт",
                "operationId": "2917df67cddede638d5bd9d3255253bb",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Fact"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/facts/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show facts SEO",
                "operationId": "6d37237403d4555c635d71d8e63754bf",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/facts": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список фактов",
                "description": "Отображение информации о фактах на карте сайта",
                "operationId": "e7fcd671c57e9dd60c48831728db1fdd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/fact-cards": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список карточек фактов",
                "description": "Отображение информации о карточках фактов на карте сайта",
                "operationId": "4dcae9e37921bcd0c60a8a0e77c57b89",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/feedback": {
            "post": {
                "tags": [
                    "Feedback"
                ],
                "summary": "Создать новый вопрос",
                "operationId": "7017256f15966bceb26d8da3db578f02",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "required": [
                                    "name",
                                    "phone_number",
                                    "email",
                                    "message"
                                ],
                                "properties": {
                                    "name": {
                                        "type": "string",
                                        "example": "Иван Иванов"
                                    },
                                    "phone_number": {
                                        "type": "string",
                                        "example": "+1234567890"
                                    },
                                    "email": {
                                        "type": "string",
                                        "format": "email",
                                        "example": "ivan@gmail.com"
                                    },
                                    "message": {
                                        "type": "string",
                                        "example": "Как добраться?"
                                    },
                                    "processed": {
                                        "type": "boolean",
                                        "example": false
                                    }
                                },
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Feedback"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/festivals": {
            "get": {
                "tags": [
                    "Festivals"
                ],
                "summary": "Список актуальных фестивалей",
                "description": "Получить список актуальных фестивалей",
                "operationId": "084b982e1abb7e8485f2131e2ef3af52",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IndexFestival"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/festivals/archive": {
            "get": {
                "tags": [
                    "Festivals"
                ],
                "summary": "Список архивных фестивалей",
                "description": "Получить список архивных фестивалей",
                "operationId": "0d1b73994bae22b9458895dd3d453244",
                "parameters": [
                    {
                        "name": "year",
                        "in": "query",
                        "description": "Фильтрация по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IndexFestival"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/festivals/archive/filter-year": {
            "get": {
                "tags": [
                    "Festivals"
                ],
                "summary": "Список годов для фильтра архивных циклов для фестивалей",
                "description": "Получение годов для фильтра архивных фестивалей",
                "operationId": "496c99c1936faf1814f5be09bb35661d",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/festivals/{slug}": {
            "get": {
                "tags": [
                    "Festivals"
                ],
                "summary": "Информация о фестивале",
                "description": "Получить детальную информацию о фестивале",
                "operationId": "8199eb6c64c81cb0f32a3df05542a6a0",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Festival"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/festivals": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список фестивалей",
                "description": "Отображение информации о фестивалях на карте сайта",
                "operationId": "f0f2031d678298da9bc200cb81369ddd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/festivals/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Festivals SEO",
                "operationId": "15b51541b757e87e1768e2d4d72e3f4e",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/frequent-questions": {
            "get": {
                "tags": [
                    "Frequent Questions"
                ],
                "summary": "Страница частых вопросов",
                "description": "Страница частых вопросов",
                "operationId": "d1cfa4852cc36613b89edcea40804514",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/FrequentQuestionResource"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/frequent-questions": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список частых вопросов (посетителям)",
                "description": "Отображение информации о частых вопросах на карте сайта (посетителям)",
                "operationId": "deb7d2fd7d5d8e2b8dfc71537b2356ba",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/grades/{grade}": {
            "get": {
                "tags": [
                    "EducationEducators"
                ],
                "summary": "Названия и слаги всех сущностей для странички класса",
                "description": "Материалы для класса",
                "operationId": "418d58b94cae1f92204f9ac7cd283bff",
                "parameters": [
                    {
                        "name": "grade",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Grade"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/grades": {
            "get": {
                "tags": [
                    "EducationEducators"
                ],
                "summary": "Список Классов",
                "description": "Классы",
                "operationId": "c7edc26c06332d05f38f468136374a78",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexGrade"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/grades/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show grades SEO",
                "operationId": "2af1046a25338bfb6c823aae39247f9f",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/guides": {
            "get": {
                "tags": [
                    "Guides"
                ],
                "summary": "Список Путеводителей",
                "description": "Путеводитель",
                "operationId": "b946128a2194d4aa4ee0edce9aa6ee96",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Guide"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/guides/{slug}": {
            "get": {
                "tags": [
                    "Guides"
                ],
                "summary": "Детальная информация о Путеводителе",
                "description": "Детальная информация о Путеводителе",
                "operationId": "98ac6205324098559a7cddf33ff7538e",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuideShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/guides/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show guides SEO",
                "operationId": "abe7d2eb0d6005e740b89d14eee6a114",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/guides": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список путеводителей",
                "description": "Отображение информации о путеводили на карте сайта",
                "operationId": "ac479fbd6cba048f7f55d11cf355de01",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/history": {
            "get": {
                "tags": [
                    "History"
                ],
                "summary": "Сущности истории музеев",
                "description": "История музеев",
                "operationId": "0de39dcf0b46219a1d5164ab9f22ec49",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/GeneralHistory"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/history/{slug}": {
            "get": {
                "tags": [
                    "History"
                ],
                "summary": "Информация о сущностях",
                "description": "Информация о сущностях истории музеев",
                "operationId": "435c6718548b7fe4970036d293e92333",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GeneralHistory"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/history/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show history SEO",
                "operationId": "380de73a9676214d14e531f43f1e7db7",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/history": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список истории музеев",
                "description": "Отображение информации о истории музеев на карте сайта",
                "operationId": "9ddc0a661078035fb68342fe3b4afb11",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/image-galleries": {
            "get": {
                "tags": [
                    "Media"
                ],
                "summary": "Информация о альбомах",
                "description": "Получение информации о альбомах",
                "operationId": "7e017bb3f6aadf92f1c3d6633d848cf4",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ImageGallery"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/image-galleries/{slug}": {
            "get": {
                "tags": [
                    "Media"
                ],
                "summary": "Информация о альбоме",
                "description": "Получение информации о альбоме",
                "operationId": "f02a5ce6ec90d80ff477a11bc21cf105",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ImageGallerySlug"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/image-galleries/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show image-galleries SEO",
                "operationId": "8f9dfbbf1fdf16fcd2c8348bf57b756e",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/image-galleries": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список альбомов",
                "description": "Отображение информации о альбоме на карте сайта",
                "operationId": "ebf9c72637b3afada6fdea7074a974c9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/information-windows": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список информационных окон",
                "description": "Отображение информации о информационных окнах на карте сайта",
                "operationId": "e181b20faeabd60595d76f41d9bf19c2",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/lectures/{slug}": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Information about the lecture",
                "description": "Get lecture by slug",
                "operationId": "62cf7a84b697c6e9a3fef0f273661cab",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Lecture"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/lectures": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список лекций",
                "description": "Отображение информации о лекциях на карте сайта",
                "operationId": "54f3a200a726f822d65c540fdae03cdc",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/lectures/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show lectures SEO",
                "operationId": "acd938532481233fb5af59ee6119cf09",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/lessons/{slug}": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Information about the lesson",
                "description": "Get lesson by slug",
                "operationId": "6c4cb8ca5704db19cf0919ccfb201c2c",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Lesson"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/lessons": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список занятий",
                "description": "Отображение информации о занятиях на карте сайта",
                "operationId": "2eb00de6916667914a58494de20e49b5",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/lessons/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show lessons SEO",
                "operationId": "31a6a43495c10a3c12bbcea929463aa8",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/manuals/{slug}": {
            "get": {
                "tags": [
                    "EducationEducators"
                ],
                "summary": "Информация о методичке",
                "description": "Получить методичку по slug",
                "operationId": "625b143e7f85cd23a922b180c2934218",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Manual"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/manuals": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список методических глав",
                "description": "Отображение информации о методичек главы на карте сайта",
                "operationId": "017eb3713df23e2f5771d4966b6a411e",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/manual-materials/{slug}": {
            "get": {
                "tags": [
                    "EducationEducators"
                ],
                "summary": "Информация о методическом материале",
                "description": "Получить методический материал",
                "operationId": "5e43a9629f10638741aa605cefc1a810",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ManualMaterial"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/manual-materials/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show manual-materials SEO",
                "operationId": "1beb54910cbfba955c6c357e55f0fb0d",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/manual-materials": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список методических материалов",
                "description": "Отображение информации о методических материалах на карте сайта",
                "operationId": "3b2b5f1ca35cff293f064c40d34a548f",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/masterpieces/{slug}": {
            "get": {
                "tags": [
                    "Masterpieces"
                ],
                "summary": "Information about the masterpiece",
                "description": "Get masterpiece by slug",
                "operationId": "a82e39f84502a502e8b91d3be7223c09",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Masterpiece"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/masterpieces": {
            "get": {
                "tags": [
                    "Masterpieces"
                ],
                "summary": "List of masterpieces",
                "description": "Get all masterpieces",
                "operationId": "d3d23dd0f8a92488c034ce3b439cf5ac",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Masterpiece"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/masterpieces": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список шедевров",
                "description": "Отображение информации о шедеврах на карте сайта",
                "operationId": "8f6419128fbc5d4629fb288ef8b92f6d",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/masterpieces/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show masterpieces SEO",
                "operationId": "000277f482e5385ba0703826397440c8",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/media-video-galleries": {
            "get": {
                "tags": [
                    "Media"
                ],
                "summary": "Список видеогалерей",
                "description": "Получение всех видеогалерей",
                "operationId": "4b5c72efa4d9f8c7b388dbac8043f751",
                "parameters": [
                    {
                        "name": "tags[]",
                        "in": "query",
                        "description": "Фильтрация по тегам.(slug)",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {}
                        }
                    },
                    {
                        "name": "mediaCategory",
                        "in": "query",
                        "description": "Фильтрация по категории",
                        "required": false
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexMediaVideoGallery"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/media-video-galleries/get-tags": {
            "get": {
                "tags": [
                    "Media"
                ],
                "summary": "Список видеогалерей",
                "description": "Получение всех видеогалерей",
                "operationId": "8641d3afbe1bf9d6397dd0ef17fd2022",
                "parameters": [
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "mediaCategory",
                        "in": "query",
                        "description": "Фильтрация по категории",
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexMediaVideoGallery"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/media-video-galleries/{slug}": {
            "get": {
                "tags": [
                    "Media"
                ],
                "summary": "Информация о галереи",
                "description": "Получение информации о видеогалереи",
                "operationId": "598342d355af286f70df10d06cf41332",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShowMediaVideoGallery"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/media-video-galleries/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show media-video-galleries SEO",
                "operationId": "db1969362389454cb1660430ed713641",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/media-video-galleries": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список видеогаллерей",
                "description": "Отображение информации о видеогаллереи на карте сайта",
                "operationId": "75adabf3d48fa47267954e3eca1e4f66",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/museums": {
            "get": {
                "tags": [
                    "Museums"
                ],
                "summary": "Список Музеев",
                "description": "Музеи",
                "operationId": "831fd111942b9b49eeb3d7ca9905f0ec",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Museum"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/museums/{slug}": {
            "get": {
                "tags": [
                    "Museums"
                ],
                "summary": "Список вкладок музея",
                "description": "Список вкладок музея",
                "operationId": "eeaee1dc7a1a74bb765c255faabfaa78",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MuseumHeaders"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/museums/sub-tab/{slug}": {
            "get": {
                "tags": [
                    "Museums"
                ],
                "summary": "Деталка вкладки музея",
                "description": "Деталка вкладки музея",
                "operationId": "ccd8ef7ec74481250654612ffd8a84ad",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MuseumShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/museums": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Музеи",
                "description": "Музеи",
                "operationId": "d298859c56c0a8b3eba112cf11522ba9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowMuseum"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/museums/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show museums SEO",
                "operationId": "455926c662f8d31970efd68551039621",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/museums": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список музеев",
                "description": "Отображение информации о музеях на карте сайта",
                "operationId": "92b450dc0cd760c19ba825aebc1c5811",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/museum-sub-tabs": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список музеев страниц второй вложенности",
                "description": "Отображение информации о музеях страниц второй вложенности на карте сайта",
                "operationId": "78dd2854672a2d66e0c724a34e2e72bf",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/news": {
            "get": {
                "tags": [
                    "News"
                ],
                "summary": "Список новостей",
                "description": "Получить список новостоей",
                "operationId": "2d939669fa81d38468469e4558de1e82",
                "parameters": [
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "findYear",
                        "in": "query",
                        "description": "Год (Фильтр).",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "type[]",
                        "in": "query",
                        "description": "Тип новости (Фильтр).",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "example": "1"
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexNews"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/news/{slug}": {
            "get": {
                "tags": [
                    "News"
                ],
                "summary": "Детальная информация",
                "description": "Получить новость",
                "operationId": "91c5fcc24e5d491976212ef240bcc287",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowNews"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/news/filters": {
            "get": {
                "tags": [
                    "News"
                ],
                "summary": "Список фильтров",
                "description": "Получить список фильтров",
                "operationId": "0ed958ffa77d80777992b78ea35a06fc",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterNews"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/news": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список новостей",
                "description": "Отображение информации о новостях на карте сайта",
                "operationId": "df0d60fb1c2b5b75c824701829d1d67c",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/news/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show news SEO",
                "operationId": "b19330173d9b40b7909da0627428f848",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/newsletters": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список атрибуционных бюллетений",
                "description": "Получить список ",
                "operationId": "4b90d87ca576ac36b2cb034b66b3314b",
                "parameters": [
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/NewsletterIndex"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/newsletters/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Детальная информация",
                "description": "Детальная информация  атрибуционный бюллетень",
                "operationId": "55a4f3c772bcc0c00273805bc8512355",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/NewsletterShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/newsletters": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Страница",
                "description": "Атрибуционный бюллетень.",
                "operationId": "4b52feae7521a3aa0cbd0ddc6bc53766",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowNewsletterPage"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/newsletters/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show newsletters SEO",
                "operationId": "d77906598bf92536e6afd333d482ea8d",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/newsletters": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список атрибуционных бюллитеней",
                "description": "Отображение информации о атрибуционных бюллитенях сайта",
                "operationId": "9156b4867dd4a42e87a29ced0e0ed8cd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/main/notifications": {
            "get": {
                "tags": [
                    "Main"
                ],
                "summary": "Список уведомлений",
                "description": "Получить список уведомлений",
                "operationId": "af4d1261cc3406157f5ea4d6d4a9f6a0",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Notification"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/notifications": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список уведомлений",
                "description": "Отображение информации о уведомлениях на карте сайта",
                "operationId": "d3e7ab890ebcd837e34f9234512be8f7",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/official-documents": {
            "get": {
                "tags": [
                    "Official Documents"
                ],
                "summary": "Страница официальные документы",
                "description": "Страница официальные документы",
                "operationId": "fbe04bc949fcd579ff5bfc7cec538252",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/OfficialDocumentResource"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/official-documents": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список официальных документов (посетителям)",
                "description": "Отображение информации о официальных документах на карте сайта (посетителям)",
                "operationId": "9409b404908ddcee1ddee5a606a09492",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/others/{slug}": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Детальная информация",
                "description": "Получить мероприятие",
                "operationId": "7dc146ae04a2358cc1ddafb91920e9f1",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowOther"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/others": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список других",
                "description": "Отображение информации о других на карте сайта",
                "operationId": "99ce5473cb763bb6042a559ce22c620d",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/others/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show others SEO",
                "operationId": "bf73c576c776303227b7ae90a990507c",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/main/our-museums": {
            "get": {
                "tags": [
                    "Main"
                ],
                "summary": "Список Музеев",
                "description": "Получить список музеев",
                "operationId": "5ab06d8495dcaaadbb44ed2cd91801ad",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/OurMuseum"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/our-museums": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список музеев",
                "description": "Отображение информации о музеях на карте сайта",
                "operationId": "f315fb844c10349dc6621547d04aa2b6",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/entrance-kremlin": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Вход в Кремль.",
                "operationId": "72a9335a278d8b23d19e4ef722236234",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowGetThereResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/cash-desk-information-center": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Кассы, инфоцентр.",
                "operationId": "dab0586d3d96a1734bddeef7d727f638",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowGetThereResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/lecture-children-center": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Лекторий, детский центр.",
                "operationId": "248b0b6197357439cdef744c36260430",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowGetThereLectureResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/museum-k5": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Музей К5.",
                "operationId": "aa3069962d88ecb22a8fa3096abfc5b7",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowGetThereMuseumResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/visiting-library": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Посещение библиотеки.",
                "operationId": "71e41ec715adc9db98ac4e0f1ba25b87",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowLibraryMuseumResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/press-center": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Главная страница пресс-центра.",
                "operationId": "d97aa40ea8a99442c74d31ce36bf27c6",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowPressCenterResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/media-interaction": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Порядок взаимодействия со СМИ",
                "description": "Порядок взаимодействия со СМИ.",
                "operationId": "fb924c93c65490e46069d9205009b61b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowMediaInteractionResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/friends-main": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная друзей музеев",
                "description": "Главная друзей музеев",
                "operationId": "cbb5a28dada0986834d89a922a00727e",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowFriendMuseumMainResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/position-society-friends-museums": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Положение общество друзей музеев",
                "description": "Положение общество друзей музеев",
                "operationId": "43ef93c04c3e23351c6ab810e746f6f8",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowPositionSocietyFriendsMuseums"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/individual-membership-friends-museums": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Индивидуальное членство",
                "description": "Индивидуальное членство",
                "operationId": "61df14d0998afea6d018cd5f36eee18a",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowIndividualMembershipFriendsMuseums"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/friends-maecenas": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Меценатство",
                "description": "Меценатство",
                "operationId": "cafbe5fec9af98cf5d9ad3da7a9a709d",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowFriendsMaecenas"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/friends-corporation": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Корпоративное членство",
                "description": "Корпоративное членство",
                "operationId": "db452787e967d2929a6f9e88ac600042",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowFriendsCorporation"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/corporate-members": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Корпоративные члены",
                "description": "Корпоративные члены",
                "operationId": "52f3b096cf935d3fdd93e4d249106378",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowCorporateMembers"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/services": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Услуги",
                "description": "Услуги",
                "operationId": "cf528c1896db78417412305f9709b902",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowServicesResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/accessible-museum": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Доступный музей",
                "description": "Доступный музей",
                "operationId": "e1ac17ba5ad5a35438c7b2d01f566e0a",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowAccessibleMuseumResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/guide": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Путеводитель",
                "description": "Путеводитель",
                "operationId": "8ae2fd3c5b519c0094f03793e6e6eaf9",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowGuideResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/cards": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Карточки",
                "description": "Билеты и льготы",
                "operationId": "3ef02ee3e0e943fee772bfb776b9f089",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowInfoCardsResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/meetings-main": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Собрания",
                "operationId": "aa3c75bc76f6e5920b183c53626fafde",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowMeetingMainResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/history-of-museums": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "История музеев",
                "description": "История музеев",
                "operationId": "07f1c88b1d8767218419b17cf8796095",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowHistoryOfMuseumsResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/science-councils": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Ученые советы",
                "description": "Ученые советы",
                "operationId": "c8cdf4b5be7c2c6fee4ae18e5c3cc9bc",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowHistoryOfMuseumsResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/friends-museums-main": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная",
                "description": "Друзья музеев",
                "operationId": "2d09db2a56f3a1764505ac2827e321b1",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowFriendsMuseumsMainResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/payment-qr": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Платеж по QR",
                "description": "Платеж по QR",
                "operationId": "bae50204d6a5056022c7bcdac7feb8fa",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentQr"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/open-data": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Открытые данные",
                "description": "Открытые данные",
                "operationId": "4030a8b186165234d9ebda593b6b859b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenData"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/partners": {
            "get": {
                "tags": [
                    "Partners"
                ],
                "summary": "Список спонсоров и партнеров",
                "description": "Получить список спонсоров и партнеров",
                "operationId": "16e52e653d904c021645a27fb1537e1f",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexPartner"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/partners": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список спонсоров и партнеров",
                "description": "Отображение информации о спонсорах и партнерах на карте сайта",
                "operationId": "fcb9a5c9dc80362b842474fea96b90ff",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/payment-information": {
            "get": {
                "tags": [
                    "PaymentInformation"
                ],
                "summary": "Информация о порядке оформления и покупки",
                "description": "Получить информацию о порядке оформления и покупки",
                "operationId": "da2ab48f54823e85efa7fce73a28a09d",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/PaymentInformation"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/payment-information": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список порядка оформления покупок",
                "description": "Отображение информации о порядке оформления покупки на карте сайта",
                "operationId": "043aea30a41c7fecad381420cf61b2bc",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/personalities": {
            "get": {
                "tags": [
                    "Personalities"
                ],
                "summary": "Список людей",
                "description": "Получить список людей",
                "operationId": "825cba0294b8334b87efdc0c74a59c92",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexPersonality"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/personalities/{personality}": {
            "get": {
                "tags": [
                    "Personalities"
                ],
                "summary": "Детальная страница человека",
                "description": "Получить человека",
                "operationId": "4d308659b4b3e638e0442e99b943d0d1",
                "parameters": [
                    {
                        "name": "personality",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowPersonality"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/lectures": {
            "get": {
                "tags": [
                    "Personalities"
                ],
                "summary": "Список лекторов",
                "description": "Получить список лекторов",
                "operationId": "b4d4ddf5f1e74cf8eff4e5ed69743f73",
                "parameters": [
                    {
                        "name": "fullName",
                        "in": "query",
                        "description": "Поиск по ФИО"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexPersonality"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/lectures/{slug}": {
            "get": {
                "tags": [
                    "Personalities"
                ],
                "summary": "Детальная страница лектора",
                "description": "Получить лектора",
                "operationId": "22ab98c6174d9798563b34837bf2f3ad",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowPersonality"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/authors": {
            "get": {
                "tags": [
                    "Personalities"
                ],
                "summary": "Список авторов",
                "description": "Получить список авторов",
                "operationId": "c87ae1a1638b467d716ab3d1df6a692b",
                "parameters": [
                    {
                        "name": "fullName",
                        "in": "query",
                        "description": "Поиск по ФИО"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexPersonality"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/authors/{slug}": {
            "get": {
                "tags": [
                    "Personalities"
                ],
                "summary": "Детальная страница автора",
                "description": "Получить автора",
                "operationId": "924edd0987a5094a3cf08c5004ab2567",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowPersonality"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/personalities/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show personalities SEO",
                "operationId": "14c224a34d8f492dfe38e11badb9981a",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/personalities": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список людей",
                "description": "Отображение информации о людях на карте сайта",
                "operationId": "e8374de398373f0fbfec9a6bf416ea0b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-center/subscribe-campaigns": {
            "post": {
                "tags": [
                    "Subscribe"
                ],
                "summary": "Рассылка",
                "description": "Добавление пользователя в рассылку",
                "operationId": "5c1d024e5acf79b0b7120fb8073d9348",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "required": [
                                    "email"
                                ],
                                "properties": {
                                    "email": {
                                        "type": "string",
                                        "format": "email",
                                        "example": "ivan@gmail.com"
                                    }
                                },
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "properties": {
                                            "message": {
                                                "type": "string",
                                                "example": "Успешно"
                                            }
                                        },
                                        "type": "object"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-kits": {
            "get": {
                "tags": [
                    "Press Center"
                ],
                "summary": "Список пресс-китов",
                "description": "Получение всех пресс-китов",
                "operationId": "92b16508dc08040ad49b03dbd1299175",
                "parameters": [
                    {
                        "name": "year",
                        "in": "query",
                        "description": "Фильтрация по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexPressKit"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-kit/date": {
            "get": {
                "tags": [
                    "Press Center"
                ],
                "summary": "Список дат пресс-релизов",
                "description": "Получение всех дат пресс-релизов",
                "operationId": "28919ffb5153995bf4ba89962ace1886",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/GetDatePressKit"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-kits/{slug}": {
            "get": {
                "tags": [
                    "Press Center"
                ],
                "summary": "Список изображений пресс-релизов",
                "description": "Получение всех изображений",
                "operationId": "10670289336be5530f4576366552bb68",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShowPressKit"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-kits/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show press-kits SEO",
                "operationId": "36dbe6cbabf73d485350dea0e64cf9e8",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/press-kits": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список пресс-китов",
                "description": "Отображение информации о пресс-китах на карте сайта",
                "operationId": "961db775ffe269d0a3bd8f5d9611484b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-releases": {
            "get": {
                "tags": [
                    "Press Center"
                ],
                "summary": "Список пресс-релизов",
                "description": "Получение всех пресс-релизов",
                "operationId": "1bb9ae3529eca1abe9d53aa9c607c8b4",
                "parameters": [
                    {
                        "name": "year",
                        "in": "query",
                        "description": "Фильтрация по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexPressRelease"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-release/date": {
            "get": {
                "tags": [
                    "Press Center"
                ],
                "summary": "Список дат пресс-релизов",
                "description": "Получение всех дат пресс-релизов",
                "operationId": "79aab13c8aa3a762ac427f0aa4b461b7",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/GetDatePressRelease"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-releases/{slug}": {
            "get": {
                "tags": [
                    "Press Center"
                ],
                "summary": "Список изображений пресс-релизов",
                "description": "Получение всех изображений",
                "operationId": "d0a40aed04a1d603822fc0254a16ccf8",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShowPressRelease"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/press-releases/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show press-releases SEO",
                "operationId": "b5fd3de7c74b03db3b18755a29bfee92",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/press-releases": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список пресс-релизов",
                "description": "Отображение информации о пресс-релизах на карте сайта",
                "operationId": "bee525188a33f010fe1885ae86fe5624",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/product-categories": {
            "get": {
                "tags": [
                    "Product Categories"
                ],
                "summary": "Список категорий товаров",
                "description": "Получить список категорий товаров",
                "operationId": "ef41d74385ab3777d698aa1827366e61",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ProductCategory"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/product-categories": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список категорий",
                "description": "Отображение информации о категории на карте сайта",
                "operationId": "ada1ca8ae21f2b8b7767c88fd1ab374f",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/products": {
            "get": {
                "tags": [
                    "Products"
                ],
                "summary": "Список товаров",
                "description": "Получить список товаров",
                "operationId": "195e537590f1232e74d65ac201de3a65",
                "parameters": [
                    {
                        "name": "title",
                        "in": "query",
                        "description": "Поиск товара"
                    },
                    {
                        "name": "productCategory",
                        "in": "query"
                    },
                    {
                        "name": "productSort",
                        "in": "query",
                        "description": "expensive/cheap/new/popular"
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexProduct"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/products/{product}": {
            "get": {
                "tags": [
                    "Products"
                ],
                "summary": "Детальная информация о товаре",
                "description": "Получить информацию о товаре",
                "operationId": "1de54125415bed78beaa85ef7b0f6676",
                "parameters": [
                    {
                        "name": "product",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowProduct"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/products": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список товаров",
                "description": "Отображение информации о товарах на карте сайта",
                "operationId": "ba9a5cbe7538aa0b28a5540851fe23bd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/products/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show products SEO",
                "operationId": "20346874bed2a86e07752d149018849b",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/publications": {
            "get": {
                "tags": [
                    "Publications"
                ],
                "summary": "Список изданий",
                "description": "Получить список изданий",
                "operationId": "a1d1f981b907c8e8d287694a240287e5",
                "parameters": [
                    {
                        "name": "title",
                        "in": "query",
                        "required": false
                    },
                    {
                        "name": "category[]",
                        "in": "query",
                        "description": "Поиск по категориям. {slug}",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IndexPublication"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/publications/{publication}": {
            "get": {
                "tags": [
                    "Publications"
                ],
                "summary": "Детальная страница издания",
                "description": "Получить издание",
                "operationId": "ad696fd71166a948f2b8d03fbb95c7c1",
                "parameters": [
                    {
                        "name": "publication",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowPublication"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/publications": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список изданий",
                "description": "Отображение информации о изданиях на карте сайта",
                "operationId": "e5f9eb5e2fd2059c6e70f16e8a4483ab",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/publication-categories": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список изданий",
                "description": "Отображение информации о изданиях на карте сайта",
                "operationId": "1127bd466aa0a56810dd41823d03521f",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/publications/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show publications SEO",
                "operationId": "ca09bad309150fbc908e6c6d8ab0abae",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/publication-science-categories": {
            "get": {
                "tags": [
                    "Publications"
                ],
                "summary": "Категории с типом \"Научные издания\"",
                "description": "Получить категории с типом \"Научные издания\"",
                "operationId": "55754d316921c9db069fbea8fff49273",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShortPublicationCategory"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/publication-educator-categories": {
            "get": {
                "tags": [
                    "Publications"
                ],
                "summary": "Категории с типом \"Издания для педагогов\"",
                "description": "Получить категории с типом \"Издания для педагогов\"",
                "operationId": "ad52579bca5674f9e0c2190ad687cc62",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShortPublicationCategory"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/quests/{slug}": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Детальная информация о квесте",
                "description": "Получить квест",
                "operationId": "d8d47ad91b7d6decedf034792202ba6d",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowQuest"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/quests": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список квестов",
                "description": "Отображение информации о квестах на карте сайта",
                "operationId": "a2933f6c42348e6d4d9d2b36a63d3399",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/quests/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show quests SEO",
                "operationId": "cb1af009bd4cc975f7d5f2c6a66b8d11",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/questions": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список вопросов к викторине",
                "description": "Отображение информации о вопросах к викторине на карте сайта",
                "operationId": "44f8f6f9a02bc07cd28ba2114bb83f6c",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/answers": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список ответов к викторине",
                "description": "Отображение информации о ответах к викторине на карте сайта",
                "operationId": "acab0e19114025aceff178b793b8b750",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/quizzes/{slug}": {
            "get": {
                "tags": [
                    "EducationEducators"
                ],
                "summary": "Детальная информация о викторине",
                "description": "Получить викторину",
                "operationId": "24eab7a6e89ee221e21acf7b8956b049",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Quiz"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/quizzes/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show quizzes SEO",
                "operationId": "dd3615176e733db3a403711ed223ece7",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/quizzes": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список викторин",
                "description": "Отображение информации о викторинах на карте сайта",
                "operationId": "b9b7692cefc38a8b8e4afc77ed53e33f",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conference-reports/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список докладов",
                "description": "Получить список докладов",
                "operationId": "701d67669e9525fb07d970fd6e9d4b7f",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ScienceReports"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-council-reports/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список докладов",
                "description": "Получить список докладов для советов",
                "operationId": "b4eba52d8b54c4c5ca15b8c325ca2aa7",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ScienceReports"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/researches": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список материалов и исследований",
                "description": "Получить список материалов и исследований",
                "operationId": "66ffc8add3b3ce09a00dbc9405adbf38",
                "parameters": [
                    {
                        "name": "findYear",
                        "in": "query",
                        "description": "Фильтр по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ResearchIndex"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/researches/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Детальная информация",
                "description": "Детальная информация материалов и исследований",
                "operationId": "e074a4085941f645c8b1d98d0376f620",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ResearchShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/researches": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Страница",
                "description": "Материалы и исследования.",
                "operationId": "8485bd0c40239ad5f429dcb80ca42e1e",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowResearchPage"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/researches/filter-year": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список годов для фильтра",
                "description": "Получение годов для фильтра",
                "operationId": "45036035464b5ce16eaf290e2f577d27",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/researches/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show researches SEO",
                "operationId": "e2374b65ca0824d0e8947cbc58c8033a",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/researches": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список материалов и исследований",
                "description": "Отображение информации о материалах и исследованиях на карте сайта",
                "operationId": "11b55127aa3075b9a2bb221aef797130",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conferences/{slug}": {
            "get": {
                "tags": [
                    "Scientific Conference"
                ],
                "summary": "Страница научной конференции",
                "description": "Страница научной конференции",
                "operationId": "82224f0b36b22108607f53f1a0f38830",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScienceConferenceResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conferences": {
            "get": {
                "tags": [
                    "Scientific Conference"
                ],
                "summary": "Список научных конференций",
                "description": "Получение всех научных конференций",
                "operationId": "9c93ea1e6fcdba5840e30bf386d31b90",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexScienceConferences"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conferences/{slug}/rule": {
            "get": {
                "tags": [
                    "Design Rules"
                ],
                "summary": "Страница правил оформления научной конференции",
                "description": "Страница правил оформления научной конференции",
                "operationId": "5600b39391416caecd79d9b68b805252",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DesignRule"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conference-event-report/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Отчет о мероприятии",
                "description": "Отчет о мероприятии",
                "operationId": "0c5d1971b26836fb03565c369a2209e0",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScienceEventReport"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conferences/archive": {
            "get": {
                "tags": [
                    "Scientific Conference"
                ],
                "summary": "Список архива научных конференций",
                "description": "Получение архива всех научных конференций",
                "operationId": "ad8e3eef7d57d4261d9da0785b6b8ad5",
                "parameters": [
                    {
                        "name": "year",
                        "in": "query",
                        "description": "Фильтрация по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ScienceConferencesArchive"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conferences/archive/filter-year": {
            "get": {
                "tags": [
                    "Scientific Conference"
                ],
                "summary": "Список годов для фильтра конференций",
                "description": "Получение годов для фильтра научных конференций",
                "operationId": "2214d9ed34c49208974ef4d2fcdb8004",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/FilterYear"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/science-conferences": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список научных конференций",
                "description": "Отображение информации о научных конференциях на карте сайта",
                "operationId": "b49f4b4589d98a9eb4a0b47d54934dca",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/science-reports": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список докладов",
                "description": "Отображение информации о докладах на карте сайта",
                "operationId": "2e7a36de2aefdec636b30278e2a82ebe",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/science-participants": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список участников научных событий",
                "description": "Отображение информации о участниках научных событий на карте сайта",
                "operationId": "dacb3f483f48bd00e5f571fd0c11ea67",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/science-participant-organisations": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список организации участников",
                "description": "Отображение информации о организаций участников на карте сайта",
                "operationId": "95554867dec9f4538f36543dc3088870",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/design-rules": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список правил оформления докладов",
                "description": "Отображение информации о правилах оформления докладов на карте сайта",
                "operationId": "d7881ce2f4840ce8e25e52eef68ba25d",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conferences/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show scientific-conferences SEO",
                "operationId": "370904796066ebb2aa6f53022fad6b3c",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conferences/{slug}/registration": {
            "post": {
                "tags": [
                    "Scientific Conference"
                ],
                "summary": "Создать новый вопрос",
                "operationId": "c617c305c1f7b3eac32dbead00c36206",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "required": [
                                    "name",
                                    "city",
                                    "organization",
                                    "degree",
                                    "phone_number",
                                    "email",
                                    "message"
                                ],
                                "properties": {
                                    "name": {
                                        "type": "string",
                                        "example": "Иван Иванов"
                                    },
                                    "city": {
                                        "type": "string",
                                        "example": "Москва"
                                    },
                                    "organization": {
                                        "type": "string",
                                        "example": "MMK"
                                    },
                                    "degree": {
                                        "type": "string",
                                        "example": "Кандитат"
                                    },
                                    "phone_number": {
                                        "type": "string",
                                        "example": "+1234567890"
                                    },
                                    "email": {
                                        "type": "string",
                                        "format": "email",
                                        "example": "ivan@gmail.com"
                                    },
                                    "message": {
                                        "type": "string",
                                        "example": "Как добраться?"
                                    },
                                    "processed": {
                                        "type": "boolean",
                                        "example": false
                                    },
                                    "with_lecture": {
                                        "type": "boolean",
                                        "example": false
                                    }
                                },
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ConferenceRegistration"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-councils/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Страница ученого совета",
                "description": "Страница ученого совета",
                "operationId": "ba23969095b635f47ac4252404825437",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScienceCouncilResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-councils/": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Get all councils",
                "description": "Get all councils",
                "operationId": "1e09a12bb7e92396434b09da6b5837eb",
                "parameters": [
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScienceCouncilIndexResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-councils/{slug}/rule": {
            "get": {
                "tags": [
                    "Design Rules"
                ],
                "summary": "Старница правил оформления ученого совета",
                "description": "Старница правил оформления ученого совета",
                "operationId": "45a4db4d8671fa17dec96639939139df",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DesignRule"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-council-event-report/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Отчет о мероприятии",
                "description": "Отчет о мероприятии",
                "operationId": "12b2b22b8103058358ccc3f59c9b3b1d",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScienceEventReport"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-councils/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show scientific-councils SEO",
                "operationId": "2744923148c9aeda377fbe25330bcc32",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/science-councils": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список ученых советов",
                "description": "Отображение информации о ученых советах на карте сайта",
                "operationId": "062859922f9c1f94e5289c798536fdd3",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-departments": {
            "get": {
                "tags": [
                    "Scientific Department"
                ],
                "summary": "Старница научных отделов",
                "description": "Старница научных отделов",
                "operationId": "ee08a9f29a0a69a4a93a4d73ba0c89dd",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ScienceDepartmentResource"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-departments/{slug}": {
            "get": {
                "tags": [
                    "Scientific Department"
                ],
                "summary": "Старница научных отделов",
                "description": "Старница научных отделов",
                "operationId": "ba319383e2ededb985a09ac397362b29",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScienceDepartmentResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/pages/scientific-departments": {
            "get": {
                "tags": [
                    "Pages"
                ],
                "summary": "Главная страница науки",
                "description": "Главная страница науки",
                "operationId": "6e7cadc2c6c892495c4f7b2594683966",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowScienceDepartment"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/science-departments": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список научных отделов",
                "description": "Отображение информации о научных отделах на карте сайта",
                "operationId": "f84f6c83c2e9875a10e19e5ec6950b9a",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-departments/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show scientific-departments SEO",
                "operationId": "52ad3c5b3727c04b49917cda8b5cdb83",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/science-discoveries": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список открытий и атрибуций",
                "description": "Получить список открытий и атрибуций",
                "operationId": "5476822f0aa0bc71ffa9be98657c669a",
                "parameters": [
                    {
                        "name": "findYear",
                        "in": "query",
                        "description": "Список открытий в году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ScienceDiscoveryIndex"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/science-discoveries/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Детальная информация",
                "description": "Получить открытия и атрибуции",
                "operationId": "b70e737e591a4b8e5ddff4a80595d585",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScienceDiscoveryShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/science-discoveries/filter-year": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Список годов для фильтра открытий и атрибуций",
                "description": "Получение годов для фильтра открытий и атрибуций",
                "operationId": "d4b1bd7fb9f5f5dfb70a47e5216fa177",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/science-discoveries/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show science-discoveries SEO",
                "operationId": "975f810d891ae98c342b6df9c7a06361",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/science-discoveries": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список октрытий и атрибуций",
                "description": "Отображение информации о открытиях и атрибуциях на карте сайта",
                "operationId": "86f08eeb4f30f8538e276a8d012135e7",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-conference-participants/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Information about the conference's participants",
                "description": "Get participants for conference by conference-slug",
                "operationId": "14e981e0d3c565352fdc3aa7574e311c",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScientificConferenceParticipantsResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/scientific-council-participants/{slug}": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Information about participants",
                "description": "Get participants for conference by council-slug",
                "operationId": "a8a0465a509da74cf2415a4c1434a8d2",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ScientificConferenceParticipantsResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/subscribe": {
            "post": {
                "tags": [
                    "Subscribe"
                ],
                "summary": "Рассылка",
                "description": "Добавление пользователя в общую рассылку",
                "operationId": "072f9025ae0c8bc3c3feae39a5cf4cfc",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "required": [
                                    "email"
                                ],
                                "properties": {
                                    "email": {
                                        "type": "string",
                                        "format": "email",
                                        "example": "ivan@gmail.com"
                                    }
                                },
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "properties": {
                                            "message": {
                                                "type": "string",
                                                "example": "Успешно"
                                            }
                                        },
                                        "type": "object"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/support-museum": {
            "get": {
                "tags": [
                    "SupportMuseum"
                ],
                "summary": "Список записей о поддержке музея",
                "description": "Возвращает список всех записей о поддержке музея",
                "operationId": "801180a03b10cbfa1b4d11161eb16df4",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SupportMuseum"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/support-museum": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Поддержка музея",
                "description": "Отображение информации о поддержке музея на карте сайта",
                "operationId": "1bd01b0b22938eb6ac49c03c8605c2fb",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/tags": {
            "get": {
                "tags": [
                    "Tags"
                ],
                "summary": "Список тегов",
                "description": "Получить список тегов",
                "operationId": "ba0f0af4d0821bef0cac75837ff3773c",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Tag"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/tags/{slug}": {
            "get": {
                "tags": [
                    "Tags"
                ],
                "summary": "Информация о теге",
                "description": "Получить тег",
                "operationId": "477311c9a6e4a5c717f307ccad0d8f36",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Tag"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/tags/calendar": {
            "get": {
                "tags": [
                    "Tags"
                ],
                "summary": "Список календарных тегов",
                "description": "Получить список календарных тегов",
                "operationId": "7fc0d30c9511b4bdcc418f3baba06914",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Tag"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/tags/common": {
            "get": {
                "tags": [
                    "Tags"
                ],
                "summary": "Список общих тегов",
                "description": "Получить список общих тегов",
                "operationId": "9fde5ff970e1be11580c3db6579ba13d",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Tag"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/tags": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список тегов",
                "description": "Отображение информации о тегах на карте сайта",
                "operationId": "e4f8c5d3f070cc5137e0967b8f2b8935",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/themes": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список тем",
                "description": "Отображение информации о темах на карте сайта",
                "operationId": "fdd5b13da6b32dd0351fa4fecc447b05",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/tickets": {
            "get": {
                "tags": [
                    "Tickets"
                ],
                "summary": "Билеты и льготы",
                "description": "Получить список билетов и льгот",
                "operationId": "8a09bb2549370dfcfded9b61b11f9c96",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IndexTicket"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/ticket-questions": {
            "get": {
                "tags": [
                    "TicketQuestions"
                ],
                "summary": "Список частых вопросов",
                "description": "Получить список частых вопросов",
                "operationId": "35875190081d302e43dc1030caa74230",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/TicketQuestion"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/ticket-questions": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список частых вопросов (билеты и льготы)",
                "description": "Отображение информации о частых вопросах на карте сайта (билеты и льготы)",
                "operationId": "d0de351e7d4edb004458d970a071f96f",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/timelines/{timeline}": {
            "get": {
                "tags": [
                    "Timelines"
                ],
                "summary": "Детальная страница таймлайна",
                "description": "Получить таймлайн",
                "operationId": "bd6f52ef1dfa6c25f0c0ffe179ddb859",
                "parameters": [
                    {
                        "name": "timeline",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowTimelines"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/unesco": {
            "get": {
                "tags": [
                    "Science Page"
                ],
                "summary": "Детальная страница ЮНЕСКО",
                "description": "Получить cтраницу ЮНЕСКО",
                "operationId": "1b072dc80a4c1f3d20eaa73d69e63166",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Unesco"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/unesco": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список юнеско",
                "description": "Отображение информации о юнеско на карте сайта",
                "operationId": "99a6b113bb75a8f69b6b9fa8c19ded0b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/vacancies": {
            "get": {
                "tags": [
                    "Vacancy"
                ],
                "summary": "Список Вакансий",
                "description": "Получить список вакансий",
                "operationId": "dd335c50d78129593e06363796eee0c3",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/Vacancy"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/vacancies": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список вакансий",
                "description": "Отображение информации о вакансиях на карте сайта",
                "operationId": "fac511175be57538532fcf45296d60a3",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/videos/{slug}": {
            "get": {
                "tags": [
                    "EducationEducators"
                ],
                "summary": "Получение видео",
                "description": "Получение видео",
                "operationId": "8cee1d4c360335429bcc6168db8e848e",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/VideoPage"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/videos/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show videos SEO",
                "operationId": "98106e2faf25fc9f1c3e42edad28e9cf",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/videos": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список видео",
                "description": "Отображение информации о видео на карте сайта",
                "operationId": "d0b6ee563c517cc24943dc7e69556d52",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/virtual-exhibitions/collections/{slug}": {
            "get": {
                "tags": [
                    "VirtualExhibitions"
                ],
                "summary": "Детальная страница коллекции виртуальной выставки",
                "description": "Получить коллекцию виртуальной выставки",
                "operationId": "7595c9c930941a9f0a5a20ba8cfd48dd",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowCollection"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/virtual-exhibitions": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список виртуальных туров",
                "description": "Отображение информации о виртуальных турах на карте сайта",
                "operationId": "68cf249bfa1b394003f21d8f43282a25",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/virtual-exhibitions": {
            "get": {
                "tags": [
                    "VirtualExhibitions"
                ],
                "summary": "Список виртуальных выставок",
                "description": "Получить список виртуальных выставок",
                "operationId": "5afb241d9c4465df332ae936132d5e97",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexVirtualExhibition"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/virtual-exhibitions/{slug}": {
            "get": {
                "tags": [
                    "VirtualExhibitions"
                ],
                "summary": "Детальная страница виртуальной выставки",
                "description": "Получить виртуальную выставку",
                "operationId": "4e49b7191f0b0fa7db71c821aea66bee",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowVirtualExhibition"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/virtual-exhibitions/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show virtual-exhibitions SEO",
                "operationId": "f15afcdbbf0c12591bf157bbcfe26c57",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/block-virtual-tours": {
            "get": {
                "tags": [
                    "VirtualTours"
                ],
                "summary": "Список виртуальных туров",
                "description": "Получить список виртуальных туров",
                "operationId": "fe6eab436e8e78120a79a20dced76b88",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexVirtualTour"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/virtual-tours/{slug}": {
            "get": {
                "tags": [
                    "VirtualTours"
                ],
                "summary": "Детальная страница виртуального тура",
                "description": "Получить виртуальный тур",
                "operationId": "7be6d2696d7cf1994dfe3f4e575de018",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShowVirtualTour"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/virtual-tours/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show block-virtual-tours SEO",
                "operationId": "983e2051a81804aa36bac131940e2a93",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/adult-programs/with-attendance": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Страница программ с посещениями музея",
                "operationId": "a465778fda98a39f445c4c36ba60cad0",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/WithAttendanceCart"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/calendar/actual-and-comingsoon": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Список актуальных и скоро появляющихся событий",
                "description": "Получить список актуальных событий и событий, которые скоро появятся",
                "operationId": "98ddc42568b442ae57636d03bfdc13f2",
                "parameters": [
                    {
                        "name": "typeListCalendar[]",
                        "in": "query",
                        "description": "Типы в календаре.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "specialists",
                                    "children",
                                    "other",
                                    "quests"
                                ]
                            }
                        }
                    },
                    {
                        "name": "calendarDate",
                        "in": "query",
                        "description": "Дата в календаре. (Ymd)",
                        "required": false,
                        "schema": {
                            "type": "date"
                        },
                        "example": "2025-06-22"
                    },
                    {
                        "name": "places[]",
                        "in": "query",
                        "description": "Локации",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "armoury",
                                    "greatIvan",
                                    "archaeology",
                                    "k5",
                                    "lecture",
                                    "children",
                                    "cathedral",
                                    "aleksandrovsky"
                                ]
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EventCard"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/calendar/actual": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Список событий",
                "description": "Получить список событий",
                "operationId": "9f40d004ebf1b4a2e28aed64de603031",
                "parameters": [
                    {
                        "name": "typeListCalendar[]",
                        "in": "query",
                        "description": "Типы в календаре.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "specialists",
                                    "children",
                                    "other",
                                    "quests"
                                ]
                            }
                        }
                    },
                    {
                        "name": "calendarDate",
                        "in": "query",
                        "description": "Дата в календаре. (Ymd)",
                        "required": false,
                        "schema": {
                            "type": "date"
                        },
                        "example": "2025-06-21"
                    },
                    {
                        "name": "places[]",
                        "in": "query",
                        "description": "Локации",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "armoury",
                                    "greatIvan",
                                    "archaeology",
                                    "k5",
                                    "lecture",
                                    "children",
                                    "cathedral",
                                    "aleksandrovsky"
                                ]
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EventCard"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/calendar/archive": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Список архивных мероприятия",
                "description": "Получить список архивных мероприятий",
                "operationId": "7d103b931d7400940426a60093a05af3",
                "parameters": [
                    {
                        "name": "typeListCalendar[]",
                        "in": "query",
                        "description": "Типы в календаре.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "specialists",
                                    "children",
                                    "other",
                                    "quests"
                                ]
                            }
                        }
                    },
                    {
                        "name": "places[]",
                        "in": "query",
                        "description": "Локации",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "armoury",
                                    "greatIvan",
                                    "archaeology",
                                    "k5",
                                    "lecture",
                                    "children",
                                    "cathedral",
                                    "aleksandrovsky"
                                ]
                            }
                        }
                    },
                    {
                        "name": "findYear",
                        "in": "query",
                        "description": "Год в архивном календаре.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ArchiveCard"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/calendar/archive/filter-year": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Список годов для фильтра архивного календаря",
                "description": "Получение годов для фильтра архивного календаря",
                "operationId": "41d8bf42b9b2b1835d201c44a95d4005",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/calendar/comingsoon": {
            "get": {
                "tags": [
                    "Calendar"
                ],
                "summary": "Список событий СКОРО ОБЪЯВИМ ДАТЫ",
                "description": "Получить список событий СКОРО ОБЪЯВИМ ДАТЫ",
                "operationId": "739598c6c9ab6457a7e064484afb340a",
                "parameters": [
                    {
                        "name": "typeListCalendar[]",
                        "in": "query",
                        "description": "Типы в календаре.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "quest",
                                    "other"
                                ]
                            }
                        }
                    },
                    {
                        "name": "places[]",
                        "in": "query",
                        "description": "Локации",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "armoury",
                                    "greatIvan",
                                    "archaeology",
                                    "k5",
                                    "lecture",
                                    "children",
                                    "cathedral"
                                ]
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ComingSoonCard"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/adults": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список актуальных циклов для взрослых",
                "description": "Получить актуальные циклы лекций для взрослых",
                "operationId": "c78978ac0ce2f5f1be6b26058df67129",
                "parameters": [
                    {
                        "name": "toExhibitions",
                        "in": "query",
                        "description": "К выставкам. Флаг для переключателя ТОЛЬКО К ВЫСТАВКАМ.",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "mixedTypeCalendar[]",
                        "in": "query",
                        "description": "Типы в календаре.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "quest",
                                    "specialists",
                                    "children",
                                    "other",
                                    "adult",
                                    "exhibition",
                                    "schoolchild"
                                ]
                            }
                        }
                    },
                    {
                        "name": "tags[]",
                        "in": "query",
                        "description": "Теги.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IndexCycle"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/adults/archive": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список архивных циклов для взрослых",
                "description": "Получить архивные элементы на странице циклов для взрослых",
                "operationId": "7d51acfa5221bdcb3b6b5aa2b8461eec",
                "parameters": [
                    {
                        "name": "toExhibitions",
                        "in": "query",
                        "description": "К выставкам. Флаг для переключателя ТОЛЬКО К ВЫСТАВКАМ.",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "year",
                        "in": "query",
                        "description": "Фильтрация по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "mixedTypeCalendar[]",
                        "in": "query",
                        "description": "Типы в календаре.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "quest",
                                    "specialists",
                                    "children",
                                    "other",
                                    "adult",
                                    "exhibition",
                                    "schoolchild"
                                ]
                            }
                        }
                    },
                    {
                        "name": "tags[]",
                        "in": "query",
                        "description": "Теги.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexCycle"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/adults/archive/filter-year": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список годов для фильтра архивных циклов для взрослых",
                "description": "Получение годов для фильтра архивных циклов для взрослых",
                "operationId": "b3ec52c32362d738befa99bf68b83b9c",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/children": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список актуальных циклов лекций для детей",
                "description": "Получить актуальные циклы лекций для детей",
                "operationId": "804540f8ad807249c147d52328c656d8",
                "parameters": [
                    {
                        "name": "tags[]",
                        "in": "query",
                        "description": "Фильтрация по тегам.(slug)",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {}
                        }
                    },
                    {
                        "name": "mixedTypeCalendar[]",
                        "in": "query",
                        "description": "Типы в календаре.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "excursion",
                                    "concert",
                                    "quest",
                                    "specialists",
                                    "children",
                                    "other",
                                    "adult",
                                    "exhibition",
                                    "schoolchild"
                                ]
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "toExhibitions",
                        "in": "query",
                        "description": "К выставкам. Флаг для переключателя ТОЛЬКО К ВЫСТАВКАМ.",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "ages[]",
                        "in": "query",
                        "description": "Возраст",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "int",
                                "enum": [
                                    "0",
                                    "1",
                                    "2",
                                    "3",
                                    "4",
                                    "5",
                                    "6",
                                    "7",
                                    "8",
                                    "9",
                                    "10",
                                    "11",
                                    "12",
                                    "13",
                                    "14",
                                    "15",
                                    "16",
                                    "17",
                                    "18"
                                ]
                            }
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LectureAndClass"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/children/age": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список возрастов для фильтра циклов для детей",
                "description": "Получение возрастов для фильтра циклов для детей",
                "operationId": "150e0b4c3e14fc3edc0200fcda537600",
                "parameters": [
                    {
                        "name": "statement",
                        "in": "query",
                        "description": "Типы циклов лекций (archive - для архивных циклов, actual - для актуальных).",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/{slug}": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Информация о цикле лекций",
                "description": "Получение цикла лекций",
                "operationId": "38e2e02bce6862719beebdf5880fcb33",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cycle"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список актуальных циклов лекций",
                "description": "Получение актуальных циклов лекций",
                "operationId": "0926fed067a763f123bf19319c8df071",
                "parameters": [
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexCycle"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/record": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список циклов лекций в записи",
                "description": "Получение циклов лекций в записи",
                "operationId": "747a7ccb331b371f02efa56f1bed4bb5",
                "parameters": [
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexCycle"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show cycles SEO",
                "operationId": "8d9a1a5407e3f7533050add9d820e2ee",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/events/cycles/get-tags": {
            "get": {
                "tags": [
                    "Cycles"
                ],
                "summary": "Список тегов",
                "description": "Получение тегов для циклов лекций",
                "operationId": "bd00488719ade1c188da34daf82e2f47",
                "parameters": [
                    {
                        "name": "toExhibitions",
                        "in": "query",
                        "description": "К выставкам. Флаг для переключателя ТОЛЬКО К ВЫСТАВКАМ.",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "statement",
                        "in": "query",
                        "description": "Состояние циклов лекций(Нужно передать: actual, archive или record)",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "old",
                        "in": "query",
                        "description": "Взрослым или детям(Нужно передать slug: vzroslym или detiam)",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/IndexCycle"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/edu/lectures-classes": {
            "get": {
                "tags": [
                    "Education Children"
                ],
                "summary": "Страница программ с посещениями музея",
                "operationId": "3c931ab9c9f57b835ee1d6e9694ed3b9",
                "parameters": [
                    {
                        "name": "types[]",
                        "in": "query",
                        "description": "Типы.",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "lecture",
                                    "other",
                                    "excursion",
                                    "exhibition",
                                    "quest",
                                    "cycle"
                                ]
                            }
                        }
                    },
                    {
                        "name": "places[]",
                        "in": "query",
                        "description": "Локации",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "armoury",
                                    "greatIvan",
                                    "archaeology",
                                    "k5",
                                    "lecture",
                                    "children",
                                    "cathedral",
                                    "aleksandrovsky"
                                ]
                            }
                        }
                    },
                    {
                        "name": "toExhibitions",
                        "in": "query",
                        "description": "К выставкам. Флаг для переключателя ТОЛЬКО К ВЫСТАВКАМ.",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "toHelpStudent",
                        "in": "query",
                        "description": "В помощь школьнику. Флаг для переключателя ТОЛЬКО В ПОМОЩЬ ШКОЛЬНИКУ.",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    },
                    {
                        "name": "age[]",
                        "in": "query",
                        "description": "Возраст",
                        "required": false,
                        "schema": {
                            "type": "array",
                            "items": {
                                "type": "int",
                                "enum": [
                                    "0",
                                    "1",
                                    "2",
                                    "3",
                                    "4",
                                    "5",
                                    "6",
                                    "7",
                                    "8",
                                    "9",
                                    "10",
                                    "11",
                                    "12",
                                    "13",
                                    "14",
                                    "15",
                                    "16",
                                    "17",
                                    "18"
                                ]
                            }
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/WithAttendanceCart"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/edu/lectures-classes/age": {
            "get": {
                "tags": [
                    "Education Children"
                ],
                "summary": "Список возрастов для фильтра",
                "description": "Получение возрастов для фильтра",
                "operationId": "446b478674ca5f37b639fa655c6e2486",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/adult-programs/": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Страницы программы взрослым",
                "description": "Получить список программ для страницы взрослым",
                "operationId": "1a283d38a83167bc02c3e0e63c4f7fa6",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/AdultProgram"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/adult-programs/{slug}": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Страница программы",
                "description": "Страница программы",
                "operationId": "e9294244d540d5791820c5e50e31e17d",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AdultProgramShow"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/adult-programs/list": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Список актуальных программ к выставкам",
                "description": "Список актуальных программ к выставкам",
                "operationId": "08ab299e713c07922df94bacad994875",
                "parameters": [
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/AdultProgramList"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/adult-programs/list-archive": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Список архивных программ к выставкам",
                "description": "Список архивных программ к выставкам",
                "operationId": "484e9c0ea6348f3fa63fb531f5a7f7c5",
                "parameters": [
                    {
                        "name": "year",
                        "in": "query",
                        "description": "Фильтрация по году",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "from",
                        "in": "query",
                        "description": "Смещение для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    },
                    {
                        "name": "size",
                        "in": "query",
                        "description": "Лимит для пагинации.",
                        "required": false,
                        "schema": {
                            "type": "int"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/AdultProgramList"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/adult-programs/archive/filter-year": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Список годов для фильтра архивных программ к выставкам",
                "description": "Получение годов для фильтра архивных программ к выставкам",
                "operationId": "b567d8991abe636b7db2c7c59928e82d",
                "responses": {
                    "200": {
                        "description": "Successful completion",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FilterYear"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/adult-programs": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список программ: взрослым",
                "description": "Отображение информации о программах: взрослым на карте сайта",
                "operationId": "86880d6d9200095012b868053211d80e",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/adult-programs/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show adult-programs SEO",
                "operationId": "efd26df0f978ce8c2ee03d32a6c13798",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-programs/": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Страницы образования для детей",
                "description": "Получить страницы детям",
                "operationId": "62af678d4251e0b88d4b0c957e2adcaa",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ChildrenProgram"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-programs/special": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Карточка на страницу",
                "description": "Получить карточку-программу для особенных",
                "operationId": "5973c949aa8c3fe8e5c1360e5680e613",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ChildrenProgram"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-programs/club/{slug}": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Карточка на страницу",
                "description": "Получить страницу Клуба любителей древности",
                "operationId": "673cab283a9d77dfd4aa32080aed180a",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChildrenProgramType"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-programs/class/{slug}": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Программа на страницу",
                "description": "Получить страницу Арт-Кремля",
                "operationId": "eba7ae4a4ebfff2cd70aea3063eb61bc",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChildrenProgramType"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-programs/studio/{slug}": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Программа на страницу",
                "description": "Получить страницу студии Светлица",
                "operationId": "b1438a90e3384df4193b501067a5d918",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChildrenProgramType"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-programs/excursion/{slug}": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Программа на страницу",
                "description": "Получить страницу занятия и экскурсии",
                "operationId": "512e92e5606b4c1d57831c5f98244953",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChildrenProgramType"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/children-programs": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список программах: детям",
                "description": "Отображение информации о программах: детям на карте сайта",
                "operationId": "c73f7845b8e3e9be2045a644ce0f241a",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/children-events": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список детских мероприятий",
                "description": "Отображение информации о списке детских мероприятий на карте сайта",
                "operationId": "0a3c0a690b8f774e426b4b1a5725fdbe",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/children-programs/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show children-programs SEO",
                "operationId": "84ed15f16f12c507682ec224344a56c9",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/student-programs/": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Страница образования студентам",
                "description": "Получить список карточек-программ для страницы студентам",
                "operationId": "97aeb946a1e9d1ea2ec222450b15505b",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/StudentProgram"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/student-programs/lectures": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Список программ на страницу",
                "description": "Получить страницу Лекции по темам",
                "operationId": "fa44694a60ece52d1a7a26b581027fe6",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/StudentProgramLectures"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/student-programs/lectures-excursions": {
            "get": {
                "tags": [
                    "Program"
                ],
                "summary": "Список программ на страницу",
                "description": "Получить страницу Лекции с экскурсией",
                "operationId": "85e4e727da8e358de0fc3a38bcb59fb0",
                "parameters": [
                    {
                        "name": "forExhibition",
                        "in": "query",
                        "description": "К выставкам. Флаг для переключателя ТОЛЬКО К ВЫСТАВКАМ.",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/StudentProgramLectures"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/sitemap/student-programs": {
            "get": {
                "tags": [
                    "Sitemap"
                ],
                "summary": "Список программ: студентам",
                "description": "Отображение информации о программах: студентам на карте сайта",
                "operationId": "3bd66c9cb389457940926c5b65d0270d",
                "responses": {
                    "200": {
                        "description": "Успешное выполнение",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SiteMap"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/student-programs/{slug}/seo": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show student-programs SEO",
                "operationId": "ce1ca9c753e4f51f462187174c088b4c",
                "parameters": [
                    {
                        "name": "slug",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/search": {
            "get": {
                "tags": [
                    "search"
                ],
                "summary": "Show search result",
                "operationId": "1c7494da45b3a4cc04e4439b9ccd0bc6",
                "parameters": [
                    {
                        "name": "globalSearch",
                        "in": "query",
                        "description": "Search keyword",
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SearchResult"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/search/flat": {
            "get": {
                "tags": [
                    "search"
                ],
                "summary": "Show flat search result",
                "operationId": "a9f2191b8b3762710673e5d927f199c3",
                "parameters": [
                    {
                        "name": "globalSearch",
                        "in": "query",
                        "description": "Search keyword",
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/SearchResultFlat"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/seo/{page}": {
            "get": {
                "tags": [
                    "seo"
                ],
                "summary": "Show SEO tags of a page",
                "operationId": "c547390895f2c95bc917ff9521f4a1c4",
                "parameters": [
                    {
                        "name": "page",
                        "in": "path",
                        "description": "Slug for static page, e.g., 'landing' - 'Главная страница', 'guide' - 'Путеводитель'",
                        "required": true,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "landing",
                                "guide",
                                "tickets_benefits",
                                "calendar",
                                "archive_calendar",
                                "exhibitions_list",
                                "tours_list",
                                "tours_groups",
                                "tours_child_groups",
                                "child_subscriptions",
                                "education_adults_main",
                                "education_adults_lecture_cycles",
                                "education_adults_lecture_archive",
                                "education_adults_lecture_records",
                                "education_adults_programs",
                                "education_adults_programs_archive",
                                "education_adults_museum_programs",
                                "staff_list",
                                "education_students_main",
                                "education_students_lectures_topics",
                                "education_students_lectures_tour",
                                "education_teachers_main",
                                "education_children_main",
                                "education_children_lectures_activities",
                                "education_children_lecture_cycles",
                                "education_children_special",
                                "education_children_subscriptions",
                                "events_archive",
                                "science_main",
                                "science_library_visits",
                                "science_councils",
                                "science_discoveries",
                                "science_attribution_bulletin",
                                "science_materials_research",
                                "science_completed_projects",
                                "science_complex_restoration",
                                "science_archaeological_finds",
                                "science_unesco",
                                "science_ongoing_restoration",
                                "virtual_tours",
                                "virtual_exhibitions",
                                "moscow_kremlin_museums",
                                "museum_history_list",
                                "museum_history_general",
                                "museum_history_wwii",
                                "museum_history_directors",
                                "library",
                                "museum_friends_main",
                                "museum_friends_individual_membership",
                                "museum_friends_patronage",
                                "museum_friends_corporate_membership",
                                "museum_friends_corporate_friends",
                                "museum_friends_support",
                                "media",
                                "photo_gallery",
                                "press_center",
                                "publications",
                                "authors",
                                "books_souvenirs",
                                "events",
                                "top_30_masterpieces",
                                "collections",
                                "news",
                                "contacts",
                                "how_to_reach",
                                "services",
                                "faq",
                                "accessible_museum",
                                "vacancies",
                                "official_documents",
                                "eightieth_anniversary",
                                "open_data"
                            ]
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SeoResource"
                                }
                            }
                        }
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "AboutMagazineEditorial": {
                "title": "Редакции",
                "properties": {
                    "post": {
                        "type": "string",
                        "example": "Контакт"
                    },
                    "fullName": {
                        "type": "string",
                        "example": "Контакт"
                    },
                    "rank": {
                        "type": "string",
                        "example": "Контакт"
                    }
                },
                "type": "object"
            },
            "AboutMagazine": {
                "title": "Категория контакта",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "editorial": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AboutMagazineEditorial"
                        }
                    }
                },
                "type": "object"
            },
            "ArchaeologicalHeader": {
                "title": "Археологические находки заголовок списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "tabs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ArchaeologicalTab"
                        }
                    }
                },
                "type": "object"
            },
            "Archaeological": {
                "title": "Архелогические находки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ArchaeologicalShow": {
                "title": "Археологические находки деталка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "ArchaeologicalTab": {
                "title": "Археологические находки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    }
                },
                "type": "object"
            },
            "ResearchArticle": {
                "title": "Статья",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "author": {
                        "type": "string",
                        "example": "Автор"
                    },
                    "annotation": {
                        "type": "string",
                        "example": "Аннотация"
                    },
                    "fileSize": {
                        "type": "string",
                        "example": "0.1"
                    },
                    "fileUrl": {
                        "type": "string",
                        "example": "https://example.com/file.pdf"
                    },
                    "fileFormat": {
                        "type": "string",
                        "example": "pdf"
                    }
                },
                "type": "object"
            },
            "BlockContact": {
                "title": "Блок контактов",
                "properties": {
                    "additional": {
                        "type": "string",
                        "example": "Из жизни царского двора"
                    },
                    "phones": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "+78963125465"
                        }
                    },
                    "emails": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "backendvsfront@b.ru"
                        }
                    }
                },
                "type": "object"
            },
            "BookShow": {
                "title": "Книга",
                "description": "Схема книги",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название книги"
                    },
                    "author": {
                        "type": "string",
                        "example": "Имя автора"
                    },
                    "heading": {
                        "type": "string",
                        "example": "Рубрика"
                    },
                    "publication_date": {
                        "type": "string",
                        "example": "2023-01-01"
                    },
                    "publish": {
                        "type": "string",
                        "example": "Издательство АРС"
                    },
                    "page": {
                        "type": "string",
                        "example": "336 страниц"
                    },
                    "physicalMedium": {
                        "type": "string",
                        "example": "Текст"
                    },
                    "language": {
                        "type": "string",
                        "example": "Русский"
                    },
                    "ownership_terms": {
                        "type": "string",
                        "example": "Библиотека"
                    },
                    "titleContinuation": {
                        "type": "string",
                        "example": "Санкт-Петербург"
                    },
                    "isbn": {
                        "type": "string",
                        "example": "978-5-93572-108-2"
                    },
                    "macroObjectPdf": {
                        "type": "string",
                        "example": "1660"
                    }
                },
                "type": "object"
            },
            "Book": {
                "title": "Книги",
                "description": "Схема книг",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название книги"
                    },
                    "author": {
                        "type": "string",
                        "example": "Имя автора"
                    },
                    "city": {
                        "type": "string",
                        "example": "Москва"
                    },
                    "publication_date": {
                        "type": "string",
                        "example": "2023-01-01"
                    },
                    "isbn": {
                        "type": "string",
                        "example": "978-5-93572-108-2"
                    },
                    "ownership_terms": {
                        "type": "string",
                        "example": "Библиотека"
                    },
                    "publish": {
                        "type": "string",
                        "example": "Издательство АРС"
                    },
                    "physicalMedium": {
                        "type": "string",
                        "example": "Текст"
                    },
                    "titleContinuation": {
                        "type": "string",
                        "example": "Санкт-Петербург"
                    },
                    "responsibility": {
                        "type": "string",
                        "example": "Государственный Эрмитаж"
                    },
                    "page": {
                        "type": "string",
                        "example": "336 страниц"
                    },
                    "language": {
                        "type": "string",
                        "example": "Русский"
                    },
                    "macro_object": {
                        "type": "string",
                        "example": "Макрообъект книги"
                    }
                },
                "type": "object"
            },
            "Dictionary": {
                "title": "Словарь",
                "description": "Схема словаря",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": "ID"
                    },
                    "term": {
                        "type": "string",
                        "example": "Название"
                    },
                    "count": {
                        "type": "string",
                        "example": "Count"
                    }
                },
                "type": "object"
            },
            "ArchiveCard": {
                "title": "Схема карточки архивного мероприятия",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "type": {
                        "type": "string",
                        "example": "lecture"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "year": {
                        "type": "integer",
                        "example": "2020"
                    }
                },
                "type": "object"
            },
            "ComingSoonCard": {
                "title": "Схема карточки СКОРО ОБЪЯВИМ ДАТЫ",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "type": {
                        "type": "string",
                        "example": "lecture"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "manySeances": {
                        "type": "boolean"
                    }
                },
                "type": "object"
            },
            "EventCard": {
                "title": "Схема карточки календарного мероприятия",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "type": {
                        "type": "string",
                        "example": "lecture"
                    },
                    "date": {
                        "type": "string",
                        "format": "date"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "statement": {
                        "type": "string",
                        "example": "actual"
                    },
                    "time": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "start": {
                                    "type": "string"
                                },
                                "end": {
                                    "type": "string"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "Chapter": {
                "title": "Глава",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "numberOfChapter": {
                        "type": "string",
                        "example": "3"
                    },
                    "manuals": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortManual"
                        }
                    }
                },
                "type": "object"
            },
            "ChildrenEvent": {
                "title": "Блок события",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Из жизни царского двора"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "1-й год обучения"
                    },
                    "description": {
                        "type": "string",
                        "example": "для детей с нарушением зрения"
                    },
                    "subdescription": {
                        "type": "string",
                        "example": "набор закрыт или другое"
                    },
                    "info": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "стоимость"
                                },
                                "description": {
                                    "type": "string",
                                    "example": "1000 р"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "about": {
                        "type": "string",
                        "example": "Описание..."
                    },
                    "groups": {
                        "$ref": "#/components/schemas/Group"
                    },
                    "link": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Посмотреть подробнее"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "button": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Купить"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "accordion": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "Лекция"
                                },
                                "data": {
                                    "$ref": "#/components/schemas/ShortBlock"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "ChildrenSeasonTicket": {
                "title": "Абонементы детям",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "color": {
                        "type": "array",
                        "items": {
                            "description": "color code",
                            "type": "string",
                            "example": "#00000"
                        }
                    },
                    "lessonCount": {
                        "type": "string",
                        "example": "9 занятий"
                    },
                    "targetAudience": {
                        "type": "string",
                        "example": "Для 8 класса"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug"
                    }
                },
                "type": "object"
            },
            "ClientCardCorporate": {
                "title": "Список карт по типу \"Корпоративное членство\"",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название карты"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "nominal": {
                        "type": "integer",
                        "example": 1221
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание виртуального тура"
                    },
                    "backgroundInformation": {
                        "type": "string",
                        "example": "Описание виртуального тура"
                    },
                    "link": {
                        "type": "string",
                        "example": "Название тура"
                    }
                },
                "type": "object"
            },
            "ClientCardIndividual": {
                "title": "Список карт по типу \"Индивидуальное членство",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название карты"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "nominal": {
                        "type": "integer",
                        "example": 1221
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание виртуального тура"
                    },
                    "backgroundInformation": {
                        "type": "string",
                        "example": "Описание виртуального тура"
                    },
                    "link": {
                        "type": "string",
                        "example": "Название тура"
                    }
                },
                "type": "object"
            },
            "ClientCardPatron": {
                "title": "Список карт по типу \"Карта мецената\"",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название карты"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "nominal": {
                        "type": "integer",
                        "example": 1221
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание виртуального тура"
                    },
                    "backgroundInformation": {
                        "type": "string",
                        "example": "Описание виртуального тура"
                    },
                    "link": {
                        "type": "string",
                        "example": "Название тура"
                    }
                },
                "type": "object"
            },
            "BannerCompilation": {
                "title": "Карточка виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "zivopis-v-muzeiax-moskovskogo-kremlia"
                    },
                    "image": {
                        "$ref": "#/components/schemas/ImageType"
                    }
                },
                "type": "object"
            },
            "CardsCompilation": {
                "title": "Карточка виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "zivopis-v-muzeiax-moskovskogo-kremlia"
                    },
                    "image": {
                        "$ref": "#/components/schemas/ImageType"
                    }
                },
                "type": "object"
            },
            "DetailCompilation": {
                "title": "Карточка виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "zivopis-v-muzeiax-moskovskogo-kremlia"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ImageType"
                        }
                    }
                },
                "type": "object"
            },
            "IndexCompilation": {
                "title": "Список собраний",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": 1
                    },
                    "name": {
                        "type": "string",
                        "example": "cards"
                    },
                    "type": {
                        "type": "string",
                        "example": "cards"
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CardsCompilation"
                        }
                    }
                },
                "type": "object"
            },
            "ShowCompilation": {
                "title": "Детальная страница собрания",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Государственные регалии"
                    },
                    "slug": {
                        "type": "string",
                        "example": "gosudarstvennye-regalii"
                    },
                    "description": {
                        "type": "string",
                        "example": "Собрание регалий - старинных раритетов российской ..."
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "button": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Кнопка"
                            },
                            "url": {
                                "type": "string",
                                "example": "https://example.com"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "CompletedScienceProjectHeader": {
                "title": "Завершенные научные проекты заголовок списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Пример загловка"
                    },
                    "slug": {
                        "type": "string",
                        "example": "primer-zagolovka"
                    },
                    "tabs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompletedScienceProjectTab"
                        }
                    },
                    "readMore": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CompletedScienceProject"
                        }
                    }
                },
                "type": "object"
            },
            "CompletedScienceProject": {
                "title": "Завершенные научные проекты",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Пример загловка"
                    },
                    "slug": {
                        "type": "string",
                        "example": "primer-zagolovka"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "CompletedScienceProjectShow": {
                "title": "Детальная информация вкладки завершенные научные проекты",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Пример загловка"
                    },
                    "slug": {
                        "type": "string",
                        "example": "primer-zagolovka"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "CompletedScienceProjectTab": {
                "title": "Вкладки завершенных научных проектов",
                "properties": {
                    "text": {
                        "type": "string",
                        "example": "Пример загловка"
                    },
                    "slug": {
                        "type": "string",
                        "example": "primer-zagolovka"
                    }
                },
                "type": "object"
            },
            "ComprehensiveRestorationHeader": {
                "title": "Комплексные реставрации заголовок списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "tabs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ComprehensiveRestorationTab"
                        }
                    }
                },
                "type": "object"
            },
            "ComprehensiveRestoration": {
                "title": "Комплексные реставрации",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Успенский собор"
                    },
                    "slug": {
                        "type": "string",
                        "example": "uspenskij-sobor"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ComprehensiveRestorationShow": {
                "title": "Детальная информация комплексной реставрации",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "ComprehensiveRestorationTab": {
                "title": "Комплексные реставрации",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    }
                },
                "type": "object"
            },
            "ConferenceRegistration": {
                "title": "Обратная связь",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Иван Иванов"
                    },
                    "city": {
                        "type": "string",
                        "example": "Москва"
                    },
                    "organization": {
                        "type": "string",
                        "example": "MMK"
                    },
                    "degree": {
                        "type": "string",
                        "example": "Кандитат"
                    },
                    "phone_number": {
                        "type": "string",
                        "example": "+1234567890"
                    },
                    "email": {
                        "type": "string",
                        "format": "email",
                        "example": "ivan@gmail.com"
                    },
                    "message": {
                        "type": "string",
                        "example": "Как добраться?"
                    },
                    "processed": {
                        "type": "boolean",
                        "example": false
                    }
                },
                "type": "object"
            },
            "ContactCategory": {
                "title": "Категория контакта",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Категория"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "top_the_page": {
                        "type": "boolean",
                        "example": true
                    },
                    "mainContacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Contact"
                        }
                    },
                    "children": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ContactCategory"
                        }
                    }
                },
                "type": "object"
            },
            "Contact": {
                "title": "Контакты",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Контакт"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "contact_category_id": {
                        "type": "integer",
                        "example": 1
                    }
                },
                "type": "object"
            },
            "CurrentRestoration": {
                "title": "Вкладка страницы текущей реставрации",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "2013"
                    },
                    "slug": {
                        "type": "string",
                        "example": "2013"
                    },
                    "constructor": {
                        "type": "string",
                        "example": "[]"
                    }
                },
                "type": "object"
            },
            "DesignRule": {
                "title": "Правила Оформления",
                "properties": {
                    "dynamicCrumb": {
                        "properties": {
                            "href": {
                                "type": "string",
                                "example": "pravila-dlya-konferenciy"
                            },
                            "title": {
                                "type": "string",
                                "example": "Правила для конференций"
                            }
                        },
                        "type": "object"
                    },
                    "title": {
                        "type": "string",
                        "example": "Правила для конференций"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Дополнительная информация"
                    },
                    "getDesignRule": {
                        "properties": {
                            "rulableType": {
                                "type": "string",
                                "example": "App\\Models\\ScienceConference"
                            },
                            "rulableId": {
                                "type": "integer",
                                "example": 1
                            }
                        },
                        "type": "object"
                    },
                    "file": {
                        "$ref": "#/components/schemas/File"
                    },
                    "constructorWrapper": {
                        "type": "array",
                        "items": {
                            "properties": {}
                        }
                    }
                },
                "type": "object"
            },
            "ShowDirector": {
                "title": "Руководители",
                "properties": {
                    "name": {
                        "properties": {
                            "firstName": {
                                "type": "string",
                                "example": "Иван"
                            },
                            "lastName": {
                                "type": "string",
                                "example": "Иванов"
                            },
                            "middleName": {
                                "type": "string",
                                "example": "Иванович"
                            }
                        },
                        "type": "object"
                    },
                    "info": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivanov-ivan-ivanovich"
                    },
                    "lifeYears": {
                        "properties": {
                            "yearOfBirth": {
                                "type": "integer",
                                "example": 1743
                            },
                            "yearOfDeath": {
                                "type": "integer",
                                "example": 1814
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "LectureAndClass": {
                "title": "Схема карточки для страницы лекций и занятий",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "type": {
                        "type": "string",
                        "example": "lecture"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "date_start"
                            },
                            "end": {
                                "type": "string",
                                "example": "date_end"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "EventSearch": {
                "title": "Схема карточки календарного мероприятия",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "type": {
                        "type": "string",
                        "example": "lecture"
                    },
                    "date": {
                        "type": "string",
                        "format": "date"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "time": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "start": {
                                    "type": "string"
                                },
                                "end": {
                                    "type": "string"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "ConcertForFestival": {
                "title": "Концерты для фестивалей",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-koncerta"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название концерта"
                    },
                    "type": {
                        "type": "string",
                        "example": "concert"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "date": {
                        "type": "string",
                        "example": "2023-01-19"
                    },
                    "time": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "12:05"
                            },
                            "end": {
                                "type": "string",
                                "example": "12:10"
                            }
                        },
                        "type": "object"
                    },
                    "locations": {
                        "type": "string",
                        "example": "Концертный зал оружейной палаты"
                    }
                },
                "type": "object"
            },
            "Concert": {
                "title": "Концерты",
                "properties": {
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "time": {
                        "type": "string",
                        "example": "12:05"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-koncerta"
                    },
                    "annotation": {
                        "type": "string",
                        "example": "Краткая информация о концерте"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название концерта"
                    },
                    "member": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShowPersonality"
                        }
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "seances": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": "9"
                            },
                            "startTime": {
                                "type": "string",
                                "example": "02:01"
                            },
                            "endTime": {
                                "type": "string",
                                "example": "12:01"
                            }
                        },
                        "type": "object"
                    },
                    "duration": {
                        "type": "string",
                        "example": "02:01"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "description": {
                        "type": "string",
                        "example": "Подробное описание концерта"
                    },
                    "presenters": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "position": {
                                    "type": "string",
                                    "example": "Оркестр"
                                },
                                "name": {
                                    "type": "string",
                                    "example": "Pratum Integrum"
                                },
                                "image": {
                                    "$ref": "#/components/schemas/Image"
                                },
                                "slug": {
                                    "type": "string",
                                    "example": "presenters-slug"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "program": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProgramConcert"
                        }
                    },
                    "relatedEvents": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "slug": {
                                    "type": "string",
                                    "example": "relatedEvents-slug"
                                },
                                "title": {
                                    "type": "string",
                                    "example": "Василий II Темный: недруги и соратники"
                                },
                                "date": {
                                    "type": "string",
                                    "example": "2024-02-19T12:00"
                                },
                                "thumbnail": {
                                    "$ref": "#/components/schemas/Image"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "videos": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Video"
                        }
                    },
                    "prices": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "ticketName": {
                                    "type": "string",
                                    "example": "Концерт"
                                },
                                "value": {
                                    "type": "integer",
                                    "example": "1500"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    },
                    "dynamicCrumb": {
                        "properties": {
                            "slug": {
                                "type": "string",
                                "example": "slug"
                            },
                            "title": {
                                "type": "string",
                                "example": "title"
                            }
                        },
                        "type": "object"
                    },
                    "aboutFestival": {
                        "$ref": "#/components/schemas/ShortFestival"
                    },
                    "otherFestivalConcerts": {
                        "$ref": "#/components/schemas/FestivalConcerts"
                    },
                    "tickets": {
                        "$ref": "#/components/schemas/ItemTicket"
                    }
                },
                "type": "object"
            },
            "Cycle": {
                "title": "Цикл",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название цикла"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-cycla"
                    },
                    "type": {
                        "type": "string",
                        "example": "vzroslym"
                    },
                    "events": {
                        "$ref": "#/components/schemas/ShortLecture"
                    },
                    "description": {
                        "type": "string",
                        "example": "Подробное описание Цикла"
                    },
                    "prices": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "ticketName": {
                                    "type": "string",
                                    "example": "Цикла"
                                },
                                "value": {
                                    "type": "integer",
                                    "example": "1500"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    },
                    "tickets": {
                        "$ref": "#/components/schemas/ItemTicket"
                    }
                },
                "type": "object"
            },
            "IndexCycle": {
                "title": "Цикл в списке",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-cycla"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название цикла"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19 24:00"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20 24:00"
                            }
                        },
                        "type": "object"
                    },
                    "thumbnails": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "lectureCount": {
                        "type": "integer",
                        "example": "100"
                    },
                    "fromOld": {
                        "type": "integer"
                    },
                    "toOld": {
                        "type": "integer"
                    },
                    "tags": {
                        "$ref": "#/components/schemas/Tag"
                    },
                    "lessons": {
                        "type": "string",
                        "example": "32"
                    }
                },
                "type": "object"
            },
            "ItemProgramCycle": {
                "title": "Цикл",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название цикла"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-cycla"
                    },
                    "count": {
                        "type": "integer",
                        "example": 1
                    },
                    "tags": {
                        "$ref": "#/components/schemas/Tag"
                    },
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "type": {
                        "type": "string",
                        "example": "cycles"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ExcursionBanner": {
                "title": "Баннер экскурсий",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок баннера"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок баннера"
                    },
                    "image": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    }
                },
                "type": "object"
            },
            "ExcursionSeasonTicket": {
                "title": "Детский экскурсионный абонемент",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Первые шаги в мир музея"
                    },
                    "subtitle": {
                        "properties": {
                            "ageGroup": {
                                "type": "string",
                                "example": "Для детей 6-8 лет"
                            },
                            "excursionsCount": {
                                "type": "string",
                                "example": "5 экскурсий, 1 лекция"
                            },
                            "dates": {
                                "properties": {
                                    "start": {
                                        "type": "string",
                                        "example": "2023-01-19"
                                    },
                                    "end": {
                                        "type": "string",
                                        "example": "2023-01-20"
                                    }
                                },
                                "type": "object"
                            }
                        },
                        "type": "object"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "info": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "стоимость"
                                },
                                "description": {
                                    "type": "string",
                                    "example": "1000 р"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "about": {
                        "type": "string",
                        "example": "Абонемент состоит из 5 экскурсий по залам Оружейной палаты."
                    },
                    "accordion": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Экскурсии"
                                },
                                "items": {
                                    "$ref": "#/components/schemas/ShowExcursionSeasonTicket"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "sliders": {
                        "properties": {
                            "images": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Image"
                                }
                            }
                        },
                        "type": "object"
                    },
                    "groups": {
                        "$ref": "#/components/schemas/Group"
                    },
                    "speakers": {
                        "$ref": "#/components/schemas/SeasonTicketPersonality"
                    }
                },
                "type": "object"
            },
            "IndexExcursion": {
                "title": "Экскурсия списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title Excursion"
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2024-01-05"
                            },
                            "end": {
                                "type": "string",
                                "example": "2024-01-12"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-excursion"
                    },
                    "isDaily": {
                        "type": "boolean",
                        "example": false
                    },
                    "statement": {
                        "type": "string",
                        "example": "archive"
                    }
                },
                "type": "object"
            },
            "IndexOrganizedExcursion": {
                "title": "Экскурсия списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title Excursion"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Subtitle Excursion"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "info": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "стоимость"
                                },
                                "description": {
                                    "type": "string",
                                    "example": "1000 р"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "accordion": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "Лекция"
                                },
                                "data": {
                                    "$ref": "#/components/schemas/ShortBlock"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "groups": {
                        "$ref": "#/components/schemas/Group"
                    },
                    "slider": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "description": {
                        "type": "string",
                        "example": "Title Excursion"
                    },
                    "lectors": {
                        "$ref": "#/components/schemas/ShortPersonality"
                    },
                    "button": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Купить"
                            },
                            "url": {
                                "type": "string",
                                "example": "https://example.com/place"
                            }
                        },
                        "type": "object"
                    },
                    "tags": {
                        "$ref": "#/components/schemas/Tag"
                    }
                },
                "type": "object"
            },
            "ItemProgramExcursion": {
                "title": "Короткая схема экскурсии для страницы программ",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-excursii"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название экскурсии"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "type": {
                        "type": "string",
                        "example": "excursion"
                    },
                    "dates": {
                        "properties": {
                            "": {
                                "type": "string",
                                "example": "2023-01-19"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowExcursion": {
                "title": "Экскурсии представление",
                "properties": {
                    "isDaily": {
                        "type": "boolean",
                        "example": true
                    },
                    "title": {
                        "type": "string",
                        "example": "Экскурсия по оружейной палате"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание.."
                    },
                    "member": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShowPersonality"
                        }
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "button": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Купить"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "slider": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "duration": {
                        "type": "string",
                        "example": "02:01"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-excursion"
                    },
                    "seances": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": "9"
                            },
                            "startTime": {
                                "type": "string",
                                "example": "02:01"
                            },
                            "endTime": {
                                "type": "string",
                                "example": "12:01"
                            }
                        },
                        "type": "object"
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    },
                    "tickets": {
                        "$ref": "#/components/schemas/ItemTicket"
                    },
                    "advertisement": {
                        "$ref": "#/components/schemas/MainPartner"
                    }
                },
                "type": "object"
            },
            "ShowExcursionSeasonTicket": {
                "title": "Экскурсия списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок экскурсии"
                    },
                    "description": {
                        "type": "string",
                        "example": "Подробное описание экскурсии"
                    }
                },
                "type": "object"
            },
            "ShowOrganizedGroup": {
                "title": "Экскурсия списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title Excursion"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Subtitle Excursion"
                    },
                    "description": {
                        "type": "string",
                        "example": "Title Excursion"
                    },
                    "adultGroupImage": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "childrenGroupImage": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "IndexExhibition": {
                "title": "Список выставок",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title Exhibition"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "coverImage": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2024-01-05"
                            },
                            "end": {
                                "type": "string",
                                "example": "2024-01-12"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-exhibition"
                    },
                    "place": {
                        "type": "string",
                        "example": "Кремль"
                    }
                },
                "type": "object"
            },
            "ItemProgramExhibition": {
                "title": "Короткая схема выставки для страницы программ",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": "3"
                    },
                    "type": {
                        "type": "string",
                        "example": "exhibitions"
                    }
                },
                "type": "object"
            },
            "ShowExhibition": {
                "title": "Выставки",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Франция и Россия. 10 веков вместе"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2024-01-05"
                            },
                            "end": {
                                "type": "string",
                                "example": "2024-01-12"
                            }
                        },
                        "type": "object"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "bgColor": {
                        "type": "string",
                        "example": "#00ff00"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание.."
                    },
                    "participants": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "Иванов Иван"
                        }
                    },
                    "organizers": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "Иванов Иван"
                        }
                    },
                    "location": {
                        "type": "string",
                        "example": "Оружейная палата"
                    },
                    "advertisement": {
                        "$ref": "#/components/schemas/MainPartner"
                    },
                    "promos": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Франция и Россия. 10 веков вместе"
                            },
                            "url": {
                                "type": "string",
                                "example": "www.sberbank.ru"
                            }
                        },
                        "type": "object"
                    },
                    "city": {
                        "type": "string",
                        "example": "Ухта"
                    },
                    "schedule": {
                        "type": "string",
                        "example": "10:59 - 11:00 , вс выходной"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-excursion"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "exhibits": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "videos": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Slider"
                        }
                    },
                    "sponsors": {
                        "properties": {
                            "general": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Partner"
                                }
                            },
                            "info": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Partner"
                                }
                            }
                        },
                        "type": "object"
                    },
                    "tickets": {
                        "properties": {
                            "description": {
                                "type": "string",
                                "example": "Описание"
                            },
                            "standardPrice": {
                                "type": "integer",
                                "example": "150"
                            },
                            "preferentialPrice": {
                                "type": "integer",
                                "example": "150"
                            },
                            "tickets": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ItemExhibitionTicket"
                                }
                            }
                        },
                        "type": "object"
                    },
                    "programs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortAdultProgramExhibition"
                        }
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    }
                },
                "type": "object"
            },
            "ShowUpcomingExhibition": {
                "title": "Предстощая выставка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title Exhibition"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2024-01-05"
                            },
                            "end": {
                                "type": "string",
                                "example": "2024-01-12"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-exhibition"
                    },
                    "place": {
                        "type": "string",
                        "example": "Кремль"
                    }
                },
                "type": "object"
            },
            "Festival": {
                "title": "Фестивали",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название фестиваля"
                    },
                    "description": {
                        "type": "string",
                        "example": "Подробная информация о фестиваля"
                    },
                    "mainImage": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "news": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortFestivalNews"
                        }
                    },
                    "concerts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ConcertForFestival"
                        }
                    },
                    "media": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Slider"
                        }
                    }
                },
                "type": "object"
            },
            "ItemProgramLecture": {
                "title": "Короткая схема лекции для страницы программ",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "type": {
                        "type": "string",
                        "example": "lectures"
                    },
                    "dates": {
                        "properties": {
                            "": {
                                "type": "string",
                                "example": "2023-01-19"
                            }
                        },
                        "type": "object"
                    },
                    "additionalType": {
                        "type": "string",
                        "example": "lectures"
                    }
                },
                "type": "object"
            },
            "Lecture": {
                "title": "Стандартная схема лекции",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "button": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Купить"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "slider": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "member": {
                        "$ref": "#/components/schemas/ShowPersonality"
                    },
                    "events": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "slug": {
                                    "type": "string",
                                    "example": "events-slug"
                                },
                                "title": {
                                    "type": "string",
                                    "example": "Василий II Темный: недруги и соратники"
                                },
                                "date": {
                                    "type": "string",
                                    "example": "2024-02-19T12:00"
                                },
                                "thumbnail": {
                                    "$ref": "#/components/schemas/Image"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "duration": {
                        "type": "string",
                        "example": "02:01"
                    },
                    "description": {
                        "type": "string",
                        "example": "Подробное описание лекции"
                    },
                    "annotation": {
                        "type": "string",
                        "example": "Краткая информация о лекции"
                    },
                    "pricesForSeries": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "ticketName": {
                                    "type": "string",
                                    "example": "Концерт"
                                },
                                "value": {
                                    "type": "integer",
                                    "example": "1500"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "cycles": {
                        "$ref": "#/components/schemas/Cycle"
                    },
                    "seances": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": "9"
                            },
                            "startTime": {
                                "type": "string",
                                "example": "02:01"
                            },
                            "endTime": {
                                "type": "string",
                                "example": "12:01"
                            }
                        },
                        "type": "object"
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    },
                    "tickets": {
                        "$ref": "#/components/schemas/ItemTicket"
                    },
                    "advertisement": {
                        "$ref": "#/components/schemas/MainPartner"
                    }
                },
                "type": "object"
            },
            "ShortLecture": {
                "title": "Короткая схема лекции",
                "properties": {
                    "date": {
                        "type": "string",
                        "example": "2023-01-19"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название лекции"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-lekcii"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "Lesson": {
                "title": "Стандартная схема занятия",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название Занятия"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-zanyatiya"
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "button": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Купить"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "slider": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "member": {
                        "$ref": "#/components/schemas/ShowPersonality"
                    },
                    "events": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "slug": {
                                    "type": "string",
                                    "example": "events-slug"
                                },
                                "title": {
                                    "type": "string",
                                    "example": "Василий II Темный: недруги и соратники"
                                },
                                "date": {
                                    "type": "string",
                                    "example": "2024-02-19T12:00"
                                },
                                "thumbnail": {
                                    "$ref": "#/components/schemas/Image"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "duration": {
                        "type": "string",
                        "example": "02:01"
                    },
                    "description": {
                        "type": "string",
                        "example": "Подробное описание лекции"
                    },
                    "annotation": {
                        "type": "string",
                        "example": "Краткая информация о лекции"
                    },
                    "pricesForSeries": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "ticketName": {
                                    "type": "string",
                                    "example": "Концерт"
                                },
                                "value": {
                                    "type": "integer",
                                    "example": "1500"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "seances": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": "9"
                            },
                            "startTime": {
                                "type": "string",
                                "example": "02:01"
                            },
                            "endTime": {
                                "type": "string",
                                "example": "12:01"
                            }
                        },
                        "type": "object"
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    },
                    "tickets": {
                        "$ref": "#/components/schemas/ItemTicket"
                    },
                    "advertisement": {
                        "$ref": "#/components/schemas/MainPartner"
                    }
                },
                "type": "object"
            },
            "ItemProgramOther": {
                "title": "Короткая схема мероприятия(другое) для страницы программ",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-drygoe"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название другое"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "type": {
                        "type": "string",
                        "example": "other"
                    },
                    "dates": {
                        "properties": {
                            "": {
                                "type": "string",
                                "example": "2023-01-19"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowOther": {
                "title": "Мероприятия представление",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание.."
                    },
                    "member": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/IndexPersonality"
                        }
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "button": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Купить"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "slider": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "duration": {
                        "type": "string",
                        "example": "02:01"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-other"
                    },
                    "seances": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": "9"
                            },
                            "startTime": {
                                "type": "string",
                                "example": "02:01"
                            },
                            "endTime": {
                                "type": "string",
                                "example": "12:01"
                            }
                        },
                        "type": "object"
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    },
                    "tickets": {
                        "$ref": "#/components/schemas/ItemTicket"
                    },
                    "advertisement": {
                        "$ref": "#/components/schemas/MainPartner"
                    }
                },
                "type": "object"
            },
            "ItemProgramQuest": {
                "title": "Короткая схема квеста для страницы программ",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-questa"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название квеста"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "type": {
                        "type": "string",
                        "example": "quests"
                    },
                    "dates": {
                        "properties": {
                            "": {
                                "type": "string",
                                "example": "2023-01-19"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowQuest": {
                "title": "Квеста представление",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название квеста"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание.."
                    },
                    "member": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/IndexPersonality"
                        }
                    },
                    "locations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "button": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Купить"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "slider": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "duration": {
                        "type": "string",
                        "example": "02:01"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-quest"
                    },
                    "seances": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": "9"
                            },
                            "startTime": {
                                "type": "string",
                                "example": "02:01"
                            },
                            "endTime": {
                                "type": "string",
                                "example": "12:01"
                            }
                        },
                        "type": "object"
                    },
                    "contacts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BlockContact"
                        }
                    },
                    "tickets": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ItemTicket"
                        }
                    },
                    "advertisement": {
                        "$ref": "#/components/schemas/MainPartner"
                    }
                },
                "type": "object"
            },
            "ScienceParticipant": {
                "title": "Участник конференции",
                "properties": {
                    "name": {
                        "properties": {
                            "firstName": {
                                "type": "string",
                                "example": "Иван"
                            },
                            "lastName": {
                                "type": "string",
                                "example": "Иванов"
                            },
                            "middleName": {
                                "type": "string",
                                "example": "Иванович"
                            }
                        },
                        "type": "object"
                    },
                    "position": {
                        "type": "string",
                        "example": "Коуч по моковедению"
                    },
                    "organisation": {
                        "type": "string",
                        "example": "ООО \"Моя оборона\""
                    },
                    "city": {
                        "type": "string",
                        "example": "Нижневартовск"
                    }
                },
                "type": "object"
            },
            "ScienceParticipantWithReport": {
                "title": "Участник конференции с докладами",
                "properties": {
                    "name": {
                        "properties": {
                            "firstName": {
                                "type": "string",
                                "example": "Иван"
                            },
                            "lastName": {
                                "type": "string",
                                "example": "Иванов"
                            },
                            "middleName": {
                                "type": "string",
                                "example": "Иванович"
                            }
                        },
                        "type": "object"
                    },
                    "position": {
                        "type": "string",
                        "example": "Коуч по моковедению"
                    },
                    "organisation": {
                        "type": "string",
                        "example": "ООО \"Моя оборона\""
                    },
                    "city": {
                        "type": "string",
                        "example": "Нижневартовск"
                    },
                    "reports": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ScienceReport"
                        }
                    }
                },
                "type": "object"
            },
            "ScienceReport": {
                "title": "Доклад",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": "171"
                    },
                    "theme": {
                        "type": "string",
                        "example": "Как добыть кольчугу из огня"
                    },
                    "report": {
                        "type": "string",
                        "example": "https://ony-mmk-online.ru/file"
                    },
                    "participantId": {
                        "type": "integer",
                        "example": "1"
                    }
                },
                "type": "object"
            },
            "ScienceReportWithParticipant": {
                "title": "Доклад",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": 1
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug"
                    },
                    "theme": {
                        "type": "string",
                        "example": "theme"
                    },
                    "annotation": {
                        "type": "string",
                        "example": "annotation"
                    },
                    "report": {
                        "type": "string",
                        "example": "https://ony-mmk-online.ru/file"
                    }
                },
                "type": "object"
            },
            "IndexScienceConferences": {
                "title": "Список научных конференций",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title science conf"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2024-01-05"
                            },
                            "end": {
                                "type": "string",
                                "example": "2024-01-12"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-science-conf"
                    },
                    "isRegistrationOpen": {
                        "type": "boolean"
                    },
                    "dynamicCrumb": {
                        "properties": {
                            "slug": {
                                "type": "string",
                                "example": "slug"
                            },
                            "title": {
                                "type": "string",
                                "example": "title"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ScienceConferenceResource": {
                "title": "Научная конференция",
                "properties": {
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    },
                    "title": {
                        "type": "string",
                        "example": "Скорость ксилородного обогащения при густой крови"
                    },
                    "annotation": {
                        "type": "string",
                        "example": "Первое слушание"
                    },
                    "registrationDescription": {
                        "type": "string",
                        "example": "На входе покажите билет кондуктору"
                    },
                    "registrationUrl": {
                        "type": "string",
                        "example": "https://google.com"
                    },
                    "places": {
                        "example": [
                            "Павло-Суздальский собор",
                            "Шнелевский памятник"
                        ]
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "description": {
                        "type": "string",
                        "example": "... при повторном анализе pH составил 8.3 ..."
                    },
                    "slug": {
                        "type": "string",
                        "example": "blood-conf-214"
                    },
                    "info": {
                        "type": "string",
                        "example": "... контрольная группа составила 819 тыс. человек в рамках ..."
                    },
                    "videos": {
                        "$ref": "#/components/schemas/VideoWithImageResource"
                    },
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "isDesignRule": {
                        "type": "boolean",
                        "example": "true"
                    },
                    "reports": {
                        "properties": {
                            "participants": {
                                "properties": {
                                    "count": {
                                        "type": "integer",
                                        "example": 3
                                    }
                                },
                                "type": "object"
                            },
                            "reports": {
                                "properties": {
                                    "count": {
                                        "type": "integer",
                                        "example": 4
                                    }
                                },
                                "type": "object"
                            },
                            "statements": {
                                "properties": {
                                    "image": {
                                        "$ref": "#/components/schemas/Image"
                                    }
                                },
                                "type": "object"
                            }
                        },
                        "type": "object"
                    },
                    "organizers": {
                        "example": [
                            "Павло-Суздальский собор",
                            "Шнелевский памятник"
                        ]
                    },
                    "programs": {
                        "example": [
                            {
                                "properties": {
                                    "type": {
                                        "type": "string",
                                        "example": "Выставка"
                                    },
                                    "name": {
                                        "type": "string",
                                        "example": "Французско-российские отношения"
                                    },
                                    "slug": {
                                        "type": "string",
                                        "example": "/exhibitions/1"
                                    },
                                    "image": {
                                        "$ref": "#/components/schemas/Image"
                                    }
                                },
                                "type": "object",
                                "property": null
                            },
                            {
                                "$ref": "#/components/schemas/VideoWithImageResource"
                            }
                        ]
                    },
                    "program_file": {
                        "type": "string",
                        "example": "https://domain.ru/files/coordinates.png"
                    },
                    "event": {
                        "example": [
                            {
                                "properties": {
                                    "type": {
                                        "type": "string",
                                        "example": "Выставка"
                                    },
                                    "name": {
                                        "type": "string",
                                        "example": "Французско-российские отношения"
                                    },
                                    "url": {
                                        "type": "string",
                                        "example": "/exhibitions/1"
                                    }
                                },
                                "type": "object",
                                "property": null
                            }
                        ]
                    },
                    "eventImage": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ScienceConferencesArchive": {
                "title": "Архив научных конференций",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title science conf"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2024-01-05"
                            },
                            "end": {
                                "type": "string",
                                "example": "2024-01-12"
                            }
                        },
                        "type": "object"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-science-conf"
                    },
                    "dynamicCrumb": {
                        "properties": {
                            "slug": {
                                "type": "string",
                                "example": "slug"
                            },
                            "title": {
                                "type": "string",
                                "example": "title"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "FactCard": {
                "title": "Карточка факта",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "facts": {
                        "type": "string",
                        "example": [
                            "Перед смертью назначил жену великую ... братьями Андреем и Петром, регентшей при малолетнем сыне Василии II",
                            "Перед смертью назначил жену великую ... братьями Андреем и Петром, регентшей при малолетнем сыне Василии II"
                        ]
                    }
                },
                "type": "object"
            },
            "Fact": {
                "title": "Факт",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Иван I"
                    },
                    "factCards": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/FactCard"
                        }
                    },
                    "videoPages": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortVideo"
                        }
                    },
                    "aboutTheme": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortThemeItem"
                        }
                    }
                },
                "type": "object"
            },
            "Feedback": {
                "title": "Обратная связь",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Имя"
                    },
                    "phone_number": {
                        "type": "string",
                        "example": "+79995558555"
                    },
                    "email": {
                        "type": "string",
                        "example": "Почта"
                    },
                    "message": {
                        "type": "string",
                        "example": "Сообщение"
                    },
                    "processed": {
                        "type": "boolean",
                        "example": "true"
                    }
                },
                "type": "object"
            },
            "FestivalConcerts": {
                "title": "Информация о других концертах фестиваля",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-concerta"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название концерта"
                    },
                    "date": {
                        "type": "string",
                        "example": "2023-01-19"
                    },
                    "time": {
                        "type": "string",
                        "example": "12:05"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "File": {
                "title": "Файл",
                "properties": {
                    "title": {
                        "description": "Название файла на русском языке",
                        "type": "string"
                    },
                    "fileName": {
                        "description": "Имя файла",
                        "type": "string"
                    },
                    "fileUrl": {
                        "description": "URL файла",
                        "type": "string"
                    },
                    "fileSize": {
                        "description": "Размер файла в байтах",
                        "type": "integer"
                    },
                    "fileFormat": {
                        "description": "Формат файла",
                        "type": "string"
                    }
                },
                "type": "object"
            },
            "FilterYearResearch": {
                "title": "Список годов для фильтра",
                "properties": {
                    "years": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "2024"
                        }
                    }
                },
                "type": "object"
            },
            "FilterYear": {
                "title": "Список годов для фильтра",
                "properties": {
                    "years": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "2024"
                        }
                    }
                },
                "type": "object"
            },
            "FrequentQuestionResource": {
                "title": "Часто задаваемый вопрос",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "faqs": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "question": {
                                    "type": "string",
                                    "example": "Вопрос"
                                },
                                "answer": {
                                    "type": "string",
                                    "example": "Ответ"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "Grade": {
                "title": "Класс",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "4"
                    },
                    "manualMaterials": {
                        "$ref": "#/components/schemas/ShortManualMaterial"
                    },
                    "videoPages": {
                        "$ref": "#/components/schemas/ShortVideoPage"
                    },
                    "facts": {
                        "$ref": "#/components/schemas/ShortFact"
                    },
                    "quizzes": {
                        "$ref": "#/components/schemas/ShortQuiz"
                    }
                },
                "type": "object"
            },
            "IndexGrade": {
                "title": "Класс",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": "1"
                    },
                    "title": {
                        "type": "integer",
                        "example": "4"
                    },
                    "description": {
                        "type": "string",
                        "example": "about"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "Group": {
                "title": "Группа",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "4"
                    },
                    "period": {
                        "type": "string",
                        "example": "4"
                    },
                    "leader": {
                        "$ref": "#/components/schemas/ShowPersonality"
                    },
                    "fileUrl": {
                        "type": "string",
                        "example": "http://example.con/file.pdf"
                    },
                    "fileSize": {
                        "type": "string",
                        "example": "0.01"
                    },
                    "close": {
                        "type": "boolean",
                        "example": "true"
                    }
                },
                "type": "object"
            },
            "Guide": {
                "title": "Путеводители",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "link": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Посмотреть подробнее"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "GuideShow": {
                "title": "Путеводитель",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "link": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Посмотреть подробнее"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "constructorWrapper": {
                        "type": "array",
                        "items": {
                            "properties": {}
                        }
                    }
                },
                "type": "object"
            },
            "GeneralHistory": {
                "title": "История музеев",
                "description": "Данные об истории музея для API.",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "общая история музея"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "История музея с начала его основания"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "early-history"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "news": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/IndexNews"
                        }
                    },
                    "directors": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShowDirector"
                        }
                    },
                    "timelines": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShowTimelines"
                        }
                    }
                },
                "type": "object"
            },
            "ImageGalleryPhoto": {
                "title": "Фотогалерея",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ImageGallery": {
                "title": "Фотогалерея",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "Gallery slug"
                    },
                    "title": {
                        "type": "string",
                        "example": "Gallery title"
                    },
                    "mainImage": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "imageCount": {
                        "type": "integer",
                        "example": "23"
                    },
                    "galleryCount": {
                        "type": "integer",
                        "example": "13"
                    }
                },
                "type": "object"
            },
            "ImageGallerySlug": {
                "title": "Фотогалерея",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Gallery Title"
                    },
                    "description": {
                        "type": "string",
                        "example": "Gallery Description"
                    },
                    "images": {
                        "$ref": "#/components/schemas/ImageGalleryPhoto"
                    },
                    "imageCount": {
                        "type": "integer",
                        "example": "23"
                    },
                    "galleries": {
                        "$ref": "#/components/schemas/ImageGallery"
                    }
                },
                "type": "object"
            },
            "Image": {
                "title": "Изображение",
                "properties": {
                    "url": {
                        "type": "string",
                        "example": "http://localhost/storage/mediafiles/0skRxzMOiEWm3K7hsEOHUx6yW0Px8SgigKF67XTO.webp"
                    },
                    "type": {
                        "type": "string",
                        "example": "image"
                    },
                    "fields": {
                        "properties": {
                            "author": {
                                "type": "string",
                                "example": "Иванов Иван"
                            },
                            "text": {
                                "type": "string",
                                "example": "Описание изображения"
                            },
                            "alt": {
                                "type": "string",
                                "example": "Альт изображения"
                            }
                        },
                        "type": "object"
                    },
                    "compressedImage": {
                        "type": "string",
                        "example": "base64 encoded image"
                    }
                },
                "type": "object"
            },
            "ImageType": {
                "title": "Изображение",
                "properties": {
                    "url": {
                        "type": "string",
                        "example": "http://localhost/storage/mediafiles/0skRxzMOiEWm3K7hsEOHUx6yW0Px8SgigKF67XTO.webp"
                    },
                    "type": {
                        "type": "string",
                        "example": "image"
                    },
                    "fields": {
                        "properties": {
                            "author": {
                                "type": "string",
                                "example": "Иванов Иван"
                            },
                            "text": {
                                "type": "string",
                                "example": "Описание изображения"
                            },
                            "alt": {
                                "type": "string",
                                "example": "Альт изображения"
                            }
                        },
                        "type": "object"
                    },
                    "compressedImage": {
                        "type": "string",
                        "example": "base64 encoded image"
                    }
                },
                "type": "object"
            },
            "IndexFestival": {
                "title": "Список фестивалей",
                "properties": {
                    "mainImage": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название фестиваля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-festivalya"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "end": {
                                "type": "string",
                                "example": "2023-01-20"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "IndexMediaVideoGallery": {
                "title": "Список видеогалерей",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    },
                    "tags": {
                        "$ref": "#/components/schemas/Tag"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "mediaCategory": {
                        "type": "string",
                        "example": "Media Category"
                    },
                    "duration": {
                        "type": "integer",
                        "example": "120"
                    },
                    "countVideos": {
                        "type": "integer",
                        "example": "3"
                    }
                },
                "type": "object"
            },
            "ItemChildrenTariff": {
                "title": "Тарифы детей",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "price": {
                        "type": "integer",
                        "example": "100"
                    },
                    "informationWindow": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/InformationWindow"
                        }
                    },
                    "date": {
                        "type": "string",
                        "example": "2023-01-19"
                    }
                },
                "type": "object"
            },
            "ChildrenItemTicket": {
                "title": "Билет",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "url": {
                        "type": "string",
                        "example": "http://example.con/"
                    },
                    "isPushkinCard": {
                        "type": "boolean",
                        "example": "true"
                    },
                    "isEnd": {
                        "type": "boolean",
                        "example": "false"
                    },
                    "tariffs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ItemTariff"
                        }
                    },
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    }
                },
                "type": "object"
            },
            "ItemExhibition": {
                "title": "Информация о выставке",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название выставки"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "date": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "format": "date",
                                "example": "2002-05-14"
                            },
                            "end": {
                                "type": "string",
                                "format": "date",
                                "example": "2021-01-01"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ItemExhibitionTicket": {
                "title": "Билет",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Билет по акции"
                    },
                    "ticketUrl": {
                        "type": "string",
                        "example": "https://example.com"
                    },
                    "moreUrl": {
                        "type": "string",
                        "example": "https://example.com"
                    },
                    "isDiscount": {
                        "type": "boolean",
                        "example": "true"
                    },
                    "message": {
                        "$ref": "#/components/schemas/InformationWindow"
                    },
                    "standardTicket": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "price": {
                                    "type": "integer",
                                    "example": "120"
                                },
                                "message": {
                                    "$ref": "#/components/schemas/InformationWindow"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "preferentialTicket": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "price": {
                                    "type": "integer",
                                    "example": "120"
                                },
                                "message": {
                                    "$ref": "#/components/schemas/InformationWindow"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "MacroObjects": {
                "title": "Макрообъекты",
                "properties": {
                    "macroObjects": {
                        "type": "string",
                        "example": "Макрообъект книги"
                    }
                },
                "type": "object"
            },
            "Banner": {
                "title": "Баннеры",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Banner Title"
                    },
                    "url": {
                        "type": "string",
                        "example": "http://example.com"
                    },
                    "description": {
                        "type": "string",
                        "example": "Banner Description"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "format": "date",
                                "example": "2021-01-01"
                            },
                            "end": {
                                "type": "string",
                                "format": "date",
                                "example": "2021-12-31"
                            }
                        },
                        "type": "object"
                    },
                    "colors": {
                        "type": "array",
                        "items": {
                            "description": "Array of color codes",
                            "type": "string",
                            "example": [
                                "#fffff",
                                "#00000"
                            ]
                        }
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "BlockCollection": {
                "title": "Блоки коллекций",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Collection Name"
                    },
                    "url": {
                        "type": "string",
                        "example": "http://example.com"
                    },
                    "material": {
                        "type": "string",
                        "example": "Collection Material"
                    },
                    "color": {
                        "type": "string",
                        "example": "#00ff00"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "Notification": {
                "title": "Уведомления",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Notification"
                    }
                },
                "type": "object"
            },
            "OurMuseum": {
                "title": "Наши Музеи",
                "properties": {
                    "title": {
                        "description": "Transform the resource into an array.",
                        "type": "string",
                        "example": "Наш музей"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "workingHours": {
                        "type": "string",
                        "example": "C 9 до 15:10"
                    },
                    "museumId": {
                        "type": "integer",
                        "example": 1
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug-slug"
                    }
                },
                "type": "object"
            },
            "ManualMaterial": {
                "title": "Методический материал",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "leftDescription": {
                        "type": "string",
                        "example": "Из исторических записей о правителях известно..."
                    },
                    "rightDescription": {
                        "type": "string",
                        "example": "Из исторических записей о правителях известно..."
                    },
                    "chapters": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Chapter"
                        }
                    }
                },
                "type": "object"
            },
            "Manual": {
                "title": "Методичка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "description": {
                        "type": "string",
                        "example": "Из исторических записей о правителях известно..."
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "number": {
                        "type": "string",
                        "example": "1"
                    },
                    "thumbnail": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "questions": {
                        "type": "string",
                        "example": "1. Зачем были нужны предмостные башни ? <b>2. Почему в старину башня называлась стрельницей ?</b>"
                    },
                    "dictionary": {
                        "type": "string",
                        "example": "Прясло - часть стены, ограниченная лопатками"
                    },
                    "otherManuals": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "previous": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShortManual"
                                    }
                                },
                                "next": {
                                    "type": "array",
                                    "items": {
                                        "$ref": "#/components/schemas/ShortManual"
                                    }
                                }
                            },
                            "type": "object"
                        }
                    },
                    "aboutTheme": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortThemeItem"
                        }
                    }
                },
                "type": "object"
            },
            "Masterpiece": {
                "title": "30 шедевров",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название шедевра"
                    },
                    "description": {
                        "type": "string",
                        "example": "Подробное описание шедевра"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    }
                },
                "type": "object"
            },
            "Masterpieces": {
                "title": "30 шедевров",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название шедевра"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-shedevra"
                    },
                    "listDescription": {
                        "type": "string",
                        "example": "Подробное описание"
                    },
                    "listImage": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "color": {
                        "type": "string",
                        "example": "#00ff00"
                    }
                },
                "type": "object"
            },
            "MuseumHeaders": {
                "title": "Музеи",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "tabs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/MuseumTab"
                        }
                    }
                },
                "type": "object"
            },
            "Museum": {
                "title": "Музеи",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "description": {
                        "type": "string",
                        "example": "Из исторических записей о правителях известно..."
                    }
                },
                "type": "object"
            },
            "MuseumShow": {
                "title": "Музеи",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "timeline": {
                        "$ref": "#/components/schemas/MuseumTimeline"
                    },
                    "description": {
                        "type": "string",
                        "example": "Из исторических записей о правителях известно..."
                    }
                },
                "type": "object"
            },
            "MuseumSubTab": {
                "title": "Музеи",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    }
                },
                "type": "object"
            },
            "MuseumTab": {
                "title": "Музеи",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "subTabs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/MuseumSubTab"
                        }
                    }
                },
                "type": "object"
            },
            "MuseumTimeline": {
                "title": "Музеи",
                "properties": {
                    "text": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "FilterNews": {
                "title": "Фильтр новости",
                "properties": {
                    "years": {
                        "description": "Список годов новостей для фильтрации (только существующих)",
                        "type": "array",
                        "items": {
                            "properties": {
                                "label": {
                                    "description": "Текст",
                                    "type": "string",
                                    "example": "2024"
                                },
                                "value": {
                                    "description": "Значение",
                                    "type": "integer",
                                    "example": 2024
                                }
                            },
                            "type": "object"
                        }
                    },
                    "types": {
                        "description": "Список типов новостей для фильтрации (всех)",
                        "type": "array",
                        "items": {
                            "properties": {
                                "label": {
                                    "description": "Название типа новости",
                                    "type": "string",
                                    "example": "Объявления"
                                },
                                "value": {
                                    "description": "Значение типа новости",
                                    "type": "integer",
                                    "example": "3"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "IndexNews": {
                "title": "Список новостей",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-02-12"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    },
                    "type": {
                        "type": "string",
                        "example": "Анонс"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    }
                },
                "type": "object"
            },
            "ShowNews": {
                "title": "Новости представление",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-02-12"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    },
                    "description": {
                        "type": "string",
                        "example": "description"
                    }
                },
                "type": "object"
            },
            "NewsletterIndex": {
                "title": "Список бюллетеней",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Описание под заголовком"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    }
                },
                "type": "object"
            },
            "NewsletterShow": {
                "title": "Деатальная страница бюллетени",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "about": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "themes": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "Тема 1"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "articles": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "files": {
                        "$ref": "#/components/schemas/File"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    }
                },
                "type": "object"
            },
            "OfficialDocumentResource": {
                "title": "Часто задаваемый вопрос",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "docs": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "question": {
                                    "type": "string",
                                    "example": "Вопрос"
                                },
                                "answer": {
                                    "type": "string",
                                    "example": "Ответ"
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "CardResource": {
                "title": "Страница образования",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-shedevra"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "Excursion": {
                "title": "Экскурсия списка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title Excursion"
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title-excursion"
                    }
                },
                "type": "object"
            },
            "OnePerson": {
                "title": "Карточка виртуальной выставки",
                "properties": {
                    "fullName": {
                        "type": "string",
                        "example": "Яненко Михаил Петрович"
                    },
                    "position": {
                        "type": "string",
                        "example": "Мастер"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "OpenData": {
                "title": "Открытые данные",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    }
                },
                "type": "object"
            },
            "PaymentQr": {
                "title": "Платеж по QR",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "link": {
                        "type": "string",
                        "example": "Ссылка"
                    }
                },
                "type": "object"
            },
            "People": {
                "title": "Люди",
                "properties": {
                    "fullName": {
                        "type": "string",
                        "example": "Явенко Михаил Петрович"
                    }
                },
                "type": "object"
            },
            "ShowAccessibleMuseumResource": {
                "title": "Страница",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "excursions": {
                        "$ref": "#/components/schemas/Excursion"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "cards": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Заголовок"
                            },
                            "description": {
                                "type": "string",
                                "example": "Описание"
                            },
                            "slug": {
                                "type": "string",
                                "example": "nazvanie-shedevra"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            },
                            "isHide": {
                                "type": "boolean",
                                "example": "false"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowArchaeologicFindPage": {
                "title": "Страница",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowCompletedScienceProjectPage": {
                "title": "Страница",
                "properties": {
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowComprehensiveRestoration": {
                "title": "Старница комплексной рестоврации",
                "properties": {
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowCorporateMembers": {
                "title": "Старница",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowEducationAdultContact": {
                "title": "Страница образования",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    }
                },
                "type": "object"
            },
            "ShowEducationAdult": {
                "title": "Страница образования",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowEducation": {
                "title": "Страница образования",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "news": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/IndexNews"
                        }
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "cards": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Заголовок"
                            },
                            "description": {
                                "type": "string",
                                "example": "Тут будет описание, сейчас рыбный текст."
                            },
                            "slug": {
                                "type": "string",
                                "example": "nazvanie-shedevra"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowEducationStudentLectureGroup": {
                "title": "Страница образования",
                "properties": {
                    "about": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст."
                    },
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    }
                },
                "type": "object"
            },
            "ShowEducationStudentLecture": {
                "title": "Страница образования",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст."
                    },
                    "slug": {
                        "type": "string",
                        "example": "education-educators"
                    },
                    "cards": {
                        "properties": {
                            "description": {
                                "type": "string",
                                "example": "Тут будет описание, сейчас рыбный текст."
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowEducationStudents": {
                "title": "Страница образования",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "news": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/IndexNews"
                        }
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "cards": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Заголовок"
                            },
                            "slug": {
                                "type": "string",
                                "example": "nazvanie-shedevra"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            },
                            "isHide": {
                                "type": "boolean",
                                "example": "false"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowExcursionGroup": {
                "title": "Экскурсии",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowExcursionMain": {
                "title": "Экскурсии",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about_banners": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowFriendMuseumMainResource": {
                "title": "Страница ",
                "properties": {
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "welcomeSpeech": {
                        "type": "string",
                        "example": "Приветственное слово"
                    },
                    "onePerson": {
                        "$ref": "#/components/schemas/OnePerson"
                    },
                    "news": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/IndexNews"
                        }
                    },
                    "cards": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Заголовок"
                            },
                            "description": {
                                "type": "string",
                                "example": "Тут будет описание, сейчас рыбный текст."
                            },
                            "slug": {
                                "type": "string",
                                "example": "nazvanie-shedevra"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            },
                            "isHide": {
                                "type": "boolean",
                                "example": "false"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowFriendsCorporation": {
                "title": "Страница",
                "properties": {
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "sponsors": {
                        "$ref": "#/components/schemas/Partner"
                    }
                },
                "type": "object"
            },
            "ShowFriendsMaecenas": {
                "title": "Страница Меценатство",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "people": {
                        "$ref": "#/components/schemas/People"
                    }
                },
                "type": "object"
            },
            "ShowFriendsMuseumsMainResource": {
                "title": "Друзья музеев",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowGetThereLectureResource": {
                "title": "Страница ",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "link": {
                        "type": "string",
                        "example": "Ссылка"
                    },
                    "referenceInformation": {
                        "type": "string",
                        "example": "Справочная информация"
                    },
                    "cards": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Заголовок"
                            },
                            "slug": {
                                "type": "string",
                                "example": "nazvanie-shedevra"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            },
                            "isHide": {
                                "type": "boolean",
                                "example": "false"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowGetThereMuseumResource": {
                "title": "Страница ",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "link": {
                        "type": "string",
                        "example": "Ссылка"
                    },
                    "referenceInformation": {
                        "type": "string",
                        "example": "Справочная информация"
                    }
                },
                "type": "object"
            },
            "ShowGetThereResource": {
                "title": "Страница ",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "link": {
                        "type": "string",
                        "example": "Ссылка"
                    },
                    "referenceInformation": {
                        "type": "string",
                        "example": "Справочная информация"
                    },
                    "cards": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Заголовок"
                            },
                            "description": {
                                "type": "string",
                                "example": "Тут будет описание, сейчас рыбный текст."
                            },
                            "slug": {
                                "type": "string",
                                "example": "nazvanie-shedevra"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            },
                            "isHide": {
                                "type": "boolean",
                                "example": "false"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowGuideResource": {
                "title": "Путеводитель",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст."
                    }
                },
                "type": "object"
            },
            "ShowHistoryOfMuseumsResource": {
                "title": "История музеев",
                "properties": {
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок"
                    }
                },
                "type": "object"
            },
            "ShowIndividualMembershipFriendsMuseums": {
                "title": "Страница образования",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowInfoCardsResource": {
                "title": "Путеводитель",
                "properties": {
                    "infoCards": {
                        "properties": {
                            "title": {
                                "type": "string",
                                "example": "Заголовок"
                            },
                            "link": {
                                "type": "string",
                                "example": "Ссылка"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ShowLibraryMuseumResource": {
                "title": "Страница ",
                "properties": {
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "referenceInformation": {
                        "type": "string",
                        "example": "Справочная информация"
                    }
                },
                "type": "object"
            },
            "ShowMediaInteractionResource": {
                "title": "Страница ",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowMeetingMainResource": {
                "title": "Путеводитель",
                "properties": {
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок"
                    }
                },
                "type": "object"
            },
            "ShowMuseum": {
                "title": "Старница музеев",
                "properties": {
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "about_banners": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowNewsletterPage": {
                "title": "Страница",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowPositionSocietyFriendsMuseums": {
                "title": "Положение общество друзей музеев",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowPressCenterResource": {
                "title": "Страница ",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "link": {
                        "type": "string",
                        "example": "Ссылка"
                    },
                    "referenceInformation": {
                        "type": "string",
                        "example": "Справочная информация"
                    }
                },
                "type": "object"
            },
            "ShowResearchPage": {
                "title": "Страница",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    }
                },
                "type": "object"
            },
            "ShowScienceDepartment": {
                "title": "Старница научных отделов",
                "properties": {
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "aboutScienceDepartments": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowServicesResource": {
                "title": "Страница ",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "referenceInformation": {
                        "type": "string",
                        "example": "Справочная информация"
                    },
                    "audioGuideDeposit": {
                        "type": "string",
                        "example": " Залог за аудиогид"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "language": {
                        "$ref": "#/components/schemas/Language"
                    },
                    "file": {
                        "$ref": "#/components/schemas/File"
                    }
                },
                "type": "object"
            },
            "IndexPartner": {
                "title": "Список партенров или спонсоров",
                "properties": {
                    "logo": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "link": {
                        "type": "string",
                        "example": "ссылка"
                    },
                    "projects": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PartnerProject"
                        }
                    }
                },
                "type": "object"
            },
            "MainPartner": {
                "title": "Партнер или спонсор",
                "properties": {
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "partner": {
                        "type": "string",
                        "example": "ООО Сбербанк"
                    },
                    "erid": {
                        "type": "string",
                        "example": "4CQwVszH9pWupCbTbxe"
                    }
                },
                "type": "object"
            },
            "PartnerProject": {
                "title": "Проекты",
                "properties": {
                    "year": {
                        "type": "string",
                        "example": "Год"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    }
                },
                "type": "object"
            },
            "Partner": {
                "title": "Партнер или спонсор",
                "properties": {
                    "logo": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "ООО Сбербанк"
                    }
                },
                "type": "object"
            },
            "PaymentInformationDetail": {
                "title": "Блок информации",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "number": {
                        "example": "Номер телефона"
                    },
                    "backgroundInformation": {
                        "type": "integer",
                        "example": "Справочная информация"
                    }
                },
                "type": "object"
            },
            "PaymentInformation": {
                "title": "Порядок оформления и покупки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "editorial": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PaymentInformationDetail"
                        }
                    }
                },
                "type": "object"
            },
            "IndexPersonality": {
                "title": "Люди",
                "properties": {
                    "name": {
                        "oneOf": [
                            {
                                "properties": {
                                    "firstName": {
                                        "type": "string",
                                        "example": "Иван"
                                    },
                                    "lastName": {
                                        "type": "string",
                                        "example": "Иванов"
                                    },
                                    "middleName": {
                                        "type": "string",
                                        "example": "Иванович"
                                    }
                                },
                                "type": "object"
                            },
                            {
                                "type": "string",
                                "example": "Иван Иванович Иванов"
                            }
                        ]
                    },
                    "position": {
                        "type": "string",
                        "example": "Вокалист"
                    },
                    "type": {
                        "type": "string",
                        "example": "Другие"
                    },
                    "shortInfo": {
                        "type": "string",
                        "example": "Короткое описние"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ap-leshiev"
                    }
                },
                "type": "object"
            },
            "PersonalityLink": {
                "title": "Ссылка для человека",
                "properties": {
                    "fullName": {
                        "type": "string",
                        "example": "Иванов Иван Иванович"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivanov-ivan-ivanovich"
                    }
                },
                "type": "object"
            },
            "SeasonTicketPersonality": {
                "title": "Люди",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Иванов Иван Иванович"
                    },
                    "position": {
                        "type": "string",
                        "example": "Заведующий отделом детских и школьных образовательных программ"
                    },
                    "type": {
                        "type": "string",
                        "example": "Другие"
                    },
                    "shortInfo": {
                        "type": "string",
                        "example": "Короткое описние"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivanov-ivan-ivanovich"
                    },
                    "category": {
                        "type": "string",
                        "example": "Лектор"
                    },
                    "categoryId": {
                        "type": "string",
                        "example": "lecturer"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowPersonality": {
                "title": "Люди",
                "properties": {
                    "name": {
                        "oneOf": [
                            {
                                "properties": {
                                    "firstName": {
                                        "type": "string",
                                        "example": "Иван"
                                    },
                                    "lastName": {
                                        "type": "string",
                                        "example": "Иванов"
                                    },
                                    "middleName": {
                                        "type": "string",
                                        "example": "Иванович"
                                    }
                                },
                                "type": "object"
                            },
                            {
                                "type": "string",
                                "example": "Иван Иванович Иванов"
                            }
                        ]
                    },
                    "position": {
                        "type": "string",
                        "example": "Вокалист"
                    },
                    "type": {
                        "type": "string",
                        "example": "Другие"
                    },
                    "shortInfo": {
                        "type": "string",
                        "example": "Короткое описние"
                    },
                    "info": {
                        "type": "string",
                        "example": "Детальное описание"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "activity": {
                        "$ref": "#/components/schemas/ShortEvent"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivanov-ivan-ivanovich"
                    }
                },
                "type": "object"
            },
            "GetDatePressKit": {
                "title": "Список дат пресс-китов",
                "properties": {
                    "date": {
                        "type": "string",
                        "example": "2024"
                    }
                },
                "type": "object"
            },
            "IndexPressKit": {
                "title": "Список пресс-китов",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-01-12"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-shedevra"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowPressKit": {
                "title": "Список изображений пресс-китов",
                "properties": {
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "files": {
                        "$ref": "#/components/schemas/File"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "dates": {
                        "type": "string",
                        "example": "2024-01-05"
                    },
                    "totalCount": {
                        "type": "integer",
                        "example": "5"
                    },
                    "description": {
                        "type": "string",
                        "example": "Из исторических записей о правителях известно..."
                    }
                },
                "type": "object"
            },
            "GetDatePressRelease": {
                "title": "Список дат пресс-релизов",
                "properties": {
                    "date": {
                        "type": "string",
                        "example": "2024"
                    }
                },
                "type": "object"
            },
            "IndexPressRelease": {
                "title": "Список пресс-релизов",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-01-12"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-shedevra"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowPressRelease": {
                "title": "Список изображений пресс-релизов",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Пресс-релиз"
                    },
                    "description": {
                        "type": "string",
                        "example": "Из исторических записей о правителях известно..."
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-01-05"
                    },
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "totalCount": {
                        "type": "integer",
                        "example": "5"
                    },
                    "buttonData": {
                        "properties": {
                            "button_text": {
                                "type": "string",
                                "example": "Кнопка"
                            },
                            "button_url": {
                                "type": "string",
                                "example": "http://localhost/admin/press-releases"
                            }
                        },
                        "type": "object"
                    },
                    "files": {
                        "$ref": "#/components/schemas/File"
                    },
                    "sponsors": {
                        "properties": {
                            "general": {
                                "$ref": "#/components/schemas/Partner"
                            },
                            "info": {
                                "$ref": "#/components/schemas/Partner"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ProductCategory": {
                "title": "Категория товара",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "name"
                    },
                    "slug": {
                        "type": "string",
                        "example": "name"
                    },
                    "children": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductCategory"
                        }
                    }
                },
                "type": "object"
            },
            "IndexProduct": {
                "title": "Карточка товара",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "kniga"
                    },
                    "title": {
                        "type": "string",
                        "example": "Книга"
                    },
                    "price": {
                        "type": "integer",
                        "example": "200"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowProduct": {
                "title": "Детально о товаре",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Книга"
                    },
                    "price": {
                        "type": "integer",
                        "example": "200"
                    },
                    "info": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "Размеры"
                                },
                                "description": {
                                    "type": "string",
                                    "example": "20x20"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание книги"
                    },
                    "category": {
                        "type": "string",
                        "example": "Для дома"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "mainImages": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "kniga"
                    }
                },
                "type": "object"
            },
            "ProgramConcert": {
                "title": "Блок контактов",
                "properties": {
                    "presenter": {
                        "type": "string",
                        "example": "Себастьян Жорж"
                    },
                    "artworks": {
                        "type": "string",
                        "example": "Концертная симфония ре мажор для двух скрипок, двух флейт, альта и виолончелис оркестром SG. IV: 1 Allegretto – Adagio – Rondo"
                    }
                },
                "type": "object"
            },
            "AdultCard": {
                "title": "Карточки главных страниц",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст. Мы проводим лекции с посещением музеев. "
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "AdultProgramExhibition": {
                "title": "Программа для взрослых для выставки",
                "properties": {
                    "heading": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "data": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "cycles": {
                                    "$ref": "#/components/schemas/ItemProgramCycle"
                                },
                                "lectures": {
                                    "$ref": "#/components/schemas/ItemProgramLecture"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "colors": {
                        "type": "array",
                        "items": {
                            "description": "Array of color codes",
                            "type": "string",
                            "example": [
                                "#fffff",
                                "#00000"
                            ]
                        }
                    },
                    "description": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст. Мы проводим лекции с посещением музеев. "
                    }
                },
                "type": "object"
            },
            "AdultProgramList": {
                "title": "Список лекций по выставкам",
                "properties": {
                    "heading": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "dates": {
                        "properties": {
                            "start": {
                                "type": "string",
                                "example": "2024-10-31 24:00"
                            },
                            "end": {
                                "type": "string",
                                "example": "2024-10-31 24:00"
                            }
                        },
                        "type": "object"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug"
                    }
                },
                "type": "object"
            },
            "AdultProgram": {
                "title": "Страницы программы взрослым",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "descriptionList": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст. Мы проводим лекции с посещением музеев. "
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug"
                    }
                },
                "type": "object"
            },
            "AdultProgramShow": {
                "title": "Программа для взрослых",
                "properties": {
                    "heading": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "data": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "cycles": {
                                    "$ref": "#/components/schemas/ItemProgramCycle"
                                },
                                "lectures": {
                                    "$ref": "#/components/schemas/ItemProgramLecture"
                                },
                                "excursions": {
                                    "$ref": "#/components/schemas/ItemProgramExcursion"
                                },
                                "quests": {
                                    "$ref": "#/components/schemas/ItemProgramQuest"
                                },
                                "others": {
                                    "$ref": "#/components/schemas/ItemProgramOther"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "colors": {
                        "type": "array",
                        "items": {
                            "description": "Array of color codes",
                            "type": "string",
                            "example": [
                                "#fffff",
                                "#00000"
                            ]
                        }
                    },
                    "description": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст. Мы проводим лекции с посещением музеев. "
                    }
                },
                "type": "object"
            },
            "Card": {
                "title": "Карточки главных страниц",
                "properties": {
                    "heading": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "description": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст. Мы проводим лекции с посещением музеев. "
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "is_special": {
                        "description": "Флаг для особенных детей",
                        "type": "boolean",
                        "example": "true"
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug"
                    }
                },
                "type": "object"
            },
            "ChildrenCard": {
                "title": "Главная страница образования детям",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "descriptionList": {
                        "type": "string",
                        "example": "Описание для списка"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок"
                    },
                    "type": {
                        "type": "string",
                        "example": "Занятие"
                    },
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "kremlin-monuments"
                    }
                },
                "type": "object"
            },
            "ChildrenLector": {
                "title": "Лекторы",
                "properties": {
                    "name": {
                        "properties": {
                            "firstName": {
                                "type": "string",
                                "example": "Иван"
                            },
                            "lastName": {
                                "type": "string",
                                "example": "Иванов"
                            },
                            "middleName": {
                                "type": "string",
                                "example": "Иванович"
                            }
                        },
                        "type": "object"
                    },
                    "position": {
                        "type": "string",
                        "example": "Коуч"
                    },
                    "shortInfo": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ap-leshiev"
                    }
                },
                "type": "object"
            },
            "ChildrenProgram": {
                "title": "Главная страница образования детям",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "descriptionList": {
                        "type": "string",
                        "example": "Описание для списка"
                    },
                    "type": {
                        "type": "string",
                        "example": "Занятие"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "kremlin-monuments"
                    }
                },
                "type": "object"
            },
            "ChildrenProgramType": {
                "title": "Программы детям",
                "properties": {
                    "heading": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "description": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "events": {
                        "$ref": "#/components/schemas/ChildrenEvent"
                    },
                    "colors": {
                        "type": "array",
                        "items": {
                            "description": "Array of color codes",
                            "type": "string",
                            "example": [
                                "#fffff",
                                "#00000"
                            ]
                        }
                    },
                    "icon": {
                        "description": "icon id",
                        "type": "integer",
                        "example": "1"
                    }
                },
                "type": "object"
            },
            "ChildrenSeasonTicketProgram": {
                "title": "Программы детям",
                "properties": {
                    "date": {
                        "type": "string",
                        "example": "23-10-01 13:43"
                    },
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "about": {
                        "type": "string",
                        "example": "На первом занятии Вы узнаете о главной..."
                    },
                    "places": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "Инфоцентр в Александровском саду"
                        }
                    }
                },
                "type": "object"
            },
            "ShortAdultProgramExhibition": {
                "title": "Программа для взрослых для выставки",
                "properties": {
                    "cycles": {
                        "$ref": "#/components/schemas/ItemProgramCycle"
                    },
                    "lectures": {
                        "$ref": "#/components/schemas/ItemProgramLecture"
                    },
                    "excursions": {
                        "$ref": "#/components/schemas/ItemProgramExcursion"
                    },
                    "quests": {
                        "$ref": "#/components/schemas/ItemProgramQuest"
                    },
                    "others": {
                        "$ref": "#/components/schemas/ItemProgramOther"
                    }
                },
                "type": "object"
            },
            "StudentProgramLectures": {
                "title": "Программа для взрослых",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "description": {
                        "type": "string",
                        "example": "для детей с нарушением зрения"
                    },
                    "subdescription": {
                        "type": "string",
                        "example": "набор закрыт или другое"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "1-й год обучения"
                    },
                    "about": {
                        "type": "string",
                        "example": "Описание..."
                    },
                    "link": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Посмотреть подробнее"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "button": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Купить"
                                },
                                "url": {
                                    "type": "string",
                                    "example": "http://example.con/"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "groups": {
                        "$ref": "#/components/schemas/Group"
                    },
                    "lectors": {
                        "$ref": "#/components/schemas/ShortPersonality"
                    },
                    "info": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "стоимость"
                                },
                                "description": {
                                    "type": "string",
                                    "example": "1000 р"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "accordion": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "Лекция"
                                },
                                "data": {
                                    "$ref": "#/components/schemas/ShortBlock"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "closed": {
                        "type": "boolean",
                        "example": "true"
                    }
                },
                "type": "object"
            },
            "StudentProgram": {
                "title": "Карточки главных страниц",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "subtitle": {
                        "type": "string",
                        "example": "Тут будет описание, сейчас рыбный текст. Мы проводим лекции с посещением музеев. "
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug"
                    }
                },
                "type": "object"
            },
            "ShortPublicationCategory": {
                "title": "Категории изданий",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "naucnaia-literatura"
                    }
                },
                "type": "object"
            },
            "IndexPublication": {
                "title": "Карточка издания",
                "properties": {
                    "count": {
                        "type": "integer",
                        "example": "1000"
                    },
                    "categories": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PublicationCategory"
                        }
                    },
                    "books": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortPublication"
                        }
                    }
                },
                "type": "object"
            },
            "PublicationCategory": {
                "title": "Категории изданий",
                "properties": {
                    "label": {
                        "type": "string",
                        "example": "Научная литература"
                    },
                    "slug": {
                        "type": "string",
                        "example": "naucnaia-literatura"
                    }
                },
                "type": "object"
            },
            "ShortPublication": {
                "title": "Карточка издания",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Книга"
                    },
                    "category": {
                        "type": "string",
                        "example": "Научная литература"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "kniga"
                    }
                },
                "type": "object"
            },
            "ShowPublication": {
                "title": "Детально об издании",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Книга"
                    },
                    "price": {
                        "type": "integer",
                        "example": "200"
                    },
                    "info": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "Страниц"
                                },
                                "description": {
                                    "type": "string",
                                    "example": "237"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "authors": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PersonalityLink"
                        }
                    },
                    "about": {
                        "type": "string",
                        "example": "Описание книги"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "books": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortPublication"
                        }
                    }
                },
                "type": "object"
            },
            "AnswerResource": {
                "title": "Ответ на вопрос викторины",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": "123"
                    },
                    "text": {
                        "type": "string",
                        "example": "Константинополь"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "isCorrect": {
                        "type": "boolean",
                        "example": "true"
                    }
                },
                "type": "object"
            },
            "QuestionResource": {
                "title": "Вопрос к викторине",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": "123"
                    },
                    "question": {
                        "type": "string",
                        "example": "Как называлась столица Византийской Империи?"
                    },
                    "answer": {
                        "type": "string",
                        "example": "В 330 году император Константин основал новую ..."
                    },
                    "answers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AnswerResource"
                        }
                    }
                },
                "type": "object"
            },
            "Quiz": {
                "title": "Викторина",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Древнерусское искусство"
                    },
                    "resultMessage": {
                        "type": "string",
                        "example": "Вы знаток древнерусского искусства!"
                    },
                    "description": {
                        "type": "string",
                        "example": "Искусство Древней Руси многообразно, это и ..."
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "text": {
                        "type": "string",
                        "example": "Пройдите нашу викторину \"Древнерусское искусство\" и проверьте свои знания о культурном наследии русского народа!"
                    },
                    "questions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/QuestionResource"
                        }
                    },
                    "aboutTheme": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortThemeItem"
                        }
                    }
                },
                "type": "object"
            },
            "ScientificConferenceReportResource": {
                "title": "Доклад",
                "properties": {
                    "number": {
                        "type": "integer",
                        "example": "171"
                    },
                    "reportTheme": {
                        "type": "string",
                        "example": "Как добыть кольчугу из огня"
                    },
                    "participant": {
                        "$ref": "#/components/schemas/ScientificConferenceParticipantResource"
                    },
                    "presentation:": {
                        "type": "string",
                        "example": "https://example.org"
                    }
                },
                "type": "object"
            },
            "ScienceReports": {
                "title": "Доклады",
                "properties": {
                    "reports": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ScienceReportWithParticipant"
                        }
                    },
                    "dynamicCrumb": {
                        "properties": {
                            "slug": {
                                "type": "string",
                                "example": "slug"
                            },
                            "title": {
                                "type": "string",
                                "example": "title"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ResearchIndex": {
                "title": "Список материалов исследований",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "themesInSubtitle": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "Тема 1"
                        }
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-02-12 11:56:28"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    }
                },
                "type": "object"
            },
            "ResearchShow": {
                "title": "Деатальная страница материалов и исследований",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "about": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "themes": {
                        "type": "array",
                        "items": {
                            "type": "string",
                            "example": "Тема 1"
                        }
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "articles": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "files": {
                        "$ref": "#/components/schemas/File"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    }
                },
                "type": "object"
            },
            "ScienceCouncilIndexResource": {
                "title": "Ученые советы",
                "properties": {
                    "year": {
                        "type": "string",
                        "format": "date",
                        "example": "2024"
                    },
                    "dates": {
                        "properties": {
                            "date": {
                                "type": "string",
                                "example": "2023-01-19"
                            },
                            "title": {
                                "type": "string",
                                "example": "Заседания учёного совета\nот 16 апреля 2023"
                            },
                            "slug": {
                                "type": "string",
                                "example": "blood-conf-214"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ScienceCouncilResource": {
                "title": "Ученый совет",
                "properties": {
                    "date": {
                        "type": "string",
                        "example": "2023-01-20"
                    },
                    "title": {
                        "type": "string",
                        "example": "Заседания учёного совета\nот 16 апреля 2023"
                    },
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "description": {
                        "type": "string",
                        "example": "... при повторном анализе pH составил 8.3 ..."
                    },
                    "secondDescription": {
                        "type": "string",
                        "example": "... при повторном анализе pH составил 8.3 ..."
                    },
                    "slug": {
                        "type": "string",
                        "example": "blood-conf-214"
                    },
                    "videos": {
                        "$ref": "#/components/schemas/VideoWithImageResource"
                    },
                    "isDesignRule": {
                        "type": "boolean",
                        "example": "true"
                    },
                    "reports": {
                        "properties": {
                            "participants": {
                                "properties": {
                                    "count": {
                                        "type": "integer",
                                        "example": 3
                                    }
                                },
                                "type": "object"
                            },
                            "reports": {
                                "properties": {
                                    "count": {
                                        "type": "integer",
                                        "example": 4
                                    }
                                },
                                "type": "object"
                            },
                            "statements": {
                                "properties": {
                                    "image": {
                                        "$ref": "#/components/schemas/Image"
                                    }
                                },
                                "type": "object"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ScienceDepartmentResource": {
                "title": "Научный отдел",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Отдел реставрации"
                    },
                    "description": {
                        "type": "string",
                        "example": "Какое либо описание"
                    },
                    "contacts": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "hover": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "images": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "slug-otdel"
                    }
                },
                "type": "object"
            },
            "ScienceDiscoveryIndex": {
                "title": "Список  открытий и атрибуций",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-02-12"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    }
                },
                "type": "object"
            },
            "ScienceDiscoveryShow": {
                "title": "Открытия",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-02-12"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    }
                },
                "type": "object"
            },
            "ScienceEventReport": {
                "title": "Ученый совет",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "title"
                    },
                    "description": {
                        "type": "string",
                        "example": "description"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "dynamicCrumb": {
                        "properties": {
                            "slug": {
                                "type": "string",
                                "example": "slug"
                            },
                            "title": {
                                "type": "string",
                                "example": "title"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "ScientificConferenceParticipantResource": {
                "title": "Участник конференции",
                "properties": {
                    "name": {
                        "properties": {
                            "firstName": {
                                "type": "string",
                                "example": "Иван"
                            },
                            "lastName": {
                                "type": "string",
                                "example": "Иванов"
                            },
                            "middleName": {
                                "type": "string",
                                "example": "Иванович"
                            }
                        },
                        "type": "object"
                    },
                    "position": {
                        "type": "string",
                        "example": "Коуч по моковедению"
                    },
                    "organisation": {
                        "type": "string",
                        "example": "ООО \"Моя оборона\""
                    },
                    "city": {
                        "type": "string",
                        "example": "Нижневартовск"
                    }
                },
                "type": "object"
            },
            "ScientificConferenceParticipantsResource": {
                "title": "Участники конференции",
                "properties": {
                    "participantCount": {
                        "type": "integer",
                        "example": "28"
                    },
                    "cityCount": {
                        "type": "integer",
                        "example": "8"
                    },
                    "organisationCount": {
                        "type": "integer",
                        "example": "22"
                    },
                    "participants": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ScientificConferenceParticipantResource"
                        }
                    }
                },
                "type": "object"
            },
            "SearchResultFlat": {
                "title": "Flat Search Result",
                "description": "Flat search result for events, exhibitions, news, and media",
                "properties": {
                    "type": {
                        "description": "Type of the result",
                        "type": "string",
                        "example": "events"
                    },
                    "values": {
                        "properties": {
                            "title": {
                                "description": "Title of the item",
                                "type": "string",
                                "example": "Event Title"
                            },
                            "date": {
                                "description": "Date of the item",
                                "type": "string",
                                "example": "2023-09-11"
                            },
                            "time": {
                                "description": "Time of the event",
                                "type": "string",
                                "example": "18:00",
                                "nullable": true
                            },
                            "thumbnail": {
                                "description": "Image URL for the item",
                                "type": "string",
                                "example": "http://example.com/image.jpg"
                            },
                            "slug": {
                                "description": "Slug for the item",
                                "type": "string",
                                "example": "event-title"
                            },
                            "locations": {
                                "description": "Locations for the event",
                                "type": "string",
                                "example": "Main Hall",
                                "nullable": true
                            },
                            "duration": {
                                "description": "Duration of media",
                                "type": "string",
                                "example": "5:00",
                                "nullable": true
                            },
                            "image": {
                                "description": "Image URL for media",
                                "type": "string",
                                "example": "http://example.com/video.jpg",
                                "nullable": true
                            },
                            "type": {
                                "description": "Type of news or media",
                                "type": "string",
                                "example": "Breaking News",
                                "nullable": true
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "SearchResult": {
                "title": "Search Result",
                "description": "Search result data schema",
                "properties": {
                    "events": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": 5
                            },
                            "data": {
                                "type": "array",
                                "items": {
                                    "properties": {
                                        "title": {
                                            "type": "string",
                                            "example": "Event Title"
                                        },
                                        "time": {
                                            "type": "string",
                                            "example": "18:00"
                                        },
                                        "locations": {
                                            "type": "string",
                                            "example": "Main Hall"
                                        },
                                        "thumbnail": {
                                            "type": "string",
                                            "example": "http://example.com/image.jpg"
                                        },
                                        "date": {
                                            "type": "string",
                                            "example": "2023-09-11"
                                        }
                                    },
                                    "type": "object"
                                }
                            }
                        },
                        "type": "object"
                    },
                    "exhibitions": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": 3
                            },
                            "data": {
                                "type": "array",
                                "items": {
                                    "properties": {
                                        "title": {
                                            "type": "string",
                                            "example": "Exhibition Title"
                                        },
                                        "date": {
                                            "type": "string",
                                            "example": "2023-09-11"
                                        },
                                        "thumbnail": {
                                            "type": "string",
                                            "example": "http://example.com/image.jpg"
                                        }
                                    },
                                    "type": "object"
                                }
                            }
                        },
                        "type": "object"
                    },
                    "news": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": 10
                            },
                            "data": {
                                "type": "array",
                                "items": {
                                    "properties": {
                                        "title": {
                                            "type": "string",
                                            "example": "News Title"
                                        },
                                        "date": {
                                            "type": "string",
                                            "example": "2023-09-11"
                                        },
                                        "type": {
                                            "type": "string",
                                            "example": "Breaking News"
                                        }
                                    },
                                    "type": "object"
                                }
                            }
                        },
                        "type": "object"
                    },
                    "media": {
                        "properties": {
                            "count": {
                                "type": "integer",
                                "example": 7
                            },
                            "data": {
                                "type": "array",
                                "items": {
                                    "properties": {
                                        "preview": {
                                            "type": "string",
                                            "example": "http://example.com/video-preview.jpg"
                                        },
                                        "fields": {
                                            "type": "string",
                                            "example": "Video Description"
                                        },
                                        "video": {
                                            "type": "string",
                                            "example": "http://example.com/video.mp4"
                                        }
                                    },
                                    "type": "object"
                                }
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "SeoResource": {
                "title": "SEO Resource",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок страницы"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание страницы"
                    },
                    "keywords": {
                        "type": "string",
                        "example": "Ключевые слова страницы"
                    },
                    "ogTitle": {
                        "type": "string",
                        "example": "Заголовок страницы"
                    },
                    "ogDescription": {
                        "type": "string",
                        "example": "Описание страницы"
                    },
                    "ogImage": {
                        "type": "string",
                        "example": "https://test.ru"
                    },
                    "ogUrl": {
                        "type": "string",
                        "example": "https://test.ru"
                    }
                },
                "type": "object"
            },
            "ShortBlock": {
                "title": "Короткий блок из заголовка и описания",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание.."
                    }
                },
                "type": "object"
            },
            "ShortChapter": {
                "title": "Глава (минимальная)",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ivan-iii"
                    },
                    "chapterNumber": {
                        "type": "string",
                        "example": "3"
                    },
                    "subchapters": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "title": {
                                    "type": "string",
                                    "example": "Правление Ивана III"
                                },
                                "slug": {
                                    "type": "string",
                                    "example": "ivan-iii"
                                },
                                "chapterNumber": {
                                    "type": "string",
                                    "example": "3"
                                },
                                "subchapters": {
                                    "type": "array",
                                    "items": {
                                        "properties": {}
                                    }
                                }
                            },
                            "type": "object"
                        }
                    }
                },
                "type": "object"
            },
            "ShortCurrentRestoration": {
                "title": "Вкладки страница текущей реставрации",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "2013"
                    },
                    "slug": {
                        "type": "string",
                        "example": "2013"
                    }
                },
                "type": "object"
            },
            "ShortEvent": {
                "title": "Короткая схема лекции",
                "properties": {
                    "date": {
                        "type": "string",
                        "example": "2023-01-19"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название события"
                    },
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-cobybiya"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShortFact": {
                "title": "Факт",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Памятники Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "kremlin-monuments"
                    },
                    "thumbnail": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    }
                },
                "type": "object"
            },
            "ShortFestivalNews": {
                "title": "Список новостей",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "title"
                    },
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "date": {
                        "type": "string",
                        "example": "2024-02-12"
                    },
                    "type": {
                        "type": "string",
                        "example": "Анонс"
                    }
                },
                "type": "object"
            },
            "ShortFestival": {
                "title": "Короткая схема фестивалей",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "nazvanie-festivalya"
                    },
                    "title": {
                        "type": "string",
                        "example": "Название фестиваля"
                    }
                },
                "type": "object"
            },
            "ShortManualMaterial": {
                "title": "Методический материал",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Эпоха Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "era-ivan-iii"
                    },
                    "thumbnail": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    }
                },
                "type": "object"
            },
            "ShortManual": {
                "title": "Методичка",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Эпоха Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "age-of-ivan-iii"
                    },
                    "number": {
                        "type": "integer",
                        "example": "2"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShortMediaVideoGallery": {
                "title": "Список видеогалерей",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title"
                    },
                    "slug": {
                        "type": "string",
                        "example": "title"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "mediaCategory": {
                        "type": "string",
                        "example": "Media Category"
                    },
                    "duration": {
                        "type": "integer",
                        "example": "120"
                    }
                },
                "type": "object"
            },
            "ShortPersonality": {
                "title": "Сжатая информация о людях",
                "properties": {
                    "name": {
                        "properties": {
                            "firstName": {
                                "type": "string",
                                "example": "Иван"
                            },
                            "lastName": {
                                "type": "string",
                                "example": "Иванов"
                            },
                            "middleName": {
                                "type": "string",
                                "example": "Иванович"
                            }
                        },
                        "type": "object"
                    },
                    "position": {
                        "type": "string",
                        "example": "Лектор"
                    },
                    "type": {
                        "type": "string",
                        "example": "Другие"
                    },
                    "info": {
                        "type": "string",
                        "example": "London is the capital of GB"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ap-leshiev"
                    }
                },
                "type": "object"
            },
            "ShortQuiz": {
                "title": "Викторина",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Древнерусское искусство"
                    },
                    "slug": {
                        "type": "string",
                        "example": "oldrus-art"
                    },
                    "thumbnail": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    }
                },
                "type": "object"
            },
            "ShortThemeItem": {
                "title": "Короткая тема",
                "properties": {
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "iskusstvo-kievskoj-rusi"
                    },
                    "section": {
                        "type": "string",
                        "example": "Методический материал"
                    },
                    "title": {
                        "type": "string",
                        "example": "Искусство Киевской Руси"
                    }
                },
                "type": "object"
            },
            "ShortVideoPage": {
                "title": "Список видео",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Эпоха Ивана III"
                    },
                    "slug": {
                        "type": "string",
                        "example": "era-ivan-iii"
                    }
                },
                "type": "object"
            },
            "ShortVideo": {
                "title": "Видео",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Искусство Киевской Руси"
                    },
                    "slug": {
                        "type": "string",
                        "example": "art-of-kiev"
                    },
                    "thumbnail": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "count": {
                        "type": "integer",
                        "example": "4"
                    }
                },
                "type": "object"
            },
            "ShowChildrenSeasonTicket": {
                "title": "Абонемент детям",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "subtitle": {
                        "$ref": "#/components/schemas/BlockContact"
                    },
                    "about": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "programs": {
                        "$ref": "#/components/schemas/ChildrenSeasonTicketProgram"
                    },
                    "lectors": {
                        "$ref": "#/components/schemas/ChildrenLector"
                    },
                    "colors": {
                        "type": "array",
                        "items": {
                            "description": "Array of color codes",
                            "type": "string",
                            "example": [
                                "#fffff",
                                "#00000"
                            ]
                        }
                    },
                    "icon": {
                        "description": "icon id",
                        "type": "integer",
                        "example": "1"
                    },
                    "tickets": {
                        "$ref": "#/components/schemas/ChildrenItemTicket"
                    }
                },
                "type": "object"
            },
            "ShowMediaVideoGallery": {
                "title": "Информация о видеогалереи",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Title"
                    },
                    "tags": {
                        "$ref": "#/components/schemas/Tag"
                    },
                    "mediaCategory": {
                        "type": "string",
                        "example": "Media Category"
                    },
                    "videos": {
                        "type": "integer",
                        "example": "3"
                    },
                    "totalVideos": {
                        "type": "integer",
                        "example": "22"
                    },
                    "otherGalleries": {
                        "$ref": "#/components/schemas/ShortMediaVideoGallery"
                    }
                },
                "type": "object"
            },
            "ShowPageScienceCouncils": {
                "title": "Страница ученых советов",
                "properties": {
                    "subtitle": {
                        "type": "string",
                        "example": "Подзаголовок"
                    }
                },
                "type": "object"
            },
            "SiteMap": {
                "title": "Карта сайта",
                "properties": {
                    "slug": {
                        "type": "string",
                        "example": "samoe-glavnoe"
                    },
                    "updated_at": {
                        "type": "string",
                        "format": "date-time",
                        "example": "2024-10-06T06:07:23.000000Z"
                    }
                },
                "type": "object"
            },
            "Slider": {
                "title": "Слайдер",
                "properties": {
                    "url": {
                        "type": "string",
                        "example": "http://localhost/storage/mediafiles/0skRxzMOiEWm3K7hsEOHUx6yW0Px8SgigKF67XTO.webp"
                    },
                    "type": {
                        "type": "string",
                        "example": "image"
                    },
                    "fields": {
                        "properties": {
                            "author": {
                                "type": "string",
                                "example": "Иванов Иван"
                            },
                            "text": {
                                "type": "string",
                                "example": "Описание изображения"
                            },
                            "alt": {
                                "type": "string",
                                "example": "Альт изображения"
                            }
                        },
                        "type": "object"
                    },
                    "poster": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "compressedImage": {
                        "type": "string",
                        "example": "base64 encoded image"
                    }
                },
                "type": "object"
            },
            "SupportMuseumOptions": {
                "title": "Варианты поддержки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "SupportMuseum": {
                "title": "Поддержать музей",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "videos": {
                        "$ref": "#/components/schemas/Video"
                    },
                    "file": {
                        "$ref": "#/components/schemas/File"
                    },
                    "link": {
                        "type": "string",
                        "example": "https://example.com",
                        "nullable": true
                    },
                    "supportOptions": {
                        "$ref": "#/components/schemas/SupportMuseumOptions"
                    }
                },
                "type": "object"
            },
            "Language": {
                "title": "Файл",
                "properties": {
                    "title": {
                        "description": "Название файла на русском языке",
                        "type": "string"
                    },
                    "fileUrl": {
                        "description": "URL файла",
                        "type": "string"
                    }
                },
                "type": "object"
            },
            "Tag": {
                "title": "Теги",
                "properties": {
                    "label": {
                        "type": "string",
                        "example": "Tag"
                    },
                    "icon": {
                        "example": "http://localhost/storage/mediafiles/0skRxzMOiEWm3K7hsEOHUx6yW0Px8SgigKF67XTO.webp"
                    },
                    "slug": {
                        "type": "string",
                        "example": "Slug"
                    },
                    "isCalendar": {
                        "type": "boolean"
                    }
                },
                "type": "object"
            },
            "Theme": {
                "title": "Тема"
            },
            "TicketQuestion": {
                "title": "Список частых вопросов",
                "properties": {
                    "question": {
                        "type": "string",
                        "example": "Как купить?"
                    },
                    "answer": {
                        "type": "string",
                        "example": "просто"
                    }
                },
                "type": "object"
            },
            "IndexTariff": {
                "title": "Тарифы",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание тарифа"
                    },
                    "type": {
                        "type": "string",
                        "example": "Тип тарифа"
                    },
                    "url": {
                        "type": "string",
                        "example": "https://example.com"
                    },
                    "standardPrice": {
                        "type": "integer",
                        "example": "150"
                    },
                    "preferentialPrice": {
                        "type": "integer",
                        "example": "150"
                    },
                    "freePrice": {
                        "type": "integer",
                        "example": "150"
                    },
                    "message": {
                        "$ref": "#/components/schemas/InformationWindow"
                    },
                    "exhibition": {
                        "$ref": "#/components/schemas/ItemExhibition"
                    },
                    "isPushkin": {
                        "type": "boolean",
                        "example": "Пушкинская карта"
                    }
                },
                "type": "object"
            },
            "IndexTicket": {
                "title": "Билеты и льготы",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название билета"
                    },
                    "standardMessage": {
                        "$ref": "#/components/schemas/InformationWindow"
                    },
                    "preferentialMessage": {
                        "$ref": "#/components/schemas/InformationWindow"
                    },
                    "freeMessage": {
                        "$ref": "#/components/schemas/InformationWindow"
                    },
                    "tariffs": {
                        "$ref": "#/components/schemas/IndexTariff"
                    }
                },
                "type": "object"
            },
            "InformationWindow": {
                "title": "Информационное окно",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Льготы"
                    },
                    "description": {
                        "type": "string",
                        "example": "Описание модального окна"
                    }
                },
                "type": "object"
            },
            "ItemTariff": {
                "title": "Тариф",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Название"
                    },
                    "price": {
                        "type": "integer",
                        "example": "100"
                    },
                    "informationWindow": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/InformationWindow"
                        }
                    },
                    "date": {
                        "type": "string",
                        "example": "2023-01-19"
                    }
                },
                "type": "object"
            },
            "ItemTicket": {
                "title": "Билет",
                "properties": {
                    "description": {
                        "type": "string",
                        "example": "Описание"
                    },
                    "url": {
                        "type": "string",
                        "example": "http://example.con/"
                    },
                    "isPushkinCard": {
                        "type": "boolean",
                        "example": "true"
                    },
                    "isEnd": {
                        "type": "boolean",
                        "example": "false"
                    },
                    "tariffs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ItemTariff"
                        }
                    },
                    "title": {
                        "type": "string",
                        "example": "Заголовок"
                    }
                },
                "type": "object"
            },
            "ShowTimelines": {
                "title": "Timelines",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "1920"
                    },
                    "constructor": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "ap-leshiev"
                    }
                },
                "type": "object"
            },
            "ObjectUnesco": {
                "title": "ObjectUnesco",
                "properties": {
                    "name": {
                        "type": "string",
                        "example": "Текст рыба"
                    },
                    "description": {
                        "type": "string",
                        "example": "Текст рыба"
                    },
                    "preview": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "Unesco": {
                "title": "Unesco",
                "properties": {
                    "banner": {
                        "properties": {
                            "description": {
                                "type": "string",
                                "example": "Текст рыба"
                            },
                            "image": {
                                "$ref": "#/components/schemas/Image"
                            }
                        },
                        "type": "object"
                    },
                    "objects_description": {
                        "type": "string",
                        "example": "Текст рыба"
                    },
                    "objects": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ObjectUnesco"
                        }
                    },
                    "justification": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "name": {
                                    "type": "string",
                                    "example": "Текст рыба"
                                },
                                "description": {
                                    "type": "string",
                                    "example": "Текст рыба"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "governance": {
                        "type": "string",
                        "example": "Текст рыба"
                    }
                },
                "type": "object"
            },
            "Vacancy": {
                "title": "Вакансии",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Директор"
                    },
                    "text": {
                        "type": "string",
                        "example": "с опытом работы"
                    }
                },
                "type": "object"
            },
            "VideoPageItem": {
                "title": "Видео для страницы видео",
                "properties": {
                    "preview": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "title": {
                        "type": "string",
                        "example": "Video Russia24"
                    },
                    "fields": {
                        "type": "array",
                        "items": {
                            "properties": {
                                "author": {
                                    "type": "string",
                                    "example": "Автор"
                                },
                                "text": {
                                    "type": "string",
                                    "example": "Текст"
                                },
                                "alt": {
                                    "type": "string",
                                    "example": "Альт"
                                }
                            },
                            "type": "object"
                        }
                    },
                    "duration": {
                        "type": "integer",
                        "example": "123"
                    }
                },
                "type": "object"
            },
            "VideoPage": {
                "title": "Видео для страницы видео",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Video Channels Russia24"
                    },
                    "videos": {
                        "$ref": "#/components/schemas/VideoPageItem"
                    },
                    "videoPages": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortVideo"
                        }
                    },
                    "aboutTheme": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShortThemeItem"
                        }
                    }
                },
                "type": "object"
            },
            "Video": {
                "title": "Видео",
                "properties": {
                    "poster": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "video": {
                        "type": "string",
                        "example": "http://mkk.localhost/storage/mediafiles/video/1/1213.mp4"
                    },
                    "description": {
                        "type": "string",
                        "example": "http://mkk.localhost/storage/mediafiles/video/1/1213.mp4"
                    }
                },
                "type": "object"
            },
            "VideoWithImageResource": {
                "title": "Видео с превью",
                "properties": {
                    "type": {
                        "type": "string",
                        "example": "Видео"
                    },
                    "name": {
                        "type": "string",
                        "example": "Корка льда под снегом"
                    },
                    "slug": {
                        "type": "string",
                        "example": "/src"
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "media:": {
                        "type": "boolean",
                        "example": "true"
                    }
                },
                "type": "object"
            },
            "BannerVirtualExhibition": {
                "title": "Карточка виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "zivopis-v-muzeiax-moskovskogo-kremlia"
                    },
                    "image": {
                        "$ref": "#/components/schemas/ImageType"
                    }
                },
                "type": "object"
            },
            "CardsVirtualExhibition": {
                "title": "Карточка виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "zivopis-v-muzeiax-moskovskogo-kremlia"
                    },
                    "image": {
                        "$ref": "#/components/schemas/ImageType"
                    }
                },
                "type": "object"
            },
            "IndexCollection": {
                "title": "Список коллекций виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Китай"
                    },
                    "slug": {
                        "type": "string",
                        "example": "kitai"
                    },
                    "preview": {
                        "$ref": "#/components/schemas/Image"
                    }
                },
                "type": "object"
            },
            "ShowCollection": {
                "title": "Детальная страница коллекции виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Китай"
                    },
                    "slug": {
                        "type": "string",
                        "example": "kitai"
                    },
                    "description": {
                        "type": "string",
                        "example": "В коллекции Музеев Московского Кремля хранится немало раритетов ..."
                    },
                    "titleCarousel": {
                        "type": "string",
                        "example": "Флаконы"
                    },
                    "carousel": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "descriptionCarousel": {
                        "type": "string",
                        "example": "Корпус вазы расписан подглазурно кобальтом цветочно-растительным орнаментом ..."
                    },
                    "titleSlider": {
                        "type": "string",
                        "example": "Олимпийский сервиз. Десертные тарелки"
                    },
                    "slider": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "descriptionSlider": {
                        "type": "string",
                        "example": "Корпус вазы расписан подглазурно кобальтом цветочно-растительным орнаментом ..."
                    },
                    "titleGallery": {
                        "type": "string",
                        "example": "Олимпийский сервиз. Корпусные предметы"
                    },
                    "gallery": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "descriptionGallery": {
                        "type": "string",
                        "example": "Корпус вазы расписан подглазурно кобальтом цветочно-растительным орнаментом ..."
                    },
                    "dynamicCrumb": {
                        "properties": {
                            "slug": {
                                "type": "string",
                                "example": "slug"
                            },
                            "title": {
                                "type": "string",
                                "example": "title"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "DetailVirtualExhibition": {
                "title": "Карточка виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "zivopis-v-muzeiax-moskovskogo-kremlia"
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    }
                },
                "type": "object"
            },
            "IndexVirtualExhibition": {
                "title": "Список виртуальных выставок",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": 1
                    },
                    "name": {
                        "type": "string",
                        "example": "cards"
                    },
                    "type": {
                        "type": "string",
                        "example": "cards"
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CardsVirtualExhibition"
                        }
                    }
                },
                "type": "object"
            },
            "ShowVirtualExhibition": {
                "title": "Детальная страница виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "slug": {
                        "type": "string",
                        "example": "zivopis-v-muzeiax-moskovskogo-kremlia"
                    },
                    "description": {
                        "type": "string",
                        "example": "В коллекции Музеев Московского Кремля хранится немало раритетов ..."
                    },
                    "images": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Image"
                        }
                    },
                    "collections": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/IndexCollection"
                        }
                    }
                },
                "type": "object"
            },
            "IndexVirtualTour": {
                "title": "Список виртуальных туров",
                "properties": {
                    "id": {
                        "type": "integer",
                        "example": "detail"
                    },
                    "name": {
                        "type": "string",
                        "example": "detail"
                    },
                    "type": {
                        "type": "string",
                        "example": "Название тура"
                    }
                },
                "type": "object"
            },
            "ShowVirtualTour": {
                "title": "Детальная страница виртуальной выставки",
                "properties": {
                    "title": {
                        "type": "string",
                        "example": "Живопись в Музеях Московского Кремля"
                    },
                    "url": {
                        "type": "string",
                        "example": "url"
                    }
                },
                "type": "object"
            },
            "WithAttendanceCart": {
                "title": "Карточка мероприятия с посещением",
                "properties": {
                    "heading": {
                        "type": "string",
                        "example": "Правление Ивана III"
                    },
                    "dates": {
                        "type": "array",
                        "items": {
                            "description": "Array of dates",
                            "type": "string",
                            "example": [
                                "2021-01-23",
                                "2024-10-15"
                            ]
                        }
                    },
                    "image": {
                        "$ref": "#/components/schemas/Image"
                    },
                    "slug": {
                        "type": "string",
                        "example": "/concert"
                    },
                    "type": {
                        "type": "string",
                        "example": "concert"
                    }
                },
                "type": "object"
            }
        }
    },
    "tags": [
        {
            "name": "AboutMagazines",
            "description": "AboutMagazines"
        },
        {
            "name": "Sitemap",
            "description": "Sitemap"
        },
        {
            "name": "Archaeological",
            "description": "Archaeological"
        },
        {
            "name": "Pages",
            "description": "Pages"
        },
        {
            "name": "seo",
            "description": "seo"
        },
        {
            "name": "Main",
            "description": "Main"
        },
        {
            "name": "Book",
            "description": "Book"
        },
        {
            "name": "Education Children",
            "description": "Education Children"
        },
        {
            "name": "ClientCard",
            "description": "ClientCard"
        },
        {
            "name": "Compilations",
            "description": "Compilations"
        },
        {
            "name": "CompletedScienceProject",
            "description": "CompletedScienceProject"
        },
        {
            "name": "ComprehensiveRestoration",
            "description": "ComprehensiveRestoration"
        },
        {
            "name": "Calendar",
            "description": "Calendar"
        },
        {
            "name": "Contacts",
            "description": "Contacts"
        },
        {
            "name": "Science Page",
            "description": "Science Page"
        },
        {
            "name": "Directors",
            "description": "Directors"
        },
        {
            "name": "DynamicCrumbs",
            "description": "DynamicCrumbs"
        },
        {
            "name": "ExcursionBanner",
            "description": "ExcursionBanner"
        },
        {
            "name": "Excursions",
            "description": "Excursions"
        },
        {
            "name": "ExcursionSeasonTickets",
            "description": "ExcursionSeasonTickets"
        },
        {
            "name": "Exhibitions",
            "description": "Exhibitions"
        },
        {
            "name": "EducationEducators",
            "description": "EducationEducators"
        },
        {
            "name": "Feedback",
            "description": "Feedback"
        },
        {
            "name": "Festivals",
            "description": "Festivals"
        },
        {
            "name": "Frequent Questions",
            "description": "Frequent Questions"
        },
        {
            "name": "Guides",
            "description": "Guides"
        },
        {
            "name": "History",
            "description": "History"
        },
        {
            "name": "Media",
            "description": "Media"
        },
        {
            "name": "Masterpieces",
            "description": "Masterpieces"
        },
        {
            "name": "Museums",
            "description": "Museums"
        },
        {
            "name": "News",
            "description": "News"
        },
        {
            "name": "Official Documents",
            "description": "Official Documents"
        },
        {
            "name": "Partners",
            "description": "Partners"
        },
        {
            "name": "PaymentInformation",
            "description": "PaymentInformation"
        },
        {
            "name": "Personalities",
            "description": "Personalities"
        },
        {
            "name": "Subscribe",
            "description": "Subscribe"
        },
        {
            "name": "Press Center",
            "description": "Press Center"
        },
        {
            "name": "Product Categories",
            "description": "Product Categories"
        },
        {
            "name": "Products",
            "description": "Products"
        },
        {
            "name": "Publications",
            "description": "Publications"
        },
        {
            "name": "Scientific Conference",
            "description": "Scientific Conference"
        },
        {
            "name": "Design Rules",
            "description": "Design Rules"
        },
        {
            "name": "Scientific Department",
            "description": "Scientific Department"
        },
        {
            "name": "SupportMuseum",
            "description": "SupportMuseum"
        },
        {
            "name": "Tags",
            "description": "Tags"
        },
        {
            "name": "Tickets",
            "description": "Tickets"
        },
        {
            "name": "TicketQuestions",
            "description": "TicketQuestions"
        },
        {
            "name": "Timelines",
            "description": "Timelines"
        },
        {
            "name": "Vacancy",
            "description": "Vacancy"
        },
        {
            "name": "VirtualExhibitions",
            "description": "VirtualExhibitions"
        },
        {
            "name": "VirtualTours",
            "description": "VirtualTours"
        },
        {
            "name": "Program",
            "description": "Program"
        },
        {
            "name": "Cycles",
            "description": "Cycles"
        },
        {
            "name": "search",
            "description": "search"
        }
    ]
}