JSON Integration
Vom Lean-Board-Ergebnis zum nutzbaren Business-Baustein — Schema, Visual Mapping und Systemkopplungen.
Vom Lean-Board-Ergebnis zu nutzbaren Schnittstellen und UI-Bausteinen.
Integrationsfluss
Foto → Nebolt AI → Normalisiertes JSON → Dashboard / API / ERP / BI
-
Schritt 1
Lean Board Photo
-
Schritt 2
Nebolt AI Analysis
-
Schritt 3
Normalized JSON
-
Schritt 4
Dashboard / API / ERP / BI / Notification
JSON Schema
Versionierter Vertrag für Lean-Board-Ergebnisse
- Version
- 1.0
- Status
- Stabil
- Aktualisiert
- 31.07.2026 12:30
- Felder
- 20
Versioniertes Envelope für Lean-Board-Ergebnisse: schema_version, board, snapshot (state, changes, metrics, interpretation, quality) sowie abwärtskompatibles data. Dieses Schema ist die technische Grundlage für Dashboard, API und spätere Systemkopplungen — ohne die Analyse-Engine zu ersetzen.
Quelle: Demo-Schema
JSON-Vorschau anzeigen technisch
{
"schema_version": "1.0",
"board": {
"id": 1,
"name": "Lean Board Montage",
"slug": "lean-board-montage",
"status": "active"
},
"snapshot": {
"id": 101,
"captured_at": "2026-07-31T14:30:00+02:00",
"status": "flagged",
"metrics": {
"workflow": {
"blocked": 5,
"wip": 7,
"done": 12
},
"total_visible_items": 28
},
"interpretation": {
"summary": "Blockierte Aufgaben gestiegen; Review empfohlen.",
"alerts": [
{
"severity": "warning",
"message": "5 blockierte Aufgaben"
}
],
"status": {
"label": "attention"
}
},
"quality": {
"confidence_score": 82,
"needs_review": true
}
},
"data": {
"metrics": {
"workflow": {
"blocked": 5,
"wip": 7,
"done": 12
}
}
}
}
Visuelles Mapping
JSON-Schlüssel → mögliche Darstellungen
Verfügbare Darstellungen
Schlüssel: metrics.blocked
· Darstellung: KPI
Blockierte Aufgaben
+2 seit letzter Aufnahme5
5 blockierte Aufgaben
API und Export
Nur verfügbare Kanäle sind als betriebsbereit gekennzeichnet — geplante und Pilot-Integrationen sind klar markiert.
REST API
VerfügbarLesen von Latest, Snapshots und Metrics-History im BoardResultsContract-Envelope.
/api/boards/{board}/latest
Webhook
GeplantPush bei neuer Analyse an externe Systeme.
Kein produktiver Endpoint
JSON Export
VerfügbarNormalisiertes JSON kopieren oder über die API abrufen.
Kein produktiver Endpoint
CSV Export
GeplantTabellarischer Export von Metriken und Historie.
Kein produktiver Endpoint
Power BI
GeplantAnbindung an BI-Dashboards über API oder Dateiexport.
Kein produktiver Endpoint
ERP / MES
GeplantÜbergabe von Shopfloor-Kennzahlen an Fertigungs- und ERP-Systeme.
Kein produktiver Endpoint
Microsoft Teams
GeplantAlerts und Tageszusammenfassungen in Teams-Kanäle.
Kein produktiver Endpoint
Benachrichtigung bei Schwellwertüberschreitung oder Review-Bedarf.
Kein produktiver Endpoint
Cloud-Speicher
PilotFoto-Ablage ist aktiv; strukturierter JSON-Push in Object Storage folgt.
Kein produktiver Endpoint
Beispiel integriert
JSON-Quelle und daraus abgeleitete Business-Komponenten — Seite an Seite.
JSON-Quelle
Beispiel-JSON anzeigen
{
"blocked": 5,
"previous_blocked": 3,
"captured_at": "2026-07-31T14:30:00+02:00"
}
KPI
Blockierte Aufgaben
+2 seit letzter Aufnahme5
5 blockierte Aufgaben
Balken
Wert 5 auf Schwelle 6
Timeline
-
Aufnahme vom 31.07.2026, 14:30 Uhr
Normalized JSON → UI-Komponenten
Alert / Status
Warnung