II.
MetaAttribute JSON
Structured · livemeta-attribute:phase-transition--from-phase-id
PhaseTransition.fromPhaseId json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:phase-transition--from-phase-id",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-lifecycle-extras.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "PhaseTransition.fromPhaseId",
"name": "fromPhaseId",
"parentNodeKindId": "meta-node-kind:phase-transition",
"type": "ref<Phase>",
"required": true,
"description": "fromPhaseId on PhaseTransition."
},
"outgoingEdges": [
{
"from": "meta-attribute:phase-transition--from-phase-id",
"to": "meta-node-kind:phase-transition",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:phase-transition",
"to": "meta-attribute:phase-transition--from-phase-id",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}