iiRecord
Agentic AI Atlas · InstallMethod.platforms
meta-attribute:install-method--platformsa5c.ai
II.
MetaAttribute JSON

meta-attribute:install-method--platforms

Structured · live

InstallMethod.platforms json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-capabilities-policy.yamlCluster · catalog-meta
Record JSON
{
  "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": {}
    }
  ]
}