II.
ScopeBoundary JSON
Structured · livescope-boundary:rails.scope
scope-boundary:rails.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:rails.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "framework:rails",
"inScope": "Convention-over-configuration Ruby web framework — generators,\nActive Record, Action Cable, Hotwire. Strong fit for SaaS\nmonoliths and rapid product iteration.\n",
"outOfScope": "Highly concurrent / low-latency services where the GVL hurts,\npolyglot microservice meshes, and CPU-bound numeric workloads.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:rails.scope",
"to": "framework:rails",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:rails.scope",
"to": "out-of-scope-reason:implementation-detail",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}