II.
Library JSON
Structured · livelibrary:cats
Cats json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:cats",
"_kind": "Library",
"_file": "domain/libraries/libraries-scala.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cats",
"belongsToLanguageId": "language:scala",
"category": "other",
"description": "Lightweight, modular functional programming library for Scala providing\ntype class abstractions such as Functor, Monad, and Applicative.\n"
},
"outgoingEdges": [
{
"from": "library:cats",
"to": "language:scala",
"kind": "belongs_to_language"
},
{
"from": "library:cats",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:cats",
"to": "library:arrow-kt",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:mtl",
"to": "library:cats",
"kind": "alternative_to"
},
{
"from": "library:arrow-kt",
"to": "library:cats",
"kind": "alternative_to"
},
{
"from": "stack-profile:scala-akka-microservice",
"to": "library:cats",
"kind": "composed_of"
}
]
}