II.
Library JSON
Structured · livelibrary:lucia
Lucia json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:lucia",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Lucia",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Lightweight, framework-agnostic TypeScript auth library providing\nsession management primitives with adapters for popular databases\nand full control over user table design.\n"
},
"outgoingEdges": [
{
"from": "library:lucia",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:lucia",
"to": "skill-area:authentication",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:passport",
"to": "library:lucia",
"kind": "alternative_to"
},
{
"from": "library:next-auth",
"to": "library:lucia",
"kind": "alternative_to"
}
]
}