II.
Library JSON
Structured · livelibrary:mako
Mako json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mako",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-server-tools.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mako",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Hyperfast Python templating language with clean Python-like syntax,\nsupport for template inheritance, module caching, and Unicode; used\nby Pyramid and SQLAlchemy's migration tooling (via Alembic).\n"
},
"outgoingEdges": [
{
"from": "library:mako",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:mako",
"to": "skill-area:technical-documentation",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:jinja2",
"to": "library:mako",
"kind": "alternative_to"
}
]
}