Paste your YAML configuration below:
Example format:
{
"meta": {
"exported_at": "2023-12-01T10:00:00Z",
"version": "1.0"
},
"services": [
{
"id": 1,
"name": "user-service",
"type": "springboot",
"description": "User management API",
"owner": "Platform Team",
"environment": "production",
"health": "up",
"critical": false
}
],
"connections": [
{
"source": 1,
"target": 2,
"protocol": "HTTP",
"port": 8080,
"traffic": "high",
"auth": "token",
"description": "API calls"
}
]
}