II.
Library JSON
Structured · livelibrary:yesod
Yesod json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:yesod",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Yesod",
"belongsToLanguageId": "language:haskell",
"category": "http-server",
"description": "Full-stack Haskell web framework with type-safe routing via Template\nHaskell, Shakespearean templates, Persistent ORM integration, and\nWarp-based deployment.\n"
},
"outgoingEdges": [
{
"from": "library:yesod",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:yesod",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:servant",
"to": "library:yesod",
"kind": "alternative_to"
}
]
}