II.
Library JSON
Structured · livelibrary:dry-rb
dry-rb json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:dry-rb",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "dry-rb",
"belongsToLanguageId": "language:ruby",
"category": "other",
"description": "Suite of Ruby gems (dry-validation, dry-types, dry-monads, dry-system)\npromoting functional patterns, strict type safety, and composable\napplication architecture beyond Rails conventions.\n"
},
"outgoingEdges": [
{
"from": "library:dry-rb",
"to": "language:ruby",
"kind": "belongs_to_language"
},
{
"from": "library:dry-rb",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:dry-rb",
"to": "library:pydantic",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:pagy",
"to": "library:dry-rb",
"kind": "alternative_to"
}
]
}