II.
MetaAttribute JSON
Structured · livemeta-attribute:execution--sandbox-impl
Execution.sandboxImpl json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:execution--sandbox-impl",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Execution.sandboxImpl",
"name": "sandboxImpl",
"parentNodeKindId": "meta-node-kind:execution",
"type": "enum<agentsh,docker,firecracker,gvisor,kata,wasm-time,qemu,none>",
"required": false,
"description": "concrete tool that enforces the sandbox for this execution."
},
"outgoingEdges": [
{
"from": "meta-attribute:execution--sandbox-impl",
"to": "meta-node-kind:execution",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:execution",
"to": "meta-attribute:execution--sandbox-impl",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}