II.
Term JSON
Structured · liveterm:sandbox
Sandbox json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:sandbox",
"_kind": "Term",
"_file": "terminology/terms/sandbox.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:sandbox.canonical",
"displayName": "Sandbox",
"kind": "primitive",
"references": [
"NodeKind:Sandbox"
],
"description": "What work is allowed to do (policy primitive)\n"
},
"outgoingEdges": [
{
"from": "term:sandbox",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:sandbox",
"to": "domain:cybersecurity",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:sandbox.canonical",
"to": "term:sandbox",
"kind": "defines"
}
]
}