II.
Library JSON
Structured · livelibrary:zio
ZIO json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:zio",
"_kind": "Library",
"_file": "domain/libraries/libraries-scala.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "ZIO",
"belongsToLanguageId": "language:scala",
"category": "other",
"description": "Type-safe, composable asynchronous and concurrent programming library for\nScala with structured concurrency, resource management, and dependency injection.\n"
},
"outgoingEdges": [
{
"from": "library:zio",
"to": "language:scala",
"kind": "belongs_to_language"
},
{
"from": "library:zio",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:cats-effect",
"to": "library:zio",
"kind": "alternative_to"
}
]
}