II.
ScopeBoundary JSON
Structured · livescope-boundary:flask.scope
scope-boundary:flask.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:flask.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "framework:flask",
"inScope": "Minimal Python WSGI microframework — choose your own ORM, auth,\nforms. Best for small APIs, internal apps, and teams that want\nfull control over the stack.\n",
"outOfScope": "Highly async / streaming workloads (Flask is sync at heart;\nuse Quart or FastAPI), and apps that would benefit from\nDjango's batteries.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:flask.scope",
"to": "framework:flask",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}