Currently adding/changing/removing a 'default' is not detected. **V1** ``` schema: type: integer ``` **V2 (with 'default' added)** ``` schema: type: integer default: -1 ``` Same with changing/removing it.