II.
Library JSON
Structured · livelibrary:kotest
Kotest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:kotest",
"_kind": "Library",
"_file": "domain/libraries/libraries-jvm-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kotest",
"belongsToLanguageId": "language:kotlin",
"category": "testing",
"description": "Flexible Kotlin testing framework with multiple spec styles,\nproperty-based testing, data-driven tests, and coroutine support.\n"
},
"outgoingEdges": [
{
"from": "library:kotest",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "library:kotest",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:kotest",
"to": "library:junit",
"kind": "alternative_to"
},
{
"from": "library:kotest",
"to": "library:scalatest",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:scalatest",
"to": "library:kotest",
"kind": "alternative_to"
}
]
}