Skip to content

Latest commit

 

History

History

json-schema-additional-properties-representation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

JSON Schema change property name for additional properties

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.

How to run this example

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