II.
MetaAttribute JSON
Structured · livemeta-attribute:worktree--workspace-id
Worktree.workspaceId json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:worktree--workspace-id",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Worktree.workspaceId",
"name": "workspaceId",
"parentNodeKindId": "meta-node-kind:worktree",
"type": "ref<Workspace>",
"required": true,
"description": "parent Workspace anchored via materializes_as."
},
"outgoingEdges": [
{
"from": "meta-attribute:worktree--workspace-id",
"to": "meta-node-kind:worktree",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:worktree",
"to": "meta-attribute:worktree--workspace-id",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}