This adds Gaufre v2 with source, documentation, examples and built artefacts. Also includes the feedback widget from Messages.
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"organization": {
|
|
"name": "Example Organization",
|
|
"type": "Public Administration",
|
|
"siret": "12345678901234"
|
|
},
|
|
"services": [
|
|
{
|
|
"id": 1,
|
|
"name": "Authentication Service",
|
|
"url": "https://example.com/auth",
|
|
"maturity": "stable",
|
|
"logo": "/widgets/demo/logos/auth.svg",
|
|
"subscribed": true
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Document Portal",
|
|
"url": "https://example.com/docs",
|
|
"maturity": "stable",
|
|
"logo": "/widgets/demo/logos/docs.svg",
|
|
"subscribed": true
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Payment Gateway",
|
|
"url": "https://example.com/payments",
|
|
"maturity": "stable",
|
|
"logo": "/widgets/demo/logos/payment.svg",
|
|
"subscribed": false
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Analytics Dashboard",
|
|
"url": "https://example.com/analytics",
|
|
"maturity": "beta",
|
|
"logo": "/widgets/demo/logos/analytics.svg",
|
|
"subscribed": true
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Notification Center",
|
|
"url": "https://example.com/notifications",
|
|
"maturity": "alpha",
|
|
"logo": "/widgets/demo/logos/notifications.svg",
|
|
"subscribed": false
|
|
},
|
|
{
|
|
"id": 6,
|
|
"name": "File Storage",
|
|
"url": "https://example.com/storage",
|
|
"maturity": "stable",
|
|
"logo": "/widgets/demo/logos/storage.svg",
|
|
"subscribed": true
|
|
}
|
|
]
|
|
}
|