Knowledge base MessagesEntitiesAttributesCode listsErrors and fixesProcessesRolesReleasesGlossaryEcosystemCompare Validator NL EN

Schema error

creationDateTime not a valid date-time

Symptom

Schema error 'must match format date-time'.

Cause

The timestamp was delivered as a date without time, without time zone or in a local format. The schema requires RFC 3339, for example 2026-09-30T17:00:00Z or with offset +02:00.

Fix

Serialise as ISO 8601/RFC 3339 with time zone.

Wrong and right

Wrong

{ "creationDateTime": "30-09-2026 17:00" }

Right

{ "creationDateTime": "2026-09-30T17:00:00+02:00" }

Check your own message for this and all other errors with the free validator: schema, code lists and consistency checks in one report.Validate a message

Attribution. Source: SIVI – VB-PUO Standard. Schemas, attribute descriptions and code lists are taken unchanged from the VB-PUO Standard (owned by the Pensioenfederatie, managed by SIVI) and shown with their release and version. Explanations, examples, error descriptions and translations are by WTP Data Lab and are not part of the standard. GitHub Stichting-SIVI/VBPUOdsk · Manual · sivi.org