Загрузка данных
"objects": [
{
"ref": "#/components/schemas/AllowedAction",
"section": "schemas",
"name": "AllowedAction",
"type": "object",
"description": "Разрешенное действие",
"required": [
"name"
],
"property_count": 1,
"property_names": [
"name"
]
},
{
"ref": "#/components/schemas/AssigneeStoryPointsSummaryRq",
"section": "schemas",
"name": "AssigneeStoryPointsSummaryRq",
"type": "object",
"description": "Запрос на получение статистики относительной сложности по исполнителям и типам wf статусов",
"required": [
"sprint"
],
"property_count": 4,
"property_names": [
"board",
"filters",
"sprint",
"tqlFilterIds"
],
"nested_refs": [
"#/components/schemas/QLUnitFilterDto"
]
},
{
"ref": "#/components/schemas/AttributeDisplayConfigDto",
"section": "schemas",
"name": "AttributeDisplayConfigDto",
"type": "object",
"description": "Конфигурация отображения колонки",
"required": [
"code",
"position"
],
"property_count": 2,
"property_names": [
"code",
"position"
]
},
{
"ref": "#/components/schemas/BaseUnitAttributeInfo",
"section": "schemas",
"name": "BaseUnitAttributeInfo",
"type": "object",
"description": "Базовый атрибут",
"required": [
"canHaveDefaultValue",
"code"
],
"property_count": 3,
"property_names": [
"canHaveDefaultValue",
"code",
"parameters"
]
},
{
"ref": "#/components/schemas/BoardWorkflowStatusesRq",
"section": "schemas",
"name": "BoardWorkflowStatusesRq",
"type": "object",
"description": "BoardWorkflowStatusesRq",
"required": [
"space",
"suits"
],
"property_count": 2,
"property_names": [
"space",
"suits"
]
},
{
"ref": "#/components/schemas/ChangeUnitStatusRq",
"section": "schemas",
"name": "ChangeUnitStatusRq",
"type": "object",
"description": "Запрос на изменение статуса юнита",
"required": [
"actionCode",
"unitCode"
],
"property_count": 2,
"property_names": [
"actionCode",
"unitCode"
]
},
{
"ref": "#/components/schemas/CreateSpaceTypeWithSuitWorkflowRq",
"section": "schemas",
"name": "CreateSpaceTypeWithSuitWorkflowRq",
"type": "object",
"description": "Объект запроса",
"required": [
"code",
"suit"
],
"property_count": 3,
"property_names": [
"code",
"suit",
"workflows"
],
"nested_refs": [
"#/components/schemas/WorkflowDetail"
]
},
{
"ref": "#/components/schemas/CreateSuitRq",
"section": "schemas",
"name": "CreateSuitRq",
"type": "object",
"description": "Запрос на создание типа юнита",
"required": [
"code",
"name"
],
"property_count": 6,
"property_names": [
"attributes",
"baseAttributes",
"code",
"description",
"icon",
"name"
],
"nested_refs": [
"#/components/schemas/UnitAttributeParamsDto"
]
},
{
"ref": "#/components/schemas/DescriptorInstallResponse",
"section": "schemas",
"name": "DescriptorInstallResponse",
"type": "object",
"description": "DescriptorInstallResponse"
},
{
"ref": "#/components/schemas/DirectoryValueInfo",
"section": "schemas",
"name": "DirectoryValueInfo",
"type": "object",
"description": "Состав атрибутов"
},
{
"ref": "#/components/schemas/ErrorDTO",
"section": "schemas",
"name": "ErrorDTO",
"type": "object",
"description": "Ответ в случае ошибки",
"required": [
"exceptionUUID",
"uiErrorMessage"
],
"property_count": 5,
"property_names": [
"errorDtoObject",
"errorType",
"exceptionUUID",
"stackTrace",
"uiErrorMessage"
]
},
{
"ref": "#/components/schemas/FileExportRq",
"section": "schemas",
"name": "FileExportRq",
"type": "object",
"description": "FileExportRq",
"required": [
"fileFormat",
"workerType"
],
"property_count": 6,
"property_names": [
"columns",
"fileFormat",
"filters",
"query",
"timeZone",
"workerType"
]
},
{
"ref": "#/components/schemas/FileExportRs",
"section": "schemas",
"name": "FileExportRs",
"type": "object",
"description": "FileExportRs",
"required": [
"fileExportId",
"status"
],
"property_count": 3,
"property_names": [
"fileExportId",
"fileName",
"status"
]
},
{
"ref": "#/components/schemas/LinkTypeFilter",
"section": "schemas",
"name": "LinkTypeFilter",
"type": "object",
"description": "Фильтр по типу связи",
"property_count": 3,
"property_names": [
"fromUnit",
"fromUnitType",
"linkType"
]
},
{
"ref": "#/components/schemas/LinkTypeIdentity",
"section": "schemas",
"name": "LinkTypeIdentity",
"type": "object",
"description": "LinkTypeIdentity",
"property_count": 2,
"property_names": [
"code",
"name"
]
},
{
"ref": "#/components/schemas/LinkTypes",
"section": "schemas",
"name": "LinkTypes",
"type": "object",
"description": "LinkTypes",
"property_count": 3,
"property_names": [
"from",
"linkType",
"to"
],
"nested_refs": [
"#/components/schemas/LinkTypeIdentity",
"#/components/schemas/SuitIdentity"
]
},
{
"ref": "#/components/schemas/MigrationSuitInfo",
"section": "schemas",
"name": "MigrationSuitInfo",
"type": "object",
"description": "MigrationSuitInfo",
"required": [
"code",
"name"
],
"property_count": 3,
"property_names": [
"code",
"icon",
"name"
]
},
{
"ref": "#/components/schemas/PageDtoRq",
"section": "schemas",
"name": "PageDtoRq",
"type": "object",
"description": "Параметры пагинации",
"property_count": 2,
"property_names": [
"page",
"size"
]
},
{
"ref": "#/components/schemas/PageDtoRs",
"section": "schemas",
"name": "PageDtoRs",
"type": "object",
"description": "Информация о странице",
"property_count": 5,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize",
"totalElements"
]
},
{
"ref": "#/components/schemas/PageDtoRsSuitInfo",
"section": "schemas",
"name": "PageDtoRsSuitInfo",
"type": "object",
"description": "Информация о странице",
"property_count": 5,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize",
"totalElements"
]
},
{
"ref": "#/components/schemas/PageDtoRsUnitConvertSuitInfo",
"section": "schemas",
"name": "PageDtoRsUnitConvertSuitInfo",
"type": "object",
"description": "Информация о странице с результатами поиска типов задач",
"property_count": 5,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize",
"totalElements"
],
"nested_refs": [
"#/components/schemas/UnitConvertSuitInfo"
]
},
{
"ref": "#/components/schemas/PageDtoRsUnitInSuitWithSpacesInfo",
"section": "schemas",
"name": "PageDtoRsUnitInSuitWithSpacesInfo",
"type": "object",
"description": "Информация о странице",
"property_count": 5,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize",
"totalElements"
]
},
{
"ref": "#/components/schemas/PageDtoSuitSkinDto",
"section": "schemas",
"name": "PageDtoSuitSkinDto",
"type": "object",
"description": "PageDtoSuitSkinDto",
"property_count": 5,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize",
"totalElements"
],
"nested_refs": [
"#/components/schemas/SuitSkinDto"
]
},
{
"ref": "#/components/schemas/PageRequest",
"section": "schemas",
"name": "PageRequest",
"type": "object",
"description": "Параметры пагинации",
"required": [
"page",
"size"
],
"property_count": 2,
"property_names": [
"page",
"size"
]
},
{
"ref": "#/components/schemas/PageResponseSpaceWithSuitsAndStatusesInfoRs",
"section": "schemas",
"name": "PageResponseSpaceWithSuitsAndStatusesInfoRs",
"type": "object",
"description": "PageResponseSpaceWithSuitsAndStatusesInfoRs",
"property_count": 5,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize",
"totalElements"
],
"nested_refs": [
"#/components/schemas/SpaceWithSuitsAndStatusesInfoRs"
]
},
{
"ref": "#/components/schemas/PageResponseWikiPageSuitInfo",
"section": "schemas",
"name": "PageResponseWikiPageSuitInfo",
"type": "object",
"description": "PageResponseWikiPageSuitInfo",
"property_count": 5,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize",
"totalElements"
],
"nested_refs": [
"#/components/schemas/WikiPageSuitInfo"
]
},
{
"ref": "#/components/schemas/PermissionGroup",
"section": "schemas",
"name": "PermissionGroup",
"type": "object",
"description": "PermissionGroup",
"property_count": 3,
"property_names": [
"code",
"description",
"name"
]
},
{
"ref": "#/components/schemas/PermissionGroupDto",
"section": "schemas",
"name": "PermissionGroupDto",
"type": "object",
"description": "Группа привилегий",
"required": [
"name"
],
"property_count": 1,
"property_names": [
"name"
]
},
{
"ref": "#/components/schemas/PermissionGroupSummaryInfoDto",
"section": "schemas",
"name": "PermissionGroupSummaryInfoDto",
"type": "object",
"description": "Информация о группе привилегий",
"required": [
"code",
"name"
],
"property_count": 3,
"property_names": [
"code",
"description",
"name"
]
},
{
"ref": "#/components/schemas/PermissionGroupsForUserGroupCfg",
"section": "schemas",
"name": "PermissionGroupsForUserGroupCfg",
"type": "object",
"description": "PermissionGroupsForUserGroupCfg",
"property_count": 2,
"property_names": [
"canRevoke",
"permissionGroupCode"
],
"nested_refs": [
"#/components/schemas/PermissionGroupSummaryInfoDto"
]
},
{
"ref": "#/components/schemas/PermissionsGroupAndUserGroupInfo",
"section": "schemas",
"name": "PermissionsGroupAndUserGroupInfo",
"type": "object",
"description": "Список групп пользователей и групп доступов",
"required": [
"group",
"permissionGroups"
],
"property_count": 2,
"property_names": [
"group",
"permissionGroups"
],
"nested_refs": [
"#/components/schemas/PermissionGroupDto",
"#/components/schemas/UserGroupInfoDto"
]
},
{
"ref": "#/components/schemas/PermissionsGroupAndUserInfo",
"section": "schemas",
"name": "PermissionsGroupAndUserInfo",
"type": "object",
"description": "Список пользователей и групп доступов",
"required": [
"info",
"permissionGroups"
],
"property_count": 2,
"property_names": [
"info",
"permissionGroups"
],
"nested_refs": [
"#/components/schemas/PermissionGroupDto",
"#/components/schemas/UserInfo"
]
},
{
"ref": "#/components/schemas/PositionDto",
"section": "schemas",
"name": "PositionDto",
"type": "object",
"description": "Позиция",
"required": [
"x",
"y"
],
"property_count": 2,
"property_names": [
"x",
"y"
]
},
{
"ref": "#/components/schemas/QLAttributeFilterDto",
"section": "schemas",
"name": "QLAttributeFilterDto",
"type": "object",
"description": "Фильтир по атрибутам",
"required": [
"attribute",
"operator"
],
"property_count": 4,
"property_names": [
"attribute",
"negate",
"operator",
"value"
]
},
{
"ref": "#/components/schemas/QLAttributeFiltersDto",
"section": "schemas",
"name": "QLAttributeFiltersDto",
"type": "object",
"description": "Фильтры по атрибутам",
"property_count": 2,
"property_names": [
"and",
"or"
],
"nested_refs": [
"#/components/schemas/QLAttributeFilterDto"
]
},
{
"ref": "#/components/schemas/QLPropertyFilterDto",
"section": "schemas",
"name": "QLPropertyFilterDto",
"type": "object",
"description": "Фильтр по свойствам",
"required": [
"operator",
"property",
"value"
],
"property_count": 4,
"property_names": [
"negate",
"operator",
"property",
"value"
]
},
{
"ref": "#/components/schemas/QLPropertyFilters",
"section": "schemas",
"name": "QLPropertyFilters",
"type": "object",
"description": "Фильтры по свойствам",
"property_count": 2,
"property_names": [
"and",
"or"
],
"nested_refs": [
"#/components/schemas/QLPropertyFilterDto"
]
},
{
"ref": "#/components/schemas/QLUnitFilterDto",
"section": "schemas",
"name": "QLUnitFilterDto",
"type": "object",
"description": "Фильтр по задачам",
"property_count": 6,
"property_names": [
"attributes",
"deleted",
"properties",
"spaces",
"suits",
"units"
],
"nested_refs": [
"#/components/schemas/QLAttributeFiltersDto",
"#/components/schemas/QLPropertyFilters"
]
},
{
"ref": "#/components/schemas/QueryFilter",
"section": "schemas",
"name": "QueryFilter",
"type": "object",
"description": "QueryFilter",
"required": [
"operator",
"property",
"value"
],
"property_count": 3,
"property_names": [
"operator",
"property",
"value"
]
},
{
"ref": "#/components/schemas/SearchByUnitsFilter",
"section": "schemas",
"name": "SearchByUnitsFilter",
"type": "object",
"description": "SearchByUnitsFilter",
"required": [
"units"
],
"property_count": 1,
"property_names": [
"units"
]
},
{
"ref": "#/components/schemas/SearchByUnitsPageRq",
"section": "schemas",
"name": "SearchByUnitsPageRq",
"type": "object",
"description": "SearchByUnitsPageRq",
"required": [
"filters"
],
"property_count": 2,
"property_names": [
"filters",
"page"
],
"nested_refs": [
"#/components/schemas/PageDtoRq",
"#/components/schemas/SearchByUnitsFilter"
]
},
{
"ref": "#/components/schemas/SizeDto",
"section": "schemas",
"name": "SizeDto",
"type": "object",
"description": "Высота и ширина",
"required": [
"height",
"width"
],
"property_count": 2,
"property_names": [
"height",
"width"
]
},
{
"ref": "#/components/schemas/SliceResponse",
"section": "schemas",
"name": "SliceResponse",
"type": "object",
"description": "SliceResponse",
"required": [
"content",
"hasNext",
"pageNumber",
"pageSize"
],
"property_count": 4,
"property_names": [
"content",
"hasNext",
"pageNumber",
"pageSize"
]
},
{
"ref": "#/components/schemas/SpaceConfigAppliedSuitIdentity",
"section": "schemas",
"name": "SpaceConfigAppliedSuitIdentity",
"type": "object",
"description": "SpaceConfigAppliedSuitIdentity",
"required": [
"code"
],
"property_count": 1,
"property_names": [
"code"
]
},
{
"ref": "#/components/schemas/SpaceConfigAppliedSuitRq",
"section": "schemas",
"name": "SpaceConfigAppliedSuitRq",
"type": "object",
"description": "SpaceConfigAppliedSuitRq",
"property_count": 1,
"property_names": [
"suits"
],
"nested_refs": [
"#/components/schemas/SpaceConfigAppliedSuitUpdate"
]
},
{
"ref": "#/components/schemas/SpaceConfigAppliedSuitRs",
"section": "schemas",
"name": "SpaceConfigAppliedSuitRs",
"type": "object",
"description": "SpaceConfigAppliedSuitRs",
"required": [
"applied",
"available",
"required"
],
"property_count": 3,
"property_names": [
"applied",
"available",
"required"
],
"nested_refs": [
"#/components/schemas/SpaceConfigSuitInfo"
]
},
{
"ref": "#/components/schemas/SpaceConfigAppliedSuitUpdate",
"section": "schemas",
"name": "SpaceConfigAppliedSuitUpdate",
"type": "object",
"description": "Типы юнитов для использования",
"property_count": 2,
"property_names": [
"add",
"delete"
],
"nested_refs": [
"#/components/schemas/SpaceConfigAppliedSuitIdentity"
]
},
{
"ref": "#/components/schemas/SpaceConfigAppliedSuitUpdateInfo",
"section": "schemas",
"name": "SpaceConfigAppliedSuitUpdateInfo",
"type": "object",
"description": "SpaceConfigAppliedSuitUpdateInfo",
"required": [
"level",
"message",
"suit"
],
"property_count": 3,
"property_names": [
"level",
"message",
"suit"
]
},
{
"ref": "#/components/schemas/SpaceConfigAppliedSuitUpdateRs",
"section": "schemas",
"name": "SpaceConfigAppliedSuitUpdateRs",
"type": "object",
"description": "SpaceConfigAppliedSuitUpdateRs",
"required": [
"result",
"space"
],
"property_count": 2,
"property_names": [
"result",
"space"
],
"nested_refs": [
"#/components/schemas/SpaceConfigAppliedSuitUpdateInfo"
]
},
{
"ref": "#/components/schemas/SpaceConfigSuitInfo",
"section": "schemas",
"name": "SpaceConfigSuitInfo",
"type": "object",
"description": "SpaceConfigSuitInfo",
"required": [
"code",
"name"
],
"property_count": 4,
"property_names": [
"code",
"description",
"icon",
"name"
]
},
{
"ref": "#/components/schemas/SpaceConfigSuitParametersInfo",
"section": "schemas",
"name": "SpaceConfigSuitParametersInfo",
"type": "object",
"description": "Тип задачи, для которого меняются параметры на уровне конфигурации пространства",
"required": [
"code",
"parameters"
],
"property_count": 2,
"property_names": [
"code",
"parameters"
]
},
{
"ref": "#/components/schemas/SpaceConfigSuitParametersRq",
"section": "schemas",
"name": "SpaceConfigSuitParametersRq",
"type": "object",
"description": "Запрос на изменение параметров типа задачи",
"property_count": 1,
"property_names": [
"suits"
],
"nested_refs": [
"#/components/schemas/SpaceConfigSuitParametersInfo"
]
},
{
"ref": "#/components/schemas/SpaceConfigUnitParametersRs",
"section": "schemas",
"name": "SpaceConfigUnitParametersRs",
"type": "object",
"description": "Конфигурация пространства для задачи",
"property_count": 3,
"property_names": [
"parameters",
"spaceCode",
"suitCode"
]
},
{
"ref": "#/components/schemas/SpaceInUnitInfo",
"section": "schemas",
"name": "SpaceInUnitInfo",
"type": "object",
"description": "Информация о пространстве",
"required": [
"code",
"name"
],
"property_count": 2,
"property_names": [
"code",
"name"
]
},
{
"ref": "#/components/schemas/SpaceInfo",
"section": "schemas",
"name": "SpaceInfo",
"type": "object",
"description": "SpaceInfo",
"required": [
"allowedActions",
"code",
"createdAt",
"groupsInfo",
"name",
"suits",
"type",
"updatedAt",
"usersInfo"
],
"property_count": 9,
"property_names": [
"allowedActions",
"code",
"createdAt",
"groupsInfo",
"name",
"suits",
"type",
"updatedAt",
"usersInfo"
],
"nested_refs": [
"#/components/schemas/AllowedAction",
"#/components/schemas/PermissionsGroupAndUserGroupInfo",
"#/components/schemas/PermissionsGroupAndUserInfo",
"#/components/schemas/SpaceTypeInfo",
"#/components/schemas/SuitSettingInfo"
]
},
{
"ref": "#/components/schemas/SpaceSuitConfig",
"section": "schemas",
"name": "SpaceSuitConfig",
"type": "object",
"description": "Идентификатор конфигурации спейсаи",
"property_count": 3,
"property_names": [
"id",
"jobs",
"suit"
],
"nested_refs": [
"#/components/schemas/MigrationSuitInfo",
"#/components/schemas/SpaceSuitConfigMigrationJob"
]
},
{
"ref": "#/components/schemas/SpaceSuitConfigMigrationJob",
"section": "schemas",
"name": "SpaceSuitConfigMigrationJob",
"type": "object",
"description": "SpaceSuitConfigMigrationJob",
"property_count": 3,
"property_names": [
"createdAt",
"report",
"status"
]
},
{
"ref": "#/components/schemas/SpaceSuitSettingInfo",
"section": "schemas",
"name": "SpaceSuitSettingInfo",
"type": "object",
"description": "SpaceSuitSettingInfo",
"required": [
"code",
"description",
"icon",
"name",
"parameters"
],
"property_count": 6,
"property_names": [
"code",
"description",
"icon",
"name",
"parameters",
"workflow"
],
"nested_refs": [
"#/components/schemas/WfSchemaDto"
]
},
{
"ref": "#/components/schemas/SpaceSuitWorkflowMigrationInfoRs",
"section": "schemas",
"name": "SpaceSuitWorkflowMigrationInfoRs",
"type": "object",
"description": "SpaceSuitWorkflowMigrationInfoRs",
"required": [
"spaceSuitWorkflowConfigId"
],
"property_count": 1,
"property_names": [
"spaceSuitWorkflowConfigId"
],
"nested_refs": [
"#/components/schemas/SpaceSuitConfig"
]
},
{
"ref": "#/components/schemas/SpaceSuitsRs",
"section": "schemas",
"name": "SpaceSuitsRs",
"type": "object",
"description": "SpaceSuitsRs",
"required": [
"code",
"suits"
],
"property_count": 2,
"property_names": [
"code",
"suits"
],
"nested_refs": [
"#/components/schemas/SpaceSuitSettingInfo"
]
},
{
"ref": "#/components/schemas/SpaceTypeConfigSuitAccessRs",
"section": "schemas",
"name": "SpaceTypeConfigSuitAccessRs",
"type": "object",
"description": "SpaceTypeConfigSuitAccessRs",
"required": [
"workflows"
],
"property_count": 7,
"property_names": [
"code",
"description",
"disabled",
"icon",
"name",
"type",
"workflows"
],
"nested_refs": [
"#/components/schemas/WorkflowSettingDto"
]
},
{
"ref": "#/components/schemas/SpaceTypeConfigSuitWorkflowRs",
"section": "schemas",
"name": "SpaceTypeConfigSuitWorkflowRs",
"type": "object",
"description": "SpaceTypeConfigSuitWorkflowRs",
"property_count": 5,
"property_names": [
"code",
"description",
"icon",
"name",
"workflows"
],
"nested_refs": [
"#/components/schemas/WorkflowSettingDto"
]
},
{
"ref": "#/components/schemas/SpaceTypeConfigurationDto",
"section": "schemas",
"name": "SpaceTypeConfigurationDto",
"type": "object",
"description": "SpaceTypeConfigurationDto",
"property_count": 5,
"property_names": [
"linkTypes",
"permissionGroups",
"suitWorkflows",
"suits",
"userGroupPermGroupConfigs"
],
"nested_refs": [
"#/components/schemas/LinkTypes",
"#/components/schemas/PermissionGroup",
"#/components/schemas/SpaceTypeConfigSuitAccessRs",
"#/components/schemas/SpaceTypeConfigSuitWorkflowRs",
"#/components/schemas/SpaceTypeUserGroupConfigDto"
]
},
{
"ref": "#/components/schemas/SpaceTypeDetailsDto",
"section": "schemas",
"name": "SpaceTypeDetailsDto",
"type": "object",
"description": "SpaceTypeDetailsDto",
"required": [
"configuration",
"info"
],
"property_count": 2,
"property_names": [
"configuration",
"info"
],
"nested_refs": [
"#/components/schemas/SpaceTypeConfigurationDto",
"#/components/schemas/SpaceTypeInfoDto"
]
},
{
"ref": "#/components/schemas/SpaceTypeInfo",
"section": "schemas",
"name": "SpaceTypeInfo",
"type": "object",
"description": "SpaceTypeInfo",
"required": [
"code",
"name"
],
"property_count": 2,
"property_names": [
"code",
"name"
]
},
{
"ref": "#/components/schemas/SpaceTypeInfoDto",
"section": "schemas",
"name": "SpaceTypeInfoDto",
"type": "object",
"description": "SpaceTypeInfoDto",
"required": [
"code",
"createdAt",
"name",
"status",
"updatedAt"
],
"property_count": 6,
"property_names": [
"code",
"createdAt",
"description",
"name",
"status",
"updatedAt"
]
},
{
"ref": "#/components/schemas/SpaceTypeUserGroupConfigDto",
"section": "schemas",
"name": "SpaceTypeUserGroupConfigDto",
"type": "object",
"description": "SpaceTypeUserGroupConfigDto",
"required": [
"permissionGroupCodesWithRevoke",
"userGroupCode"
],
"property_count": 2,
"property_names": [
"permissionGroupCodesWithRevoke",
"userGroupCode"
],
"nested_refs": [
"#/components/schemas/PermissionGroupsForUserGroupCfg"
]
},
{
"ref": "#/components/schemas/SpaceWithSuitsAndStatusesInfoRs",
"section": "schemas",
"name": "SpaceWithSuitsAndStatusesInfoRs",
"type": "object",
"description": "SpaceWithSuitsAndStatusesInfoRs",
"required": [
"code",
"name",
"suits"
],
"property_count": 3,
"property_names": [
"code",
"name",
"suits"
],
"nested_refs": [
"#/components/schemas/SuitWithStatusesInfo"
]
},
{
"ref": "#/components/schemas/SprintCountRequest",
"section": "schemas",
"name": "SprintCountRequest",
"type": "object",
"description": "Запрос на получение количества задач по спринту и фильтрам",
"required": [
"sprint"
],
"property_count": 2,
"property_names": [
"filters",
"sprint"
],
"nested_refs": [
"#/components/schemas/QLUnitFilterDto"
]
},
{
"ref": "#/components/schemas/SprintCountResponse",
"section": "schemas",
"name": "SprintCountResponse",
"type": "object",
"description": "Результат вызова запроса на получение количества задач в спринте",
"property_count": 1,
"property_names": [
"count"
]
},
{
"ref": "#/components/schemas/StatusResponseDto",
"section": "schemas",
"name": "StatusResponseDto",
"type": "object",
"description": "Cтатус юнита и доступные переходы",
"required": [
"actionsExcludedByCondition",
"availableActions",
"currentStatus",
"wfSchemaDto"
],
"property_count": 4,
"property_names": [
"actionsExcludedByCondition",
"availableActions",
"currentStatus",
"wfSchemaDto"
],
"nested_refs": [
"#/components/schemas/WfActionDto",
"#/components/schemas/WfSchemaDto",
"#/components/schemas/WfStatusDto"
]
},
{
"ref": "#/components/schemas/StyleDto",
"section": "schemas",
"name": "StyleDto",
"type": "object",
"description": "Стили",
"required": [
"backgroundColorStatus",
"iconColorStatus"
],
"property_count": 3,
"property_names": [
"backgroundColorStatus",
"colorByEdsRef",
"iconColorStatus"
]
},
{
"ref": "#/components/schemas/SuitFilters",
"section": "schemas",
"name": "SuitFilters",
"type": "object",
"description": "Фильтры для поиска сьютов",
"property_count": 5,
"property_names": [
"attributeCode",
"link",
"space",
"suits",
"textSearch"
],
"nested_refs": [
"#/components/schemas/LinkTypeFilter"
]
},
{
"ref": "#/components/schemas/SuitIdentity",
"section": "schemas",
"name": "SuitIdentity",
"type": "object",
"description": "SuitIdentity",
"property_count": 4,
"property_names": [
"code",
"description",
"icon",
"name"
]
},
{
"ref": "#/components/schemas/SuitInUnitInfo",
"section": "schemas",
"name": "SuitInUnitInfo",
"type": "object",
"description": "Тип задачи",
"required": [
"code",
"name"
],
"property_count": 3,
"property_names": [
"code",
"icon",
"name"
]
},
{
"ref": "#/components/schemas/SuitInfo",
"section": "schemas",
"name": "SuitInfo",
"type": "object",
"description": "Информация о сюите",
"required": [
"attributes",
"code",
"name"
],
"property_count": 5,
"property_names": [
"attributes",
"code",
"description",
"icon",
"name"
],
"nested_refs": [
"#/components/schemas/UnitAttributeInfo"
]
},
{
"ref": "#/components/schemas/SuitPageRq",
"section": "schemas",
"name": "SuitPageRq",
"type": "object",
"description": "Параметры запроса списка сюитов",
"property_count": 2,
"property_names": [
"filters",
"page"
],
"nested_refs": [
"#/components/schemas/PageDtoRq",
"#/components/schemas/SuitFilters"
]
},
{
"ref": "#/components/schemas/SuitPropertyInfo",
"section": "schemas",
"name": "SuitPropertyInfo",
"type": "object",
"description": "Информация о настройке типа юнита",
"required": [
"propertyName",
"propertyValue"
],
"property_count": 2,
"property_names": [
"propertyName",
"propertyValue"
]
},
{
"ref": "#/components/schemas/SuitPropertyRq",
"section": "schemas",
"name": "SuitPropertyRq",
"type": "object",
"description": "Параметры запроса настроек типов задач",
"property_count": 1,
"property_names": [
"suitCodes"
]
},
{
"ref": "#/components/schemas/SuitRestoreRq",
"section": "schemas",
"name": "SuitRestoreRq",
"type": "object",
"description": "SuitRestoreRq"
},
{
"ref": "#/components/schemas/SuitSettingInfo",
"section": "schemas",
"name": "SuitSettingInfo",
"type": "object",
"description": "SuitSettingInfo",
"required": [
"code",
"description",
"icon",
"name"
],
"property_count": 5,
"property_names": [
"code",
"description",
"icon",
"name",
"workflow"
],
"nested_refs": [
"#/components/schemas/WfSchemaDto"
]
},
{
"ref": "#/components/schemas/SuitSkinCreateRq",
"section": "schemas",
"name": "SuitSkinCreateRq",
"type": "object",
"description": "SuitSkinCreateRq",
"property_count": 3,
"property_names": [
"content",
"skinType",
"suitCode"
]
},
{
"ref": "#/components/schemas/SuitSkinDto",
"section": "schemas",
"name": "SuitSkinDto",
"type": "object",
"description": "SuitSkinDto",
"property_count": 3,
"property_names": [
"code",
"content",
"skinType"
]
},
{
"ref": "#/components/schemas/SuitSkinPageRq",
"section": "schemas",
"name": "SuitSkinPageRq",
"type": "object",
"description": "SuitSkinPageRq",
"property_count": 2,
"property_names": [
"filters",
"page"
],
"nested_refs": [
"#/components/schemas/PageDtoRq",
"#/components/schemas/SuitSkinSearchFilter"
]
},
{
"ref": "#/components/schemas/SuitSkinSearchFilter",
"section": "schemas",
"name": "SuitSkinSearchFilter",
"type": "object",
"description": "Фильтр поиска",
"required": [
"skinType",
"suitCode"
],
"property_count": 2,
"property_names": [
"skinType",
"suitCode"
]
},
{
"ref": "#/components/schemas/SuitSkinUpdateRq",
"section": "schemas",
"name": "SuitSkinUpdateRq",
"type": "object",
"description": "SuitSkinUpdateRq",
"property_count": 1,
"property_names": [
"content"
]
},
{
"ref": "#/components/schemas/SuitUnitInfo",
"section": "schemas",
"name": "SuitUnitInfo",
"type": "object",
"description": "SuitUnitInfo",
"required": [
"code",
"name"
],
"property_count": 3,
"property_names": [
"code",
"icon",
"name"
]
},
{
"ref": "#/components/schemas/SuitWithAttributesInfo",
"section": "schemas",
"name": "SuitWithAttributesInfo",
"type": "object",
"description": "Информация о сюите с атрибутами",
"required": [
"attributes",
"baseAttributes",
"code",
"name"
],
"property_count": 6,
"property_names": [
"attributes",
"baseAttributes",
"code",
"description",
"icon",
"name"
],
"nested_refs": [
"#/components/schemas/BaseUnitAttributeInfo",
"#/components/schemas/UnitAttributeWithDirectoryValuesInfo"
]
},
{
"ref": "#/components/schemas/SuitWithStatusesInfo",
"section": "schemas",
"name": "SuitWithStatusesInfo",
"type": "object",
"description": "SuitWithStatusesInfo",
"required": [
"code",
"name"
],
"property_count": 3,
"property_names": [
"code",
"name",
"workflow"
],
"nested_refs": [
"#/components/schemas/WorkflowsWithStatusesInfo"
]
},
{
"ref": "#/components/schemas/SuitWithWorkflowStatuses",
"section": "schemas",
"name": "SuitWithWorkflowStatuses",
"type": "object",
"description": "SuitWithWorkflowStatuses",
"required": [
"statuses",
"suit"
],
"property_count": 2,
"property_names": [
"statuses",
"suit"
],
"nested_refs": [
"#/components/schemas/SuitUnitInfo",
"#/components/schemas/WorkflowStatus"
]
},
{
"ref": "#/components/schemas/SuitWorkflowRq",
"section": "schemas",
"name": "SuitWorkflowRq",
"type": "object",
"description": "Запрос на создание воркфлоу",
"required": [
"code"
],
"property_count": 2,
"property_names": [
"code",
"wfCodes"
]
},
{
"ref": "#/components/schemas/SuitsFromWikiPageHierarchyRs",
"section": "schemas",
"name": "SuitsFromWikiPageHierarchyRs",
"type": "object",
"description": "SuitsFromWikiPageHierarchyRs",
"property_count": 1,
"property_names": [
"suits"
],
"nested_refs": [
"#/components/schemas/WikiPageSuitBaseInfo"
]
},
{
"ref": "#/components/schemas/SwtrPutValidatorEventDto",
"section": "schemas",
"name": "SwtrPutValidatorEventDto",
"type": "object",
"description": "SwtrPutValidatorEventDto"
},
{
"ref": "#/components/schemas/SwtrStructureCreateRq",
"section": "schemas",
"name": "SwtrStructureCreateRq",
"type": "object",
"description": "SwtrStructureCreateRq",
"required": [
"name"
],
"property_count": 4,
"property_names": [
"code",
"description",
"name",
"schema"
],
"nested_refs": [
"#/components/schemas/SwtrStructureSchemaRq"
]
},
{
"ref": "#/components/schemas/SwtrStructureElementLinkType",
"section": "schemas",
"name": "SwtrStructureElementLinkType",
"type": "object",
"description": "Информация о типе связей",
"required": [
"code"
],
"property_count": 1,
"property_names": [
"code"
]
},
{
"ref": "#/components/schemas/SwtrStructureElementViewAttribute",
"section": "schemas",
"name": "SwtrStructureElementViewAttribute",
"type": "object",
"description": "Информация об атрибуте юнита",
"required": [
"code"
],
"property_count": 1,
"property_names": [
"code"
]
},
{
"ref": "#/components/schemas/SwtrStructureSchemaElementRangeDto",
"section": "schemas",
"name": "SwtrStructureSchemaElementRangeDto",
"type": "object",
"description": "SwtrStructureSchemaElementRangeDto",
"property_count": 2,
"property_names": [
"from",
"to"
]
},
{
"ref": "#/components/schemas/SwtrStructureSchemaElementRq",
"section": "schemas",
"name": "SwtrStructureSchemaElementRq",
"type": "object",
"description": "SwtrStructureSchemaElementRq",
"property_count": 5,
"property_names": [
"attributes",
"level",
"link",
"range",
"tql"
],
"nested_refs": [
"#/components/schemas/SwtrStructureElementLinkType",
"#/components/schemas/SwtrStructureElementViewAttribute",
"#/components/schemas/SwtrStructureSchemaElementRangeDto"
]
},
{
"ref": "#/components/schemas/SwtrStructureSchemaRq",
"section": "schemas",
"name": "SwtrStructureSchemaRq",
"type": "object",
"description": "SwtrStructureSchemaRq",
"property_count": 1,
"property_names": [
"levels"
],
"nested_refs": [
"#/components/schemas/SwtrStructureSchemaElementRq"
]
},
{
"ref": "#/components/schemas/SwtrStructureUpdateRq",
"section": "schemas",
"name": "SwtrStructureUpdateRq",
"type": "object",
"description": "SwtrStructureUpdateRq",
"property_count": 3,
"property_names": [
"description",
"name",
"schema"
],
"nested_refs": [
"#/components/schemas/SwtrStructureSchemaRq"
]
},
{
"ref": "#/components/schemas/UnitAttributeCodeValueInfo",
"section": "schemas",
"name": "UnitAttributeCodeValueInfo",
"type": "object",
"description": "Информация о значении кода атрибута юнита",
"property_count": 6,
"property_names": [
"code",
"name",
"parameters",
"type",
"value",
"valueAsString"
]
},
{
"ref": "#/components/schemas/UnitAttributeInfo",
"section": "schemas",
"name": "UnitAttributeInfo",
"type": "object",
"description": "Информация об атрибуте задачи",
"required": [
"code",
"name",
"type"
],
"property_count": 4,
"property_names": [
"code",
"description",
"name",
"type"
]
},
{
"ref": "#/components/schemas/UnitAttributeParamsDto",
"section": "schemas",
"name": "UnitAttributeParamsDto",
"type": "object",
"description": "Параметры атрибута юнита",
"required": [
"code"
],
"property_count": 2,
"property_names": [
"code",
"parameters"
]
},
{
"ref": "#/components/schemas/UnitAttributeWithDirectoryValuesInfo",
"section": "schemas",
"name": "UnitAttributeWithDirectoryValuesInfo",
"type": "object",
"description": "Объект атрибута сюита",
"required": [
"canHaveDefaultValue",
"code",
"name",
"type"
],
"property_count": 7,
"property_names": [
"canHaveDefaultValue",
"code",
"description",
"directoryValues",
"name",
"parameters",
"type"
],
"nested_refs": [
"#/components/schemas/DirectoryValueInfo"
]
},
{
"ref": "#/components/schemas/UnitConvertSuitFilter",
"section": "schemas",
"name": "UnitConvertSuitFilter",
"type": "object",
"description": "Фильтр для запроса типов задач",
"required": [
"unit"
],
"property_count": 3,
"property_names": [
"space",
"textSearch",
"unit"
]
},
{
"ref": "#/components/schemas/UnitConvertSuitInfo",
"section": "schemas",
"name": "UnitConvertSuitInfo",
"type": "object",
"description": "Информация о типе задачи",
"required": [
"code",
"name"
],
"property_count": 4,
"property_names": [
"code",
"description",
"icon",
"name"
]
},
{
"ref": "#/components/schemas/UnitConvertSuitPageRq",
"section": "schemas",
"name": "UnitConvertSuitPageRq",
"type": "object",
"description": "Запрос типов задач",
"required": [
"filters"
],
"property_count": 2,
"property_names": [
"filters",
"page"
],
"nested_refs": [
"#/components/schemas/PageDtoRq",
"#/components/schemas/UnitConvertSuitFilter"
]
},
{
"ref": "#/components/schemas/UnitFilters",
"section": "schemas",
"name": "UnitFilters",
"type": "object",
"description": "UnitFilters",
"property_count": 3,
"property_names": [
"properties",
"spaces",
"units"
],
"nested_refs": [
"#/components/schemas/UnitPropertyFilter"
]
},
{
"ref": "#/components/schemas/UnitInSuitWithAttributes",
"section": "schemas",
"name": "UnitInSuitWithAttributes",
"type": "object",
"description": "Юнит с типом и атрибутами",
"required": [
"code",
"space"
],
"property_count": 14,
"property_names": [
"allowedActions",
"attributes",
"code",
"createdAt",
"createdBy",
"description",
"isFavorite",
"space",
"spaces",
"suit",
"summary",
"updatedAt",
"updatedBy",
"validatorErrorMsgs"
],
"nested_refs": [
"#/components/schemas/AllowedAction",
"#/components/schemas/SpaceInUnitInfo",
"#/components/schemas/SuitInUnitInfo",
"#/components/schemas/UnitAttributeCodeValueInfo",
"#/components/schemas/UserInfoWithDetails",
"#/components/schemas/ValidatorErrorDto"
]
},
{
"ref": "#/components/schemas/UnitPageDto",
"section": "schemas",
"name": "UnitPageDto",
"type": "object",
"description": "UnitPageDto",
"property_count": 3,
"property_names": [
"filters",
"page",
"sort"
],
"nested_refs": [
"#/components/schemas/PageDtoRq",
"#/components/schemas/UnitFilters",
"#/components/schemas/UnitSortDto"
]
},
{
"ref": "#/components/schemas/UnitPropertyFilter",
"section": "schemas",
"name": "UnitPropertyFilter",
"type": "object",
"description": "UnitPropertyFilter",
"property_count": 2,
"property_names": [
"and",
"or"
],
"nested_refs": [
"#/components/schemas/QueryFilter"
]
},
{
"ref": "#/components/schemas/UnitSortDto",
"section": "schemas",
"name": "UnitSortDto",
"type": "object",
"description": "Сортировка",
"property_count": 2,
"property_names": [
"attribute",
"direction"
]
},
{
"ref": "#/components/schemas/UnitSprintPageCompositeRequest",
"section": "schemas",
"name": "UnitSprintPageCompositeRequest",
"type": "object",
"description": "Запрос на получение задач в спринте",
"required": [
"page",
"sprint"
],
"property_count": 6,
"property_names": [
"attributes",
"calculatedAttributes",
"filters",
"page",
"sprint",
"tqlFilterIds"
],
"nested_refs": [
"#/components/schemas/PageRequest",
"#/components/schemas/QLUnitFilterDto"
]
},
{
"ref": "#/components/schemas/UnitSprintPageRequest",
"section": "schemas",
"name": "UnitSprintPageRequest",
"type": "object",
"description": "Запрос на получение задач в спринте",
"required": [
"page",
"sprint"
],
"property_count": 5,
"property_names": [
"attributes",
"calculatedAttributes",
"filters",
"page",
"sprint"
],
"nested_refs": [
"#/components/schemas/PageRequest",
"#/components/schemas/QLUnitFilterDto"
]
},
{
"ref": "#/components/schemas/UnitTemplateAttributeInfoDto",
"section": "schemas",
"name": "UnitTemplateAttributeInfoDto",
"type": "object",
"description": "Атрибуты шаблона",
"required": [
"code",
"value"
],
"property_count": 2,
"property_names": [
"code",
"value"
]
},
{
"ref": "#/components/schemas/UnitTemplateChangeRqDto",
"section": "schemas",
"name": "UnitTemplateChangeRqDto",
"type": "object",
"description": "UnitTemplateChangeRqDto",
"required": [
"deleted",
"name",
"scope",
"suit"
],
"property_count": 6,
"property_names": [
"attributeValues",
"deleted",
"name",
"scope",
"scopeEntityId",
"suit"
],
"nested_refs": [
"#/components/schemas/UnitTemplateAttributeInfoDto"
]
},
{
"ref": "#/components/schemas/UnitTemplateInfoDto",
"section": "schemas",
"name": "UnitTemplateInfoDto",
"type": "object",
"description": "Информация о шаблоне задачи",
"required": [
"createdBy",
"deleted",
"id",
"name",
"scope",
"suit"
],
"property_count": 7,
"property_names": [
"attributeValues",
"createdBy",
"deleted",
"id",
"name",
"scope",
"suit"
],
"nested_refs": [
"#/components/schemas/SuitInUnitInfo",
"#/components/schemas/UnitTemplateAttributeInfoDto",
"#/components/schemas/UserInfoWithDetails"
]
},
{
"ref": "#/components/schemas/UnitWithAttributes",
"section": "schemas",
"name": "UnitWithAttributes",
"type": "object",
"description": "UnitWithAttributes",
"required": [
"code",
"space"
],
"property_count": 12,
"property_names": [
"attributes",
"code",
"createdAt",
"createdBy",
"description",
"isFavorite",
"space",
"suit",
"summary",
"updatedAt",
"updatedBy",
"validatorErrorMsgs"
],
"nested_refs": [
"#/components/schemas/SpaceInUnitInfo",
"#/components/schemas/SuitInUnitInfo",
"#/components/schemas/UnitAttributeCodeValueInfo",
"#/components/schemas/UserInfoWithDetails",
"#/components/schemas/ValidatorErrorDto"
]
},
{
"ref": "#/components/schemas/UpdateResponse",
"section": "schemas",
"name": "UpdateResponse",
"type": "object",
"description": "Структура ответа в случае успеха",
"required": [
"id"
],
"property_count": 1,
"property_names": [
"id"
]
},
{
"ref": "#/components/schemas/UpdateSpaceSuitWorkflowRq",
"section": "schemas",
"name": "UpdateSpaceSuitWorkflowRq",
"type": "object",
"description": "UpdateSpaceSuitWorkflowRq",
"required": [
"suit",
"workflow"
],
"property_count": 2,
"property_names": [
"suit",
"workflow"
],
"nested_refs": [
"#/components/schemas/SuitIdentity",
"#/components/schemas/UpdateSpaceSuitWorkflowTargetDefinition"
]
},
{
"ref": "#/components/schemas/UpdateSpaceSuitWorkflowTargetDefinition",
"section": "schemas",
"name": "UpdateSpaceSuitWorkflowTargetDefinition",
"type": "object",
"description": "Добавление/удаление пользователей",
"required": [
"to"
],
"property_count": 3,
"property_names": [
"from",
"statusMap",
"to"
],
"nested_refs": [
"#/components/schemas/WorkflowIdentity",
"#/components/schemas/WorkflowStatusUpdate"
]
},
{
"ref": "#/components/schemas/UpdateSuitRq",
"section": "schemas",
"name": "UpdateSuitRq",
"type": "object",
"description": "Запрос на обновление сьюта",
"property_count": 5,
"property_names": [
"attributes",
"baseAttributes",
"description",
"icon",
"name"
],
"nested_refs": [
"#/components/schemas/UnitAttributeParamsDto"
]
},
{
"ref": "#/components/schemas/UserDetailDto",
"section": "schemas",
"name": "UserDetailDto",
"type": "object",
"description": "Дополнительная информация о пользователе",
"required": [
"type",
"value"
],
"property_count": 2,
"property_names": [
"type",
"value"
],
"nested_refs": [
"#/components/schemas/UserDetailTypeDto"
]
},
{
"ref": "#/components/schemas/UserDetailTypeDto",
"section": "schemas",
"name": "UserDetailTypeDto",
"type": "object",
"description": "Тип дополнительной информации о пользователе",
"required": [
"code",
"name",
"properties",
"visible"
],
"property_count": 4,
"property_names": [
"code",
"name",
"properties",
"visible"
]
},
{
"ref": "#/components/schemas/UserDisplayConfigRs",
"section": "schemas",
"name": "UserDisplayConfigRs",
"type": "object",
"description": "Ответ на запрос получения конфигурации отображения экрана пользователя",
"required": [
"defaultColumnConfiguration"
],
"property_count": 2,
"property_names": [
"customColumnConfiguration",
"defaultColumnConfiguration"
],
"nested_refs": [
"#/components/schemas/AttributeDisplayConfigDto"
]
},
{
"ref": "#/components/schemas/UserGroupInfoDto",
"section": "schemas",
"name": "UserGroupInfoDto",
"type": "object",
"description": "Информация о группе пользователей",
"required": [
"code",
"name"
],
"property_count": 4,
"property_names": [
"code",
"description",
"meta",
"name"
],
"nested_refs": [
"#/components/schemas/UserGroupMetaDto"
]
},
{
"ref": "#/components/schemas/UserGroupMetaDto",
"section": "schemas",
"name": "UserGroupMetaDto",
"type": "object",
"description": "Мета-информация группы пользователей",
"required": [
"mutable"
],
"property_count": 1,
"property_names": [
"mutable"
]
},
{
"ref": "#/components/schemas/UserInfo",
"section": "schemas",
"name": "UserInfo",
"type": "object",
"description": "Информация о пользователе",
"required": [
"externalId",
"firstName",
"lastName",
"locale",
"login",
"userDetails"
],
"property_count": 7,
"property_names": [
"externalId",
"firstName",
"lastName",
"locale",
"login",
"middleName",
"userDetails"
],
"nested_refs": [
"#/components/schemas/UserDetailDto"
]
},
{
"ref": "#/components/schemas/UserInfoWithDetails",
"section": "schemas",
"name": "UserInfoWithDetails",
"type": "object",
"description": "Автор шаблона",
"required": [
"externalId",
"firstName",
"lastName",
"login",
"middleName"
],
"property_count": 6,
"property_names": [
"externalId",
"firstName",
"lastName",
"login",
"middleName",
"userDetails"
],
"nested_refs": [
"#/components/schemas/UserDetailDto"
]
},
{
"ref": "#/components/schemas/Validator",
"section": "schemas",
"name": "Validator",
"type": "object",
"description": "Validator",
"property_count": 4,
"property_names": [
"condition",
"description",
"name",
"type"
]
},
{
"ref": "#/components/schemas/ValidatorErrorByAttributeDto",
"section": "schemas",
"name": "ValidatorErrorByAttributeDto",
"type": "object",
"description": "Ошибка валидации по атрибуту",
"property_count": 2,
"property_names": [
"attributeName",
"errorMsg"
]
},
{
"ref": "#/components/schemas/ValidatorErrorDto",
"section": "schemas",
"name": "ValidatorErrorDto",
"type": "object",
"description": "Сущности для дополнительной информации фронту, для отображения полноценно ошибок",
"property_count": 3,
"property_names": [
"errorsByAttribute",
"result",
"validator"
],
"nested_refs": [
"#/components/schemas/Validator",
"#/components/schemas/ValidatorErrorByAttributeDto"
]
},
{
"ref": "#/components/schemas/WfActionDto",
"section": "schemas",
"name": "WfActionDto",
"type": "object",
"description": "Справочник действий воркфлоу",
"required": [
"code",
"deleted",
"exists",
"name"
],
"property_count": 4,
"property_names": [
"code",
"deleted",
"exists",
"name"
]
},
{
"ref": "#/components/schemas/WfRepresentationDto",
"section": "schemas",
"name": "WfRepresentationDto",
"type": "object",
"description": "Представление вокрфлоу",
"required": [
"wfSchema"
],
"property_count": 3,
"property_names": [
"wfSchema",
"wfSchemaStatuses",
"wfTransitions"
],
"nested_refs": [
"#/components/schemas/WfSchemaDto",
"#/components/schemas/WfSchemaStatusDto",
"#/components/schemas/WfTransitionDto"
]
},
{
"ref": "#/components/schemas/WfRepresentationForSaveDto",
"section": "schemas",
"name": "WfRepresentationForSaveDto",
"type": "object",
"description": "Представление воркфлоу для сохранения",
"property_count": 3,
"property_names": [
"wfSchemaForSave",
"wfSchemaStatuses",
"wfTransitions"
],
"nested_refs": [
"#/components/schemas/WfSchemaForSaveDto",
"#/components/schemas/WfSchemaStatusForSaveDto",
"#/components/schemas/WfTransitionForSaveDto"
]
},
{
"ref": "#/components/schemas/WfSchemaDto",
"section": "schemas",
"name": "WfSchemaDto",
"type": "object",
"description": "Схема воркфлоу",
"required": [
"code",
"name"
],
"property_count": 3,
"property_names": [
"code",
"description",
"name"
]
},
{
"ref": "#/components/schemas/WfSchemaForSaveDto",
"section": "schemas",
"name": "WfSchemaForSaveDto",
"type": "object",
"description": "WfSchemaForSaveDto",
"required": [
"name"
],
"property_count": 2,
"property_names": [
"description",
"name"
]
},
{
"ref": "#/components/schemas/WfSchemaStatusDto",
"section": "schemas",
"name": "WfSchemaStatusDto",
"type": "object",
"description": "Схема воркфлоу",
"required": [
"wfStatus",
"wfStatusMetadata"
],
"property_count": 2,
"property_names": [
"wfStatus",
"wfStatusMetadata"
],
"nested_refs": [
"#/components/schemas/WfStatusDto",
"#/components/schemas/WfStatusMetadataDto"
]
},
{
"ref": "#/components/schemas/WfSchemaStatusForSaveDto",
"section": "schemas",
"name": "WfSchemaStatusForSaveDto",
"type": "object",
"description": "Статус схемы воркфлоу",
"property_count": 2,
"property_names": [
"wfStatusCode",
"wfStatusMetadata"
],
"nested_refs": [
"#/components/schemas/WfStatusMetadataDto"
]
},
{
"ref": "#/components/schemas/WfStatusDto",
"section": "schemas",
"name": "WfStatusDto",
"type": "object",
"description": "Статус воркфлоу",
"required": [
"code",
"deleted",
"exists",
"name",
"statusType"
],
"property_count": 5,
"property_names": [
"code",
"deleted",
"exists",
"name",
"statusType"
],
"nested_refs": [
"#/components/schemas/WfStatusTypeDto"
]
},
{
"ref": "#/components/schemas/WfStatusMetadataDto",
"section": "schemas",
"name": "WfStatusMetadataDto",
"type": "object",
"description": "Метаданные статуса воркфлоу",
"required": [
"code",
"description",
"name",
"position",
"size",
"style"
],
"property_count": 3,
"property_names": [
"position",
"size",
"style"
],
"nested_refs": [
"#/components/schemas/PositionDto",
"#/components/schemas/SizeDto",
"#/components/schemas/StyleDto"
]
},
{
"ref": "#/components/schemas/WfStatusTypeDto",
"section": "schemas",
"name": "WfStatusTypeDto",
"type": "object",
"description": "Справочник категорий статусов воркфлоу",
"required": [
"code",
"deleted",
"name",
"statusTypeMetadata"
],
"property_count": 4,
"property_names": [
"code",
"deleted",
"name",
"statusTypeMetadata"
],
"nested_refs": [
"#/components/schemas/WfStatusTypeMetadataDto"
]
},
{
"ref": "#/components/schemas/WfStatusTypeMetadataDto",
"section": "schemas",
"name": "WfStatusTypeMetadataDto",
"type": "object",
"description": "Метаданные типа статуса",
"required": [
"style"
],
"property_count": 1,
"property_names": [
"style"
],
"nested_refs": [
"#/components/schemas/StyleDto"
]
},
{
"ref": "#/components/schemas/WfTransitionDto",
"section": "schemas",
"name": "WfTransitionDto",
"type": "object",
"description": "Транзит вокрфлоу",
"required": [
"destStatus",
"oldStatus",
"wfAction"
],
"property_count": 3,
"property_names": [
"destStatus",
"oldStatus",
"wfAction"
],
"nested_refs": [
"#/components/schemas/WfActionDto",
"#/components/schemas/WfStatusDto"
]
},
{
"ref": "#/components/schemas/WfTransitionForSaveDto",
"section": "schemas",
"name": "WfTransitionForSaveDto",
"type": "object",
"description": "Переход ворфлоу",
"property_count": 3,
"property_names": [
"destStatusCode",
"oldStatusCode",
"wfActionCode"
]
},
{
"ref": "#/components/schemas/WikiPageSuitBaseInfo",
"section": "schemas",
"name": "WikiPageSuitBaseInfo",
"type": "object",
"description": "WikiPageSuitBaseInfo",
"property_count": 3,
"property_names": [
"code",
"icon",
"name"
]
},
{
"ref": "#/components/schemas/WikiPageSuitFilter",
"section": "schemas",
"name": "WikiPageSuitFilter",
"type": "object",
"description": "WikiPageSuitFilter",
"property_count": 3,
"property_names": [
"attributeCode",
"space",
"textSearch"
]
},
{
"ref": "#/components/schemas/WikiPageSuitInfo",
"section": "schemas",
"name": "WikiPageSuitInfo",
"type": "object",
"description": "WikiPageSuitInfo",
"property_count": 5,
"property_names": [
"attributes",
"code",
"description",
"icon",
"name"
],
"nested_refs": [
"#/components/schemas/WikiPageUnitAttributeInfo"
]
},
{
"ref": "#/components/schemas/WikiPageSuitPageRq",
"section": "schemas",
"name": "WikiPageSuitPageRq",
"type": "object",
"description": "WikiPageSuitPageRq",
"property_count": 2,
"property_names": [
"filters",
"page"
],
"nested_refs": [
"#/components/schemas/PageRequest",
"#/components/schemas/WikiPageSuitFilter"
]
},
{
"ref": "#/components/schemas/WikiPageUnitAttributeInfo",
"section": "schemas",
"name": "WikiPageUnitAttributeInfo",
"type": "object",
"description": "WikiPageUnitAttributeInfo",
"property_count": 4,
"property_names": [
"code",
"description",
"name",
"type"
]
},
{
"ref": "#/components/schemas/WorkflowDetail",
"section": "schemas",
"name": "WorkflowDetail",
"type": "object",
"description": "Детали воркфлоу",
"required": [
"code",
"default"
],
"property_count": 2,
"property_names": [
"code",
"default"
]
},
{
"ref": "#/components/schemas/WorkflowIdentity",
"section": "schemas",
"name": "WorkflowIdentity",
"type": "object",
"description": "WorkflowIdentity",
"property_count": 1,
"property_names": [
"code"
]
},
{
"ref": "#/components/schemas/WorkflowSettingDto",
"section": "schemas",
"name": "WorkflowSettingDto",
"type": "object",
"description": "Настройки процесса",
"required": [
"code",
"default",
"name"
],
"property_count": 3,
"property_names": [
"code",
"default",
"name"
]
},
{
"ref": "#/components/schemas/WorkflowStatus",
"section": "schemas",
"name": "WorkflowStatus",
"type": "object",
"description": "WorkflowStatus",
"required": [
"code",
"name"
],
"property_count": 2,
"property_names": [
"code",
"name"
]
},
{
"ref": "#/components/schemas/WorkflowStatusIdentity",
"section": "schemas",
"name": "WorkflowStatusIdentity",
"type": "object",
"description": "WorkflowStatusIdentity",
"property_count": 1,
"property_names": [
"code"
]
},
{
"ref": "#/components/schemas/WorkflowStatusInfo",
"section": "schemas",
"name": "WorkflowStatusInfo",
"type": "object",
"description": "WorkflowStatusInfo",
"property_count": 2,
"property_names": [
"code",
"name"
]
},
{
"ref": "#/components/schemas/WorkflowStatusUpdate",
"section": "schemas",
"name": "WorkflowStatusUpdate",
"type": "object",
"description": "WorkflowStatusUpdate",
"property_count": 2,
"property_names": [
"from",
"to"
],
"nested_refs": [
"#/components/schemas/WorkflowStatusIdentity"
]
},
{
"ref": "#/components/schemas/WorkflowsWithStatusesInfo",
"section": "schemas",
"name": "WorkflowsWithStatusesInfo",
"type": "object",
"description": "WorkflowsWithStatusesInfo",
"property_count": 3,
"property_names": [
"code",
"name",
"statuses"
],
"nested_refs": [
"#/components/schemas/WorkflowStatusInfo"
]
}
],
"x-filter": {
"purpose": "workflow-v2 and suit-related path catalog for choosing a later focused full extract",
"path_prefix": "/rest/api/workflow/v2/",
"extra_path_match": "path key contains suit, or path subtree mentions suit",
"path_count": 58,
"operation_count": 60,
"object_count": 158,
"note": "No full parameters, responses, request bodies, or full schema/component bodies are included. Objects contain minimum metadata only. Use this catalog to choose exact paths/objects for a later full extract."
}
}