VocaStar
  1. Schemas
VocaStar
  • auth
    • Login
    • Register
    • Logout
  • user
    • resetpw
    • profile
    • Set Profile
    • Upload Avatar
  • quiz
    • Start Quiz
    • Get Profile
    • Save Profile
    • Get Questions
    • Answer Questions
    • Submit Quiz
    • Get Report
  • career
    • Get Careers
    • Get Career Detail By ID
    • Get Career Recommendations List
    • Get Career Galaxies List
  • cosplay
    • 列出可用的 Cosplay 剧本
    • 获取指定 Cosplay 剧本详情
    • 创建或恢复 Cosplay 会话
    • 获取 Cosplay 会话当前状态
    • 在当前场景中选择一个选项
    • 获取 Cosplay 会话最终报告
  • home
    • 首页聚合信息
  • profile
    • Get My Profile
    • Set My Profile
    • Get My Dashboard
    • List Explorations
    • Upsert Explorations
    • List Favorites
    • Add Favorite
    • List Wrongbook
  • 数据模型
    • Schemas
      • Body_login_api_auth_login_post
      • AbilityScore
      • CosplayChoiceResponse
      • HTTPValidationError
      • Body_upload_avatar_api_user_avatar_post
      • AddFavoriteRequest
      • ActionRoadMap
      • RegisterRequest
      • UserResetPasswordRequest
      • CareerDetail
      • ValidationError
      • UserSetProfileRequest
      • QuestionActivityEntry
      • CareerListResponse
      • CareerExploreFilters
      • UserInfoResponse
      • QuestionDimensionEntry
      • CareerSummary
      • CareerExploreGalaxy
      • QuestionScaleConfig
      • CareerExplorePlanet
      • QuestionSettings
      • CareerExploreResponse
      • QuizAllocationAnswer
      • CareerExploreSalaryRange
      • QuizAnswerRequest
      • QuizAnswerResponse
      • QuizMetricsAnswer
      • CosplayAbilityDescriptor
      • CareerRecommendationItem
      • QuizMultipleChoiceAnswer
      • CosplayChoiceRequest
      • QuizOption
      • CosplayHistoryRecord
      • CareerOverview
      • QuizQuestion
      • CosplayOptionView
      • CareerSuggestion
      • QuizQuestionsResponse
      • CosplayReportPayload
      • QuizRatingAnswer
      • CosplaySceneView
      • QuizRecommendation
      • QuizProfileRequest
      • CosplayScriptDetail
      • CompetencyRequirements
      • QuizReportData
      • QuizProfileResponse
      • CosplayScriptDetailResponse
      • QuizReportResponse
      • CosplayScriptSummary
      • QuizSingleChoiceAnswer
      • CosplaySessionListResponse
      • QuizStartResponse
      • CosplaySessionResumeRequest
      • QuizSubmitRequest
      • CosplaySessionState
      • CosplaySessionStateResponse
      • HomeSummaryResponse
      • PersonalOverview
      • DashboardRecommendation
      • PlanetProgress
      • DashboardResponse
      • PointEntry
      • ExplorationItem
      • ExplorationListResponse
      • ExplorationRecord
      • ExplorationUpsertRequest
      • FavoriteListResponse
      • FavoriteRecord
      • QuizClassicScenarioAnswer
      • HollandPortrait
      • QuizImagePreferenceAnswer
      • QuizLegacyAllocationAnswer
      • QuizLegacyMetricsAnswer
      • HollandReport
      • QuizLegacyMultipleChoiceAnswer
      • QuizLegacySingleChoiceAnswer
      • KnowledgeBackground
      • QuizTimeAllocationAnswer
      • QuizValueBalanceAnswer
      • QuizWordChoiceAnswer
      • TodayPointsSummary
      • UserProfileSummary
      • SmallGoal
      • WrongbookItem
      • SalaryAndDistribution
      • WrongbookListResponse
      • SkillEnhancementStage
      • SkillMap
  1. Schemas

CareerListResponse(CareerListResponse)

{
    "total": 0,
    "items": [
        {
            "id": 0,
            "name": "string",
            "description": "string",
            "holland_dimensions": [
                "string"
            ],
            "planet_image_url": "string",
            "career_header_image": "string",
            "overview": {
                "description": "string",
                "work_contents": [
                    "string"
                ],
                "career_outlook": "string",
                "development_path": [
                    "string"
                ]
            },
            "competency_requirements": {
                "core_competency_model": {
                    "property1": 0,
                    "property2": 0
                },
                "knowledge_background": {
                    "education_requirements": "string",
                    "industry_knowledge": "string",
                    "professional_knowledge": "string",
                    "professional_requirements": [
                        "string"
                    ]
                }
            },
            "salary_and_distribution": {
                "salary_level": {
                    "property1": 0,
                    "property2": 0
                },
                "distribution_of_popular_cities": {
                    "property1": 0,
                    "property2": 0
                }
            },
            "skill_map": {
                "skills_snapshot": [
                    "string"
                ],
                "related_courses": [
                    "string"
                ],
                "important_but_not_offered_courses": [
                    "string"
                ],
                "skill_enhancement_path": [
                    {
                        "name": "string",
                        "description": "string",
                        "tags": [
                            "string"
                        ]
                    }
                ]
            },
            "skills_snapshot": [
                "string"
            ],
            "related_courses": [
                "string"
            ],
            "galaxy_id": 0,
            "galaxy_name": "string",
            "category": "string",
            "salary_min": 0,
            "salary_max": 0
        }
    ]
}
Built with