II.
Framework JSON
Structured · liveframework:echo
Echo json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:echo",
"_kind": "Framework",
"_file": "domain/frameworks/echo.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Echo",
"homepageUrl": "https://echo.labstack.com",
"belongsToLanguageId": "language:go",
"category": "web-backend",
"description": "Echo — a high-performance, minimalist Go web framework.\n"
},
"outgoingEdges": [
{
"from": "framework:echo",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "framework:echo",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:echo",
"to": "framework:gin",
"kind": "alternative_to",
"attributes": {
"comparison": "Go web frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:gin",
"to": "framework:echo",
"kind": "alternative_to",
"attributes": {
"comparison": "Go web frameworks"
}
}
]
}