changedInput schema / properties / count / description
Previous value: -"Количество"New value: +"Кол-во на странице (макс 100)"
addedInput schema / properties / page
Added value: +{
+ "default": 1,
+ "description": "Номер страницы (с 1)",
+ "minimum": 1,
+ "type": "integer"
+}
changedInput schema / properties / q / description
Previous value: -"Поиск по имени или email"New value: +"Поиск по имени, email или телефону"
addedInput schema / properties / raw
Added value: +{
+ "description": "Вернуть полный сырой ответ без курирования",
+ "type": "boolean"
+}
addedInput schema / properties / status
Added value: +{
+ "description": "Фильтр по ID этапа подбора",
+ "type": "number"
+}
addedInput schema / properties / tag
Added value: +{
+ "description": "Фильтр по ID тега",
+ "type": "number"
+}
addedInput schema / properties / vacancy
Added value: +{
+ "description": "Фильтр по ID вакансии",
+ "type": "number"
+}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "count": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "items": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "created": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "email": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "first_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "number"
+ },
+ "last_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "middle_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "phone": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "position": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "next_page_cursor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "page": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "total": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "total_items": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}