II.
Library JSON
Structured · livelibrary:netty
Netty json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:netty",
"_kind": "Library",
"_file": "domain/libraries/libraries-jvm-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Netty",
"belongsToLanguageId": "language:java",
"category": "other",
"description": "Asynchronous, event-driven Java network application framework for\nhigh-performance protocol servers and clients (TCP, UDP, HTTP/2).\n"
},
"outgoingEdges": [
{
"from": "library:netty",
"to": "language:java",
"kind": "belongs_to_language"
},
{
"from": "library:netty",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:netty",
"to": "library:tokio",
"kind": "alternative_to"
}
],
"incomingEdges": []
}