II.
Library JSON
Structured · livelibrary:specs2
Specs2 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:specs2",
"_kind": "Library",
"_file": "domain/libraries/libraries-scala.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Specs2",
"belongsToLanguageId": "language:scala",
"category": "testing",
"description": "Specification-style testing library for Scala with mutable and immutable\nspec variants, matchers, and first-class concurrency support.\n"
},
"outgoingEdges": [
{
"from": "library:specs2",
"to": "language:scala",
"kind": "belongs_to_language"
},
{
"from": "library:specs2",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:scalatest",
"to": "library:specs2",
"kind": "alternative_to"
}
]
}