-
Notifications
You must be signed in to change notification settings - Fork 110
feat: autocomplete entity/query/schema #3207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🍹 The Update (preview) for dailydotdev/api/prod (at 73b10e3) was successful. Resource Changes Name Type Operation
+- vpc-native-k8s-secret kubernetes:core/v1:Secret create-replacement
~ vpc-native-check-analytics-report-cron kubernetes:batch/v1:CronJob update
~ vpc-native-sync-subscription-with-cio-cron kubernetes:batch/v1:CronJob update
+ vpc-native-api-clickhouse-migration-5180160c kubernetes:batch/v1:Job create
~ vpc-native-update-trending-cron kubernetes:batch/v1:CronJob update
- api-sub-api.extract-cv-markdown gcp:pubsub/subscription:Subscription delete
~ vpc-native-hourly-notification-cron kubernetes:batch/v1:CronJob update
~ vpc-native-post-analytics-clickhouse-cron kubernetes:batch/v1:CronJob update
~ vpc-native-clean-zombie-user-companies-cron kubernetes:batch/v1:CronJob update
~ vpc-native-update-source-tag-view-cron kubernetes:batch/v1:CronJob update
~ vpc-native-clean-stale-user-transactions-cron kubernetes:batch/v1:CronJob update
- vpc-native-api-clickhouse-migration-92dcdefe kubernetes:batch/v1:Job delete
~ vpc-native-update-tags-str-cron kubernetes:batch/v1:CronJob update
~ vpc-native-clean-gifted-plus-cron kubernetes:batch/v1:CronJob update
~ vpc-native-update-tag-recommendations-cron kubernetes:batch/v1:CronJob update
~ vpc-native-generic-referral-reminder-cron kubernetes:batch/v1:CronJob update
~ vpc-native-calculate-top-readers-cron kubernetes:batch/v1:CronJob update
~ vpc-native-update-current-streak-cron kubernetes:batch/v1:CronJob update
~ vpc-native-ws-deployment kubernetes:apps/v1:Deployment update
~ vpc-native-personalized-digest-deployment kubernetes:apps/v1:Deployment update
~ vpc-native-generate-search-invites-cron kubernetes:batch/v1:CronJob update
~ vpc-native-temporal-deployment kubernetes:apps/v1:Deployment update
~ vpc-native-daily-digest-cron kubernetes:batch/v1:CronJob update
~ vpc-native-update-highlighted-views-cron kubernetes:batch/v1:CronJob update
~ vpc-native-personalized-digest-cron kubernetes:batch/v1:CronJob update
~ vpc-native-post-analytics-history-day-clickhouse-cron kubernetes:batch/v1:CronJob update
~ vpc-native-bg-deployment kubernetes:apps/v1:Deployment update
~ vpc-native-private-deployment kubernetes:apps/v1:Deployment update
+ vpc-native-api-db-migration-5180160c kubernetes:batch/v1:Job create
~ vpc-native-validate-active-users-cron kubernetes:batch/v1:CronJob update
~ vpc-native-clean-zombie-users-cron kubernetes:batch/v1:CronJob update
~ vpc-native-update-source-public-threshold-cron kubernetes:batch/v1:CronJob update
~ vpc-native-update-views-cron kubernetes:batch/v1:CronJob update
~ vpc-native-clean-zombie-images-cron kubernetes:batch/v1:CronJob update
~ vpc-native-deployment kubernetes:apps/v1:Deployment update
- vpc-native-api-db-migration-92dcdefe kubernetes:batch/v1:Job delete
|
bin/import.ts
Outdated
| const entityParam = process.argv[2]; | ||
|
|
||
| if (entityParam) { | ||
| await importEntity(con, entityParam); | ||
| return; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to allow importing a specific entity only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice idea, you can also use parseArgs from node:util + zod to avoid using raw process argv, check assignCores script, not blocking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Nicely done on type-strict script!
| @@ -0,0 +1 @@ | |||
| [{"value":"Associate’s degree","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate of Arts (AA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate of Science (AS)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate of Applied Science (AAS)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate of Fine Arts (AFA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate of Business (AB)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate of Engineering (AE)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate of General Studies (AGS)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Associate Degree in Nursing (ADN)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor’s degree","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Arts (BA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Science (BS)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Fine Arts (BFA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Business Administration (BBA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Commerce (BCom)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Engineering (BEng)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Technology (BTech)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Architecture (BArch)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Laws (LLB)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Education (BEd)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Social Work (BSW)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Music (BM)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Design (BDes)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Nursing (BN)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Medicine, Bachelor of Surgery (MBBS)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Pharmacy (BPharm)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Public Administration (BPA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Bachelor of Theology (BTh)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master’s degree","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Arts (MA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Science (MS)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Fine Arts (MFA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Business Administration (MBA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Engineering (MEng)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Technology (MTech)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Architecture (MArch)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Education (MEd)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Laws (LLM)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Social Work (MSW)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Music (MMus)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Design (MDes)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Nursing (MN)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Public Administration (MPA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Public Health (MPH)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Divinity (MDiv)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Philosophy (MPhil)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Library and Information Science (MLIS)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Master of Public Policy (MPP)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor’s degree","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Philosophy (PhD)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Science (DSc)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Education (EdD)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Medicine (MD)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Pharmacy (PharmD)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Business Administration (DBA)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Psychology (PsyD)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"Doctor of Law (JD)","type":"degree","createdAt":"2025-10-06T17:08:38.790Z","enabled":true},{"value":"General Agriculture","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Agriculture Production and Management","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Agricultural Economics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Animal Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Food Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Plant Science and Agronomy","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Soil Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Agriculture","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Environmental Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Forestry","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Natural Resources Management","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Architecture","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Area Ethnic and Civilization Studies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Communications","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Journalism","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Mass Media","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Advertising and Public Relations","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Communication Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Computer and Information Systems","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Computer Programming and Data Processing","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Computer Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Information Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Computer Administration Management and Security","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Computer Networking and Telecommunications","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Cosmetology Services and Culinary Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"General Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Educational Administration and Supervision","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"School Student Counseling","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Elementary Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Mathematics Teacher Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Physical and Health Education Teaching","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Early Childhood Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Science and Computer Teacher Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Secondary Teacher Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Special Needs Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Social Science or History Teacher Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Teacher Education: Multiple Levels","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Language and Drama Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Art and Music Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Education","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"General Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Aerospace Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Biological Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Architectural Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Biomedical Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Chemical Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Civil Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Computer Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Electrical Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Engineering Mechanics Physics and Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Environmental Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Geological and Geophysical Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Industrial and Manufacturing Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Materials Engineering and Materials Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Mechanical Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Metallurgical Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Mining and Mineral Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Naval Architecture and Marine Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Nuclear Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Petroleum Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Engineering","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Engineering Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Engineering and Industrial Management","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Electrical Engineering Technology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Industrial Production Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Mechanical Engineering Related Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Engineering Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Linguistics and Comparative Language and Literature","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"French German Latin and Other Common Foreign Language Studies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Other Foreign Languages","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Family and Consumer Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Court Reporting","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Pre-law and Legal Studies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"English Language and Literature","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Composition and Rhetoric","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Liberal Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Humanities","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Library Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Biology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Biochemical Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Botany","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Molecular Biology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Ecology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Genetics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Microbiology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Pharmacology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Physiology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Zoology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Neuroscience","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Biology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Mathematics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Applied Mathematics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Statistics and Decision Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Military Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Multi/interdisciplinary Studies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Intercultural and International Studies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Nutrition Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Mathematics and Computer Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Cognitive Science and Biopsychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Interdisciplinary Social Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Physical Fitness Parks Recreation and Leisure","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Philosophy and Religious Studies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Theology and Religious Vocations","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Physical Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Astronomy and Astrophysics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Atmospheric Sciences and Meteorology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Chemistry","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Geology and Earth Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Geosciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Oceanography","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Physics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Materials Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Multi-disciplinary or General Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Nuclear, Industrial Radiology, and Biological Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Psychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Educational Psychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Clinical Psychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Counseling Psychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Industrial and Organizational Psychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Social Psychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Psychology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Criminal Justice and Fire Protection","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Public Administration","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Public Policy","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Human Services and Community Organization","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Social Work","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"General Social Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Economics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Anthropology and Archeology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Criminology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Geography","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"International Relations","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Political Science and Government","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Sociology","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Social Sciences","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Construction Services","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Electrical, Mechanical, and Precision Technologies and Production","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Transportation Sciences and Technologies","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Fine Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Drama and Theater Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Music","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Visual and Performing Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Commercial Art and Graphic Design","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Film Video and Photographic Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Art History and Criticism","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Studio Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Fine Arts","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"General Medical and Health Services","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Communication Disorders Sciences and Services","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Health and Medical Administrative Services","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Medical Assisting Services","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Medical Technologies Technicians","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Health and Medical Preparatory Programs","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Nursing","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Pharmacy Pharmaceutical Sciences and Administration","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Treatment Therapy Professions","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Community and Public Health","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Health Medical Professions","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"General Business","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Accounting","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Actuarial Science","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Business Management and Administration","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Operations Logistics and E-commerce","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Business Economics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Marketing and Marketing Research","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Finance","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Human Resources and Personnel Management","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"International Business","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Hospitality Management","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Management Information Systems and Statistics","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Miscellaneous Business & Medical Administration","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"History","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"United States History","type":"field_of_study","createdAt":"2025-10-06T17:13:48.276Z","enabled":true},{"value":"Social Media Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Digital Marketing Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Frontend Web Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Web Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Quality Control Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Operations Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Wireless Network Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Conference Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Event Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Quality Assurance Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Software Tester","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Classroom Teacher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Teacher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"User Interface Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"UX/UI Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Interaction Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Wedding Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Wedding Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Performance Testing Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"QA Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Family Law Attorney","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Litigation Attorney","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mechanical Design Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mechanical Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Security Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Administrator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Account Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Account Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Product Brand Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Brand Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"School Social Worker","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Social Worker","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Content Creator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Social Media Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Deliverability Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Email Marketing Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"HR Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"HR Generalist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Legal Secretary","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Legal Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Family Nurse Practitioner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Nurse Practitioner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Account Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Account Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Backend Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Software Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Supply Chain Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Purchasing Agent","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"B2B Sales Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Structural Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Civil Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Security Operations Center (SOC) Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Security Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Front-End Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"UI Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Tax Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Financial Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Event Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Event Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Clinical Psychologist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Psychologist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Electrical Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Electrical Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Lighting Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Business Intelligence Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Content Writer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Technical Writer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Personal Tax Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Tax Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Automation Tester","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Account Executive","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Account Executive","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Support Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Systems Administrator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Database Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Database Administrator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Social Science Researcher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Research Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Record Keeper","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Entry Clerk","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Staff Nurse","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Registered Nurse","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"International Tax Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Risk Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Investment Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Speech Pathologist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Speech Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Regional Sales Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mental Health Counselor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Urban Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Landscape Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Strategic Account Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Key Account Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"User Researcher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"UX Researcher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Financial Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Investment Banker","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Desktop Support Technician","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Art Curator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Art Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mobile App Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Software Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Agile Project Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Project Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Service Quality Assurance Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Customer Service Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Procurement Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Procurement Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Family Counselor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Substance Abuse Counselor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Logistics Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Supply Chain Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Documentation Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Financial Accountant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Accountant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Inside Sales Representative","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Representative","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Inventory Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Automation Test Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sustainability Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Environmental Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Electronics Hardware Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Systems Integration Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Systems Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Brand Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Acute Care Nurse Practitioner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Trial Attorney","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Security Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Research Psychologist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Art Education Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Art Teacher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Talent Acquisition Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Human Resources Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Inventory Control Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Inventory Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Corporate Attorney","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Legal Counsel","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"SQL Database Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Procurement Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Systems Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Key Account Executive","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Creative Copywriter","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Copywriter","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"SEO Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Construction Project Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Instructional Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Content Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Training Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Recruitment Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Strategic Partnerships Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Business Development Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Java Backend Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Java Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Team Leader","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pediatric Speech Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Big Data Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"NoSQL Database Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Demand Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Supply Chain Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Wedding Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Portfolio Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Geriatric Nurse Practitioner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"JavaScript Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Front-End Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Customer Success Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Purchasing Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Procurement Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Transportation Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Adult Speech Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Benefits Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Interior Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Architectural Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Email Campaign Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sustainability Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Environmental Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Server Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Back-End Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Design Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Market Research Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Market Research Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Call Center Agent","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Customer Service Representative","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Customer Support Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Environmental Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Business Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Business Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Social Media Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Child Custody Lawyer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Family Lawyer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Scientist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Clinical Nurse Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Quality Control Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Chemical Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Power Systems Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Technician","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Commercial Interior Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Addiction Counselor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Cloud Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Software Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Business Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Nursing Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Nurse Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Small Animal Veterinarian","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Veterinarian","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Chemical Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Process Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Infrastructure Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"QA Tester","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Project Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Client Relationship Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Backend Web Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Medical Sales Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pharmaceutical Sales Representative","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Office Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Office Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Paralegal","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Project Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Performance Tester","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Territory Sales Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Help Desk Support Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Special Education Teacher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Test Automation Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Surgical Physician Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Physician Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Administrative Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Quality Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Tax Accountant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Equine Veterinarian","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Investment Portfolio Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Brand Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Operations Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Accessibility Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Senior Researcher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Research Scientist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Java Software Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Residential Interior Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Executive Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Human Resources Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"HR Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Personal Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Corporate Litigator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Exotic Animal Veterinarian","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sourcing Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Employee Relations Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Fine Arts Instructor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Brand PR Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Public Relations Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Finance Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Financial Controller","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Environmental Impact Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Wealth Advisor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Investment Advisor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Aerospace Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Market Researcher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Strategic Sourcing Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Real Estate Paralegal","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Commercial Landscape Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Landscape Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"City Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Frontend Web Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Web Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pediatric Occupational Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Occupational Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Visual Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sustainable Design Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Crisis Communication Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"HR Compliance Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Child Welfare Worker","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Advertising Account Executive","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"In-House Counsel","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Legal Advisor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Water Resources Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Dental Hygiene Educator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Dental Hygienist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Administrative Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"SEM Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"SEM Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Technical SEO Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Corporate Event Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"UI/UX Front-End Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pediatric Surgeon","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pediatrician","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Project Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"QA Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"QA Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mergers and Acquisitions Advisor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Industrial Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"SEO Copywriter","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Product Marketing Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Machine Learning Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Digital Marketing Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Frontend Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Database Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Content SEO Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Live Chat Support Agent","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Intellectual Property Lawyer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Wealth Management Advisor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Financial Advisor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Studio Art Teacher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"ETL Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Personal Secretary","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Technical Support Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Corporate Paralegal","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Technical SEO Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"SEO Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Primary Care Nurse Practitioner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Accounting Controller","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Logistics Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Primary Care Provider","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Social Media Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Customer Support Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Geriatric Occupational Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"User Experience Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Performance Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"CAD Technician","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mechanical Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"UI/UX Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Corporate Counsel","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Brand Marketing Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Manufacturing Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Security Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Analytics Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"DevOps Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Database Security Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Print Graphic Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Graphic Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Digital Marketing Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Litigation Support Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Content Marketing Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mediator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Accounting Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Help Desk Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Controls Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"General Pediatrician","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Facilities Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pediatric Physical Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Physical Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Cloud Systems Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Industrial Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Product Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Automation Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Systems Administrator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Quality Assurance Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Analytical Chemist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Environmental Compliance Officer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Social Media Influencer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Brand Ambassador","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Employment Lawyer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Construction Project Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Supplier Diversity Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Transportation Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Agile Product Owner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Product Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Architectural Drafter","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Clinical Nurse Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Customer Experience Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Full-Stack Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Network Support Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Avionics Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"System Administrator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"IT Administrator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Hospitality Interior Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Onboarding Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Budget Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Business Systems Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pediatric Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Marketing Communications Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Recovery Coach","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Mental Health Occupational Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Retail Sales Associate","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Associate","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"HVAC Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"PCB Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Creative Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Nurse Educator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Search Engine Marketer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Healthcare Business Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"UI/UX Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Retirement Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"School Psychologist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Entry Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Software QA Tester","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Charge Nurse","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"API Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"UX Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Quality Control Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Technical Product Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Construction Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Orthopedic Physical Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Business Development Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Usability Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Forensic Accountant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Enterprise Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Event Marketing Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Corporate Event Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Media Relations Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Dental Public Health Hygienist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Aircraft Design Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Paid Advertising Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Environmental Planner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Community Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Data Analyst Researcher","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Residential Landscape Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Periodontal Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sustainable Landscape Specialist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Digital Marketing Director","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Pediatric Nurse Practitioner","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Advisor","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Geriatric Physical Therapist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"HVAC Systems Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Research Chemist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Administrative Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Cybersecurity Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Financial Planning Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Java Web Application Developer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Product Demonstrator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Bridge Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Outside Sales Representative","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Wedding Coordinator","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Emergency Medicine Physician Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"E-commerce Web Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Technical Copywriter","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Market Expansion Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Solution Architect","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Research and Development (R&D) Engineer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Competitive Intelligence Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Market Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Litigation Paralegal","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Primary Care Physician Assistant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Web Graphic Designer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Digital Marketing Analyst","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Court Clerk","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Subject Matter Expert","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Brand Promoter","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"SEO Content Strategist","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Sales Trainer","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Treasury Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Business Tax Consultant","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Employee Development Manager","type":"role","createdAt":"2025-10-06T19:20:19.302Z","enabled":true},{"value":"Motion Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Systems Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Business Development Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Mobile Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Technical Account Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Program Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Automation Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal AI Researcher","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Full Stack Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Growth Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"NLP Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"UX Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Operations Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Business Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Site Reliability Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal QA Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior HR Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Developering Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Sales Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal QA Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Recruiter III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Firmware Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Automation Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Product Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Finance Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Cloud Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Machine Learning Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Service Designer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Product Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Mobile Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Test Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Android Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal UI Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Interaction Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"3D Artist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Design Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"DevOps Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Network Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Business Development Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Backend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Solutions Architect","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal SDET","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Engineering Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Design Engineer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Network Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Technical Support Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Business Intelligence Analyst III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Quantitative Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Big Data Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Data Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Data Architect","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"AI Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Frontend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Game Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Motion Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead UX Researcher","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Sales Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Big Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Quantitative Analyst III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead DevOps Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Platform Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead QA Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Quantitative Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Help Desk Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Backend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Finance Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Game Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Solutions Architect","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Network Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Backend Developer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Product Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior ML Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Firmware Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"AI Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Business Intelligence Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal UX Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Program Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Design Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Cloud Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Release Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"UI Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Big Data Engineer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Full Stack Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Help Desk Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Security Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Performance Tester III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Technical Recruiter","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Performance Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Android Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal iOS Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Automation Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Network Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal IT Support Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Software Engineer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Program Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Robotics Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Creative Director","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Embedded Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Data Architect","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Network Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"AI Researcher","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Android Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Support Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Backend Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Systems Administrator III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Solutions Architect III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead NLP Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead AI Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Motion Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Robotics Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Operations Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Machine Learning Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"iOS Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Test Automation Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Backend Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"SDET","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Cloud Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"QA Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Full Stack Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Statistician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Cloud Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Cybersecurity Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Marketing Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Solutions Architect","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Customer Support Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal NLP Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Mobile Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead UX Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Build Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Statistician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Data Scientist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Platform Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Game Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Customer Success Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Release Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Business Development Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead iOS Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Support Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Full Stack Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal HR Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"IT Technician III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Network Administrator III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Performance Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Embedded Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior DevOps Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Systems Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Big Data Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Computer Vision Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead QA Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Graphic Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Statistician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Automation Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior 3D Artist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Embedded Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Automation Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior NLP Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Design Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Database Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Growth Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Technical Recruiter","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Test Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal UX Researcher","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Test Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Systems Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal ML Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"IT Support Specialist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Release Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Firmware Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Mobile Engineer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Data Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Machine Learning Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Automation Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Data Scientist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Product Manager Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Machine Learning Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"iOS Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior IT Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead QA Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Firmware Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Embedded Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Site Reliability Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead AI Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal NLP Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Customer Success Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Cloud Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Support Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Security Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Machine Learning Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior IT Support Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Data Scientist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Sales Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Interaction Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"UX Researcher III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Computer Vision Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Platform Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Frontend Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Operations Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Security Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Computer Vision Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Motion Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead IT Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Human Resources Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Database Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Manual Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Project Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Account Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Robotics Engineer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Automation Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Software Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Technical Support Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Test Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Team Lead Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Sales Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Security Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Graphic Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Build Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Software Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"AI Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Cloud Administrator III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal iOS Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Service Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Customer Success Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Site Reliability Engineer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Big Data Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Data Visualization Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Firmware Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Director of Developering","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"QA Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Design Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Mobile Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Analyst II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Data Visualization Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Systems Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Release Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Architect III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior AI Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Solutions Architect Specialist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Embedded Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Product Owner","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead DevOps Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Customer Support Specialist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal ML Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Network Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Test Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Computer Vision Developer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Machine Learning Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Engineering Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Frontend Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Android Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Release Engineer Specialist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"NLP Engineer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Developering Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Cloud Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Growth Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead 3D Artist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Marketing Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"QA Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Statistician III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Account Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"SDET III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Firmware Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Mobile Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Service Designer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Frontend Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Systems Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Technical Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Automation Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Business Analyst III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior iOS Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior ML Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Build Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Full Stack Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Recruiter","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Support Engineer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Firmware Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Design Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Marketing Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Cloud Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Sales Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Infrastructure Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead NLP Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Computer Vision Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Firmware Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Interaction Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Manual Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Database Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead SDET","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Data Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Developering Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Solutions Architect Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Team Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Graphic Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior HR Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Backend Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior UI Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Backend Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Mobile Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal DevOps Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Engineering Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Firmware Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Release Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"ML Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Quantitative Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Computer Vision Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Platform Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Information Security Officer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Backend Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Embedded Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Product Owner","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal DevOps Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Security Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Manual Tester III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Robotics Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Business Intelligence Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Game Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Machine Learning Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Systems Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Program Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior AI Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Android Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Frontend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior DevOps Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"AI Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead AI Researcher","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Big Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Chief Product Officer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Game Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Design Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior AI Researcher","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Graphic Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Information Security Officer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Business Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Product Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Product Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Robotics Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior SDET","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"DevOps Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Release Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Network Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Automation Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Platform Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Database Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"AI Researcher III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Motion Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Product Owner","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Systems Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Technical Recruiter","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Database Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Android Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Data Architect","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Customer Success Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal IT Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"NLP Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Cloud Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Program Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Product Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Automation Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"DevOps Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Technical Recruiter Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Cloud Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Data Visualization Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"3D Artist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Information Security Officer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Software Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Project Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"NLP Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Frontend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Technical Support Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Release Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Robotics Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Business Development Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Infrastructure Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Robotics Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Release Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Customer Support Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Technical Account Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Product Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Security Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Cybersecurity Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Build Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Sales Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Systems Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Technical Support Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Backend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Help Desk Technician II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Backend Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Cloud Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Full Stack Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Infrastructure Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Customer Support Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"ML Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Human Resources Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Build Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Android Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Engineering Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Creative Director","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Operations Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Full Stack Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Mobile Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Big Data Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Full Stack Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Automation Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Infrastructure Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Machine Learning Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Embedded Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Network Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Big Data Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Site Reliability Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Product Owner","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Systems Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Security Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Build Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"IT Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Manual Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Build Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Growth Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Big Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Software Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Embedded Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Help Desk Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Security Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Data Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Mobile Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Cloud Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Site Reliability Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Embedded Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Embedded Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Design Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal AI Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"ML Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal QA Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Mobile Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Software Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Platform Engineer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead IT Support Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Frontend Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"iOS Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Network Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Cloud Engineer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior UX Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Release Engineer Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Computer Vision Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior QA Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Computer Vision Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Computer Vision Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"QA Tester III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Interaction Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Network Administrator","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Technical Support Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Service Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Technical Support Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"UX Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Site Reliability Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Quality Assurance Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Data Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Build Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Automation Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Sales Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Director of Engineering","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Marketing Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Design Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Business Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Backend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Robotics Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Platform Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Director of Product","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Infrastructure Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Test Automation Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Android Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Computer Vision Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"AI Developer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Technical Account Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Quality Assurance Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"iOS Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Scientist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Sales Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Data Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Build Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Project Lead Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Visualization Specialist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Robotics Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Database Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Product Owner III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Platform Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Statistician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Project Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"iOS Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Service Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Site Reliability Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Automation Tester III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Mobile Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Cloud Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Site Reliability Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Site Reliability Engineer II","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Test Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Test Automation Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior QA Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Platform Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Help Desk Technician","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Project Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Frontend Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Software Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Cloud Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Site Reliability Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Infrastructure Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Service Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Machine Learning Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Creative Director","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Big Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Full Stack Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead iOS Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Release Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Systems Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Frontend Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Infrastructure Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Quantitative Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Full Stack Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior iOS Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Systems Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal 3D Artist","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Network Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Test Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead UI Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"CTO","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Finance Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Security Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead ML Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Growth Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Infrastructure Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Computer Vision Developer Specialist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Full Stack Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead ML Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Test Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"CIO","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Design Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Cybersecurity Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"ML Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Test Automation Developer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Infrastructure Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Software Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Database Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Infrastructure Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Service Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior NLP Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"NLP Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Release Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"VP of Engineering","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"UI Designer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Build Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Test Automation Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Platform Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Technical Support Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior UX Researcher","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Sales Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Analyst III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"VP of Developering","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Cybersecurity Analyst III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Business Intelligence Analyst","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"HR Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Site Reliability Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Data Visualization Specialist III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Site Reliability Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Engineering Manager","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Manual Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Data Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Help Desk Technician III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Database Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Android Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal AI Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Computer Vision Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior QA Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Robotics Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Cloud Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Firmware Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Robotics Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Software Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Performance Tester","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Finance Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Product Designer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Team Lead","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Solutions Architect","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Database Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Network Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Machine Learning Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Security Engineer III","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Platform Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Software Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Lead Information Security Officer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Senior Android Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Systems Engineer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true},{"value":"Principal Sales Developer","type":"role","createdAt":"2025-10-07T08:52:00.434Z","enabled":true}] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too much for local import. This is about:
- Degree: ~100.
- Field of study: ~200.
- Role: ~1000.
bin/import.ts
Outdated
| const entityParam = process.argv[2]; | ||
|
|
||
| if (entityParam) { | ||
| await importEntity(con, entityParam); | ||
| return; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice idea, you can also use parseArgs from node:util + zod to avoid using raw process argv, check assignCores script, not blocking
src/schema/autocompletes.ts
Outdated
| payload: z.infer<typeof autocompleteSchema>, | ||
| ctx: AuthContext, | ||
| ): Promise<AutocompleteData> => { | ||
| const { data, error } = autocompleteSchema.safeParse(payload); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| const { data, error } = autocompleteSchema.safeParse(payload); | |
| const { data } = autocompleteSchema.parse(payload); |
you can just use parse, API will now convert the error thrown by it automatically to zod error, no need to throw ValidationError below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to align on the autocomplete nuances.
|
|
||
| @Entity() | ||
| @Index('IDX_autocomplete_value_enabled_trgm', { synchronize: false }) | ||
| export class Autocomplete { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the RFC is wasn't really sure what datasets would be excluded from this.
It's only location for now?
https://dailydotdev.atlassian.net/wiki/spaces/HAN/pages/1816657933/RFC-146+-+Profile+4.0+Backend?focusedCommentId=1828716556
What makes us say "this is now too big" and then will it be a pain to remove?
I just want to avoid us having to eventually make seperate datasets later vs doing it now.
Autocomplete endpoint could still be uniform but take "Type" of dataset into account?
LMWYT
CC: @nensidosari
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rebelchris when it involves a separate entity, we won't store that here (location and company). If you only need a simple string from a single source (opposite example: location requires looking up three columns), we use this table.
Autocomplete endpoint could still be uniform but take "Type" of dataset into account?
Autocompletions that involve a separate entity normally require a more complicated query; hence, I think it is better to be separated (similar to keyword).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if the data grows very large for a specific type, as long as we only require a single column string for the lookup, we will store them here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I won't block the PR, but so many unknowns, duplicating datasets seems way safer would be my point :)
(at no clear downside)
but again not blocking, just have a feeling sooner then later we'll get to this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's possible to create a partitioned table if we want.
-- Parent partitioned table
CREATE TABLE autocomplete (
value text NOT NULL,
type text NOT NULL,
"createdAt" TIMESTAMP NOT NULL DEFAULT now(),
enabled boolean NOT NULL DEFAULT true,
CONSTRAINT "PK_autocomplete_value_type" PRIMARY KEY (value, type)
) PARTITION BY LIST (type);
-- Partitions for known types
CREATE TABLE autocomplete_type_user PARTITION OF autocomplete
FOR VALUES IN ('user');
CREATE TABLE autocomplete_type_repo PARTITION OF autocomplete
FOR VALUES IN ('repo');
-- Optional catch-all so inserts for new types do not fail
CREATE TABLE autocomplete_type_default PARTITION OF autocomplete
DEFAULT;
-- Indexes (per partition where needed)
CREATE INDEX autocomplete_user_value_idx ON autocomplete_type_user (value);
CREATE INDEX autocomplete_repo_value_idx ON autocomplete_type_repo (value);
-- For the default partition, consider a composite for common lookups
CREATE INDEX autocomplete_default_type_value_idx
ON autocomplete_type_default (type, value);There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nensidosari there are quite a few types that are pretty much static (if not all), and we don't expect the data to grow as large that it impacts performance. For example, the degrees list (even all three types we don't expect to grow as large as locations/company). There are techniques on how to handle large data in a single table; one example is what Ole-Martin said, which is to horizontally partition the table. It would be prematurely optimizing the table if we do that now (and just adds maintenance overhead for all the extra entities for each type and new ones we would introduce).
Current state of the size: #3207 (comment) - it would only be the role that would probably need more, but I doubt it would need more than 10k especially our focus is the tech field (although we will add common roles outside of the field for people who transitioned - other than that, they can simply type in the value).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@omBratteng iirc, typeorm works just fine on partitioned tables as if you are just running a query on a regular table.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rebelchris totally agree, it can be a nightmare when we get to a point where the data reaches millions (then move the data left and right). Thankfully, for now, we don't have that type yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sshanzel but what's the downside of doing the seperated tables now?
It feels like a safer/easy thing.
Im just not seeing why we wouldn't do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By prematurely optimizing, we are just adding a maintenance overhead while we don't clearly anticipate any upcoming type that will give us the trouble. Another option is to do horizontal partitioning over additional entities, but that can be for another discussion. I just think it is not worth creating duplicated two-column tables just for the type, on a straightforward use case. Imho we proceed with what we agreed upon in the RFC.
Let's say we want to add ranking by popularity or occurrences; we'll then have to implement it on three tables. Now, depending on the process of how we increment these values, we'll have to repeat it across all tables (whether through specific mutations or CDC, the required change compounds).
That's just one change of improvement.
src/common/schema/autocompletes.ts
Outdated
| export const autocompleteSchema = z.object({ | ||
| type: z.enum(AutocompleteType), | ||
| query: z.string().transform(normalizeContentForDeduplication), | ||
| query: z.string().trim().lowercase().normalize(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
toLowerCase, lowercase is a validator to make sure input is lowercase
Co-authored-by: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com>
| ]); | ||
| }); | ||
|
|
||
| it('should match partial strings anywhere in the value', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sshanzel can you add a test(s) with invalid value, like emoji, spaces and so on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should now have more tests to cover all other cases. Reference commit: 6e28e2d
Co-authored-by: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed not blocking.
Still prefer myself the split tables so just putting it for reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YOLO
Co-authored-by: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com>

Introduced the entity to handle generic autocompletes as discussed.
It was also mentioned that we should be moving other autocomplete queries to this new schema. To make it easier to review, I created a separate PR to clearly see the only changes made for migration: #3208
Jira ticket
MI-1064