nebolt ai Präsent.

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

  1. Schritt 1

    Lean Board Photo

  2. Schritt 2

    Nebolt AI Analysis

  3. Schritt 3

    Normalized JSON

  4. 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
JSON schema
{
    "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 Aufnahme

5

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ügbar

Lesen von Latest, Snapshots und Metrics-History im BoardResultsContract-Envelope.

/api/boards/{board}/latest

Webhook

Geplant

Push bei neuer Analyse an externe Systeme.

Kein produktiver Endpoint

JSON Export

Verfügbar

Normalisiertes JSON kopieren oder über die API abrufen.

Kein produktiver Endpoint

CSV Export

Geplant

Tabellarischer Export von Metriken und Historie.

Kein produktiver Endpoint

Power BI

Geplant

Anbindung 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

Geplant

Alerts und Tageszusammenfassungen in Teams-Kanäle.

Kein produktiver Endpoint

E-Mail

Geplant

Benachrichtigung bei Schwellwertüberschreitung oder Review-Bedarf.

Kein produktiver Endpoint

Cloud-Speicher

Pilot

Foto-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
JSON schema
{
    "blocked": 5,
    "previous_blocked": 3,
    "captured_at": "2026-07-31T14:30:00+02:00"
}

KPI

Blockierte Aufgaben

+2 seit letzter Aufnahme

5

5 blockierte Aufgaben

Balken

Balken

Wert 5 auf Schwelle 6

Timeline

  1. Aufnahme vom 31.07.2026, 14:30 Uhr

    Normalized JSON → UI-Komponenten

Alert / Status

Status: Warnung