II.
SkillArea JSON
Structured · liveskill-area:e-commerce
E-Commerce json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:e-commerce",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-ecosystem-expansion.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "E-Commerce",
"description": "Building and operating e-commerce platforms — product catalog management,\nshopping cart, checkout flows, inventory systems, order management, and\nintegrations with payment gateways and fulfillment providers.\n",
"domains": [
"domain:web-development"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:e-commerce",
"to": "domain:web-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:backend-api-design",
"to": "skill-area:e-commerce",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:ecommerce-nextjs",
"to": "skill-area:e-commerce",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:marketplace-platform",
"to": "skill-area:e-commerce",
"kind": "requires_skill_area"
},
{
"from": "tool:shopify",
"to": "skill-area:e-commerce",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:shopify",
"to": "skill-area:e-commerce",
"kind": "used_for"
}
]
}