II.
Library JSON
Structured · livelibrary:arrow
Arrow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:arrow",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Arrow",
"belongsToLanguageId": "language:python",
"category": "datetime",
"description": "Friendly Python library for dates and times offering a cleaner API\nthan stdlib datetime with timezone handling and human-friendly parsing.\n"
},
"outgoingEdges": [
{
"from": "library:arrow",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:arrow",
"to": "skill-area:date-time-manipulation",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:arrow",
"to": "library:pendulum",
"kind": "alternative_to"
}
],
"incomingEdges": []
}