II.
MetaEnum JSON
Structured · livemeta-enum:framework-kind
ComplianceFramework kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}