json-node-normalizer icon indicating copy to clipboard operation
json-node-normalizer copied to clipboard

feat(default): add default value support.

Open benjamin-allion opened this issue 4 years ago • 0 comments

Example :

In schema definition, if we have something like :

"enable": {
  "type": "boolean",
  "default": true
},

The normalization process should put the default value into the item.

benjamin-allion avatar Apr 12 '21 08:04 benjamin-allion