II.
Library JSON
Structured · livelibrary:zap
Zap json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:zap",
"_kind": "Library",
"_file": "domain/libraries/libraries-go-rust-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Zap",
"belongsToLanguageId": "language:go",
"category": "logging",
"description": "High-performance, structured logging library for Go by Uber; offers\nzero-allocation sugared and strongly-typed logger interfaces.\n"
},
"outgoingEdges": [
{
"from": "library:zap",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:zap",
"to": "skill-area:observability-instrumentation",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:zap",
"to": "library:zerolog",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:high-perf-api-server",
"to": "library:zap",
"kind": "composed_of"
},
{
"from": "stack-profile:adtech-real-time-bidding",
"to": "library:zap",
"kind": "composed_of"
},
{
"from": "stack-profile:clean-architecture-stack",
"to": "library:zap",
"kind": "composed_of"
},
{
"from": "stack-profile:webhook-relay-proxy",
"to": "library:zap",
"kind": "composed_of"
}
]
}