This example shows how to use the propertyNameForAdditionalProperties option on the JSON Schema input processor to change the property name that is used for representing additional properties.
Run this example using:
npm i && npm run startIf you are on Windows, use the start:windows script instead:
npm i && npm run start:windows