II.
MetaAttribute JSON
Structured · livemeta-attribute:install-method--platforms
InstallMethod.platforms json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:install-method--platforms",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-capabilities-policy.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "InstallMethod.platforms",
"name": "platforms",
"parentNodeKindId": "meta-node-kind:install-method",
"type": "list<enum<darwin,linux,win32,all>>",
"required": true,
"description": "supported OS platforms; `all` is shorthand for [darwin,linux,win32]."
},
"outgoingEdges": [
{
"from": "meta-attribute:install-method--platforms",
"to": "meta-node-kind:install-method",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:install-method",
"to": "meta-attribute:install-method--platforms",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}