II.
SkillArea JSON
Structured · liveskill-area:browser-compatibility
Browser Compatibility json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:browser-compatibility",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-frontend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Browser Compatibility",
"description": "Targeting browser baselines, feature detection, polyfills,\ndifferential serving, and managing evolving web APIs.\n",
"domains": [
"specialization:web-development"
],
"expertiseLevels": [
"novice",
"intermediate"
]
},
"outgoingEdges": [
{
"from": "skill-area:browser-compatibility",
"to": "specialization:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:frontend-development",
"to": "skill-area:browser-compatibility",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:browser-extension",
"to": "skill-area:browser-compatibility",
"kind": "requires_skill_area"
},
{
"from": "lib-process:web-development--cross-browser-compatibility",
"to": "skill-area:browser-compatibility",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
}
]
}