II.
MetaAttribute JSON
Structured · livemeta-attribute:prompt-template--variables
PromptTemplate.variables json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:prompt-template--variables",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "PromptTemplate.variables",
"name": "variables",
"parentNodeKindId": "meta-node-kind:prompt-template",
"type": "list<string>",
"required": false,
"description": "declared template variables."
},
"outgoingEdges": [
{
"from": "meta-attribute:prompt-template--variables",
"to": "meta-node-kind:prompt-template",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:prompt-template",
"to": "meta-attribute:prompt-template--variables",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}