II.
Library JSON
Structured · livelibrary:rspec
RSpec json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:rspec",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "RSpec",
"belongsToLanguageId": "language:ruby",
"category": "testing",
"description": "Behaviour-driven development testing framework for Ruby — expressive\ndescribe/it DSL, shared examples, matchers, mocking with rspec-mocks,\nand detailed failure output.\n"
},
"outgoingEdges": [
{
"from": "library:rspec",
"to": "language:ruby",
"kind": "belongs_to_language"
},
{
"from": "library:rspec",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:rspec",
"to": "framework:jest",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:jest",
"to": "library:rspec",
"kind": "alternative_to"
}
]
}