v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
Indicator DSD

Validate project DSD structure and data

Validates bound global DSD structure first. Data checks (column presence, codelist allow-lists, observation-key uniqueness) run only when structure is valid and published timeseries data exists in DuckDB. Always returns HTTP 200 with a report when the project exists (use valid and nested blocks, not only HTTP status).

get/indicator_dsd/validate/{sid}

Path parameters

sidstring required

Project numeric id or idno

Response

Validation report (HTTP 200 even when validation fails)

status'success' | 'failed' required

Mirrors overall validation outcome

validboolean required

False when structure or data validation has errors

errorsstring[]
warningsstring[]
summaryobject