II.
Library JSON
Structured · livelibrary:got
Got json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:got",
"_kind": "Library",
"_file": "domain/libraries/got.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Got",
"belongsToLanguageId": "language:javascript",
"category": "http-client",
"description": "Human-friendly and powerful HTTP request library for Node.js.\n"
},
"outgoingEdges": [
{
"from": "library:got",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:got",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:axios",
"to": "library:got",
"kind": "alternative_to"
}
]
}