II.
ScopeBoundary JSON
Structured · livescope-boundary:fastapi.scope
scope-boundary:fastapi.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:fastapi.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "framework:fastapi",
"inScope": "Async Python API framework with Pydantic-driven typing and\nautomatic OpenAPI generation. Strong fit for ML model serving,\ntyped JSON APIs, and async-heavy microservices.\n",
"outOfScope": "Server-rendered HTML monoliths (use Django), heavy CMS-shaped\napps, and codebases unwilling to adopt async/await.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:fastapi.scope",
"to": "framework:fastapi",
"kind": "bounds_subject"
}
],
"incomingEdges": []
}