II.
Library JSON
Structured · livelibrary:servant
Servant json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:servant",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Servant",
"belongsToLanguageId": "language:haskell",
"category": "http-server",
"description": "Type-level web API DSL for Haskell that derives server implementations,\nclient functions, and documentation from a single API type, eliminating\nmismatches between spec and code.\n"
},
"outgoingEdges": [
{
"from": "library:servant",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:servant",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:servant",
"to": "library:yesod",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:haskell-web-service",
"to": "library:servant",
"kind": "composed_of"
}
]
}