II.
Library JSON
Structured · livelibrary:viper
Viper json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:viper",
"_kind": "Library",
"_file": "domain/libraries/libraries-go.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Viper",
"belongsToLanguageId": "language:go",
"description": "Go configuration library — reads JSON/YAML/TOML/env/flags and\nsupports live reloading and remote backends.\n"
},
"outgoingEdges": [
{
"from": "library:viper",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "library:viper",
"to": "skill-area:configuration-management",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:dotenv",
"to": "library:viper",
"kind": "alternative_to"
}
]
}