II.
Library JSON
Structured · livelibrary:pundit
Pundit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:pundit",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Pundit",
"belongsToLanguageId": "language:ruby",
"category": "auth",
"description": "Minimal Ruby authorization library using plain policy objects.\nPolicies are simple POROs with predicate methods; scope classes\nconstrain ActiveRecord queries to authorized records.\n"
},
"outgoingEdges": [
{
"from": "library:pundit",
"to": "language:ruby",
"kind": "belongs_to_language"
},
{
"from": "library:pundit",
"to": "skill-area:authentication-authorization",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:pundit",
"to": "library:devise",
"kind": "alternative_to"
}
],
"incomingEdges": []
}