Knowledge base MessagesEntitiesAttributesCode listsErrors and fixesProcessesRolesReleasesGlossaryEcosystemCompare Validator NL EN

Schema error

Unknown field (additionalProperties = false)

Symptom

Schema error 'must NOT have additional properties' with the name of the extra field.

Cause

Every entity in the schemas excludes unknown fields. Typical causes: a field from an older release (for example tradeQuantity in message 10, the cohort-pool layer), an own extension, or a typo in a field name.

Fix

Remove the field or request a change via the formal process; check field names against the attribute list of the release.

Wrong and right

Wrong

{ "entityType": "pool", "refKey": "POOL-01", "unitPrice": 12.34 }

Right

{ "entityType": "pool", "refKey": "POOL-01", "preliminaryUnitValueAmount": 12.345678 }

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