II.
SkillArea JSON
Structured · liveskill-area:deprecation-policy
Deprecation Policy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:deprecation-policy",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-sdk-arch.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Deprecation Policy",
"description": "Designing deprecation policies — warnings, sunset headers,\nparallel surfaces, and EOL timelines.\n",
"domains": [
"specialization:sdk-platform-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:deprecation-policy",
"to": "specialization:sdk-platform-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:api-design",
"to": "skill-area:deprecation-policy",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-skill:sdk-platform-development--changelog-generator",
"to": "skill-area:deprecation-policy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:sdk-platform-development--deprecation-manager",
"to": "skill-area:deprecation-policy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "role:api-engineer",
"to": "skill-area:deprecation-policy",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "skill-area:deprecation-policy",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:api-deprecation",
"to": "skill-area:deprecation-policy",
"kind": "requires_skill_area",
"attributes": {}
}
]
}