II.
SkillArea JSON
Structured · liveskill-area:deep-linking
Mobile Deep Linking json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:deep-linking",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-mobile.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mobile Deep Linking",
"description": "Universal Links / App Links / custom-scheme deep links —\napple-app-site-association, assetlinks.json, and routing.\n",
"domains": [
"specialization:mobile-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:deep-linking",
"to": "specialization:mobile-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:ios-native",
"to": "skill-area:deep-linking",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:android-native",
"to": "skill-area:deep-linking",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-skill:mobile-development--deep-linking",
"to": "skill-area:deep-linking",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "workflow:mobile-deep-link-validation",
"to": "skill-area:deep-linking",
"kind": "requires_skill_area",
"attributes": {}
}
]
}