II.
Library JSON
Structured · livelibrary:tesla
Tesla json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:tesla",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Tesla",
"belongsToLanguageId": "language:elixir",
"category": "other",
"description": "Flexible HTTP client library for Elixir built around a middleware\npipeline. Adapters for Hackney, Mint, and Finch; built-in support\nfor retries, logging, JSON encoding, and OAuth.\n"
},
"outgoingEdges": [
{
"from": "library:tesla",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "library:tesla",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:tesla",
"to": "library:axios",
"kind": "alternative_to"
}
],
"incomingEdges": []
}