II.
Library JSON
Structured · livelibrary:aspnet-core
ASP.NET Core json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:aspnet-core",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "ASP.NET Core",
"belongsToLanguageId": "language:csharp",
"category": "other",
"description": "Cross-platform, high-performance web framework from Microsoft for building\nmodern APIs, MVC web apps, Razor Pages, and gRPC services on .NET with\nmiddleware pipeline, DI container, Kestrel server, and minimal API support.\n"
},
"outgoingEdges": [
{
"from": "library:aspnet-core",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:aspnet-core",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:aspnet-core",
"to": "library:express",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:government-portal",
"to": "library:aspnet-core",
"kind": "composed_of"
},
{
"from": "stack-profile:fsharp-web-api",
"to": "library:aspnet-core",
"kind": "composed_of"
},
{
"from": "stack-profile:vertical-slice-architecture",
"to": "library:aspnet-core",
"kind": "composed_of"
}
]
}