II.
ScopeBoundary JSON
Structured · livescope-boundary:java.scope
scope-boundary:java.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:java.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:java",
"inScope": "Enterprise backends, Android (with Kotlin), big-data (Spark, Flink,\nKafka), and long-running JVM services. Strong static typing, mature\ntooling, and a vast library ecosystem.\n",
"outOfScope": "Tiny CLIs (slow startup until GraalVM native-image), systems\nprogramming below the JVM, and casual scripting.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:implementation-detail"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:java.scope",
"to": "language:java",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:java.scope",
"to": "out-of-scope-reason:implementation-detail",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}