II.
Library JSON
Structured · livelibrary:pagy
Pagy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:pagy",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Pagy",
"belongsToLanguageId": "language:ruby",
"category": "other",
"description": "Fast, lightweight Ruby pagination library with minimal memory\nfootprint. Supports multiple ORMs, custom page params, and\nBootstrap / Bulma / Tailwind CSS helpers.\n"
},
"outgoingEdges": [
{
"from": "library:pagy",
"to": "language:ruby",
"kind": "belongs_to_language"
},
{
"from": "library:pagy",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:pagy",
"to": "library:dry-rb",
"kind": "alternative_to"
}
],
"incomingEdges": []
}