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 start
If you are on Windows, use the start:windows
script instead:
npm i && npm run start:windows