II.
Library JSON
Structured · livelibrary:combine
Combine json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:combine",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Combine",
"belongsToLanguageId": "language:swift",
"category": "other",
"description": "Apple's declarative Swift framework for processing values over time\nusing publishers, operators, and subscribers; enables reactive\ndata flows across UIKit, SwiftUI, and networking layers.\n"
},
"outgoingEdges": [
{
"from": "library:combine",
"to": "language:swift",
"kind": "belongs_to_language"
},
{
"from": "library:combine",
"to": "skill-area:ios-native",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:combine",
"to": "library:rxjs",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:rxjs",
"to": "library:combine",
"kind": "alternative_to"
},
{
"from": "specialization:mobile-ios",
"to": "library:combine",
"kind": "uses_library"
}
]
}