II.
SkillArea JSON
Structured · liveskill-area:REST-maturity-levels
REST API Maturity json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:REST-maturity-levels",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-2.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "REST API Maturity",
"description": "Designing REST APIs along the Richardson maturity model — resource\nnaming, HATEOAS, content negotiation, idempotency keys, and\nevolving APIs beyond CRUD toward hypermedia-driven interactions.\n",
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:REST-maturity-levels",
"to": "domain:api-development",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:REST-maturity-levels",
"to": "skill-area:api-design",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:REST-maturity-levels",
"to": "skill-area:API-versioning-strategy",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
}
],
"incomingEdges": []
}