iiRecord
Agentic AI Atlas · Presentation.platforms
meta-attribute:presentation--platformsa5c.ai
II.
MetaAttribute JSON

meta-attribute:presentation--platforms

Structured · live

Presentation.platforms json

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

File · catalog-meta/meta-registry/meta-registry-surfacing-path.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:presentation--platforms",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Presentation.platforms",
    "name": "platforms",
    "parentNodeKindId": "meta-node-kind:presentation",
    "type": "list<enum<darwin,linux,win32,web,ios,android>>",
    "required": false,
    "description": "OS / runtime platforms the presentation ships for."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:presentation--platforms",
      "to": "meta-node-kind:presentation",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:presentation",
      "to": "meta-attribute:presentation--platforms",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ]
}