II.
Library JSON
Structured · livelibrary:swr
SWR json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:swr",
"_kind": "Library",
"_file": "domain/libraries/libraries-typescript.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SWR",
"belongsToLanguageId": "language:typescript",
"description": "React Hooks library for data fetching using stale-while-revalidate\nsemantics, by Vercel.\n"
},
"outgoingEdges": [
{
"from": "library:swr",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:swr",
"to": "skill-area:application-state-management",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:tanstack-query",
"to": "library:swr",
"kind": "alternative_to"
}
]
}