II.
Library JSON
Structured · livelibrary:mediatr
MediatR json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mediatr",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "MediatR",
"belongsToLanguageId": "language:csharp",
"category": "other",
"description": "In-process messaging library for .NET implementing the Mediator pattern;\ndecouples request/response, commands, queries, notifications, and events\nthrough handlers with a pipeline behavior system for cross-cutting concerns.\n"
},
"outgoingEdges": [
{
"from": "library:mediatr",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:mediatr",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:mediatr",
"to": "library:bull",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:vertical-slice-architecture",
"to": "library:mediatr",
"kind": "composed_of"
}
]
}