Files
skillfactor-pipeline/gitea-custom/public/assets/data/integration/example-response.json
skillfactor-pipeline 7089e8d967 feat(data): integration professions map + provenance + fixtures
Derived, not typed: slugs verified against the marketplace catalog
(industrial-mechanic does not exist -> nearest existing slug
industrial-machinery-mechanic, ESCO exactMatch to O*NET 49-9041.00);
esco_uri/onet_code from package manifests; kldb_code manually curated
from the official ESCO<->KldB-2010 crosswalk. i18n EN/DE keys included.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PDKeXvpT6tENSvyQGLV1Uq
2026-07-11 20:00:25 +02:00

10 lines
388 B
JSON

{
"request": "GET /employees/1017/professions",
"response": [
{ "profession": "Industriemechaniker", "slug": "industrial-machinery-mechanic",
"relation_type": "practiced", "is_primary": true, "kldb_code": "24522" },
{ "profession": "Fotograf", "slug": "photographer",
"relation_type": "hobby", "is_primary": false, "source": "self-declared" }
]
}