II.
Library JSON
Structured · livelibrary:jinja2
Jinja2 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:jinja2",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-server-tools.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Jinja2",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Fast, expressive, and extensible templating engine for Python with\nsandboxed execution, template inheritance, macro support, and filters;\nused by Flask, Ansible, and many other tools.\n"
},
"outgoingEdges": [
{
"from": "library:jinja2",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:jinja2",
"to": "skill-area:technical-documentation",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:jinja2",
"to": "library:mako",
"kind": "alternative_to"
}
],
"incomingEdges": []
}