II.
Library JSON
Structured · livelibrary:polly
Polly json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:polly",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Polly",
"belongsToLanguageId": "language:csharp",
"category": "other",
"description": ".NET resilience and transient-fault-handling library providing fluent\npolicies for Retry, Circuit Breaker, Timeout, Bulkhead Isolation, Rate\nLimiting, Fallback, and Hedging with async/await and HttpClient integration.\n"
},
"outgoingEdges": [
{
"from": "library:polly",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:polly",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:polly",
"to": "library:tower",
"kind": "alternative_to"
}
],
"incomingEdges": []
}