[
{
"webId": "web1",
"name": "Customer Portal",
"url": "https://customer.company.com",
"type": "External",
"status": "active",
"technology": {
"frontend": [
"React",
"TypeScript"
],
"backend": [
"Node.js",
"Express"
],
"database": "MongoDB"
},
"team": "t3",
"maintainers": [
"e2",
"e19"
],
"security": {
"sslEnabled": true,
"authType": "OAuth2",
"lastAudit": "2025-06-01"
}
},
{
"webId": "web2",
"name": "Employee Dashboard",
"url": "https://dashboard.company.com",
"type": "Internal",
"status": "active",
"technology": {
"frontend": [
"Vue.js",
"JavaScript"
],
"backend": [
"Python",
"FastAPI"
],
"database": "PostgreSQL"
},
"team": "t1",
"maintainers": [
"e7",
"e11"
],
"security": {
"sslEnabled": true,
"authType": "SAML",
"lastAudit": "2025-06-15"
}
},
{
"webId": "web3",
"name": "Analytics Platform",
"url": "https://analytics.company.com",
"type": "Internal",
"status": "development",
"technology": {
"frontend": [
"Angular",
"TypeScript"
],
"backend": [
"Python",
"Django"
],
"database": "TimescaleDB"
},
"team": "t1",
"maintainers": [
"e9",
"e7"
],
"security": {
"sslEnabled": true,
"authType": "JWT",
"lastAudit": "2025-06-20"
}
},
{
"webId": "web4",
"name": "Partner API Gateway",
"url": "https://api.company.com",
"type": "External",
"status": "active",
"technology": {
"frontend": [
"Swagger UI"
],
"backend": [
"Go",
"gRPC"
],
"database": "CockroachDB"
},
"team": "t2",
"maintainers": [
"e8",
"e23"
],
"security": {
"sslEnabled": true,
"authType": "API Key",
"lastAudit": "2025-06-10"
}
}
]