II.
StackPart JSON
Structured · livestack-part:file-storage
File Storage / NFS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:file-storage",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-storage.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "File Storage / NFS",
"category": "data-store",
"description": "Managed shared file system (EFS, Filestore, Azure Files).\n"
},
"outgoingEdges": [
{
"from": "stack-part:file-storage",
"to": "platform-service:aws-s3",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:file-storage",
"to": "platform-service:gcp-gcs",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:file-storage",
"to": "platform-service:azure-blob-storage",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:file-storage",
"to": "platform-service:vercel-blob",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": []
}