II.
Library JSON
Structured · livelibrary:http4s
http4s json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:http4s",
"_kind": "Library",
"_file": "domain/libraries/libraries-scala.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "http4s",
"belongsToLanguageId": "language:scala",
"category": "http-server",
"description": "Minimal, purely functional HTTP library for Scala built on Cats Effect\nand FS2, supporting server and client implementations.\n"
},
"outgoingEdges": [
{
"from": "library:http4s",
"to": "language:scala",
"kind": "belongs_to_language"
},
{
"from": "library:http4s",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:http4s",
"to": "library:play-framework-lib",
"kind": "alternative_to"
},
{
"from": "library:http4s",
"to": "library:tapir",
"kind": "alternative_to"
}
],
"incomingEdges": []
}