{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/ministerie-van-binnenlandse-zaken-en-koninkrijksrelaties/_shared/correctionimpact",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"correctionRequest": {
"type": "string"
},
"ppDispatchResponse": {
"type": "string"
}
},
"required": [
"correctionRequest",
"ppDispatchResponse"
],
"type": "object",
"x-derived-from": [
"https://publiek.broservices.nl/gm/gmw/v1/material-history/openapi#/components/schemas/CorrectionImpact",
"https://publiek.broservices.nl/gm/gmw/v1/material-history/openapi.json#/components/schemas/CorrectionImpact"
]
}