|
| 1 | +{ |
| 2 | + "groove_version": "1", |
| 3 | + "service_id": "verisimdb", |
| 4 | + "service_version": "0.1.0", |
| 5 | + "capabilities": { |
| 6 | + "octad-storage": { |
| 7 | + "type": "octad-storage", |
| 8 | + "description": "Cross-modal entity consistency via octad structures", |
| 9 | + "protocol": "http", |
| 10 | + "endpoint": "/octads", |
| 11 | + "requires_auth": false, |
| 12 | + "panel_compatible": true |
| 13 | + }, |
| 14 | + "drift-detection": { |
| 15 | + "type": "drift-detection", |
| 16 | + "description": "Detect entity drift across temporal versions", |
| 17 | + "protocol": "http", |
| 18 | + "endpoint": "/api/drift", |
| 19 | + "requires_auth": false, |
| 20 | + "panel_compatible": true |
| 21 | + }, |
| 22 | + "temporal-versioning": { |
| 23 | + "type": "temporal-versioning", |
| 24 | + "description": "Temporal versioning with audit trail", |
| 25 | + "protocol": "http", |
| 26 | + "endpoint": "/audit", |
| 27 | + "requires_auth": false, |
| 28 | + "panel_compatible": true |
| 29 | + } |
| 30 | + }, |
| 31 | + "consumes": ["scanning"], |
| 32 | + "endpoints": { |
| 33 | + "health": "/health", |
| 34 | + "groove": "/.well-known/groove", |
| 35 | + "grpc": "grpc://localhost:50051" |
| 36 | + }, |
| 37 | + "health": "/health", |
| 38 | + "applicability": ["individual", "team", "massive-open"] |
| 39 | +} |
0 commit comments