tableShapeStats
Latest TableShapeStats snapshot for every contract in the workspace’s catalog. First-build implementation of the typed stats surface EDR-0031 proposed. The canonical type lives in platform-schemas/services/dataplane-maintenance/; records are written by services/provider-transformations queue jobs through parable-dataplane-quality-rs.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Workspace slug. Overrides subdomain-based workspace resolution when provided.
"acme"
Optional request correlation ID echoed back in the response.
"550e8400-e29b-41d4-a716-446655440000"
Response
Successful response
Web-api maintenance proxy types.
TableShapeStats / ColumnShapeStats / TableSpcResult / SpcSeriesResult /
SpcRuleViolation / TableQualityResult / QualityCheckResult /
QualityCheckSpec / QualityCheckEvidence / TableMaintenanceResult are
defined canonically in platform-schemas/services/dataplane-maintenance/.
services/provider-transformations queue jobs write them through
parable-dataplane-quality-rs, and this schema imports them through the
dataplane-maintenance schema dependency.
Only the workspace-scoped bulk response wrappers live here; they carry
the web-api-specific *Version fields and bundle the canonical result
types for the proxy surface.