iiRecord
Agentic AI Atlas · ComplianceFramework kind
meta-enum:framework-kinda5c.ai
II.
MetaEnum JSON

meta-enum:framework-kind

Structured · live

ComplianceFramework kind json

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

File · catalog-meta/meta-registry/meta-registry-compliance-safety.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-enum:framework-kind",
  "_kind": "MetaEnum",
  "_file": "catalog-meta/meta-registry/meta-registry-compliance-safety.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "ComplianceFramework kind",
    "name": "frameworkKind",
    "values": [
      {
        "value": "security",
        "description": "Security framework (SOC 2, ISO 27001, ...)."
      },
      {
        "value": "privacy",
        "description": "Privacy / data-protection framework (GDPR, CCPA, ...)."
      },
      {
        "value": "ai-specific",
        "description": "AI-specific framework (EU AI Act, NIST AI RMF, ...)."
      },
      {
        "value": "industry",
        "description": "Industry-specific framework (HIPAA, PCI-DSS, ...)."
      }
    ],
    "usedOnAttributes": [
      "meta-attribute:compliance-framework--framework-kind"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-enum:framework-kind",
      "to": "meta-attribute:compliance-framework--framework-kind",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}