Hi, This code is not working ``` expose :active, documentation: { type: 'boolean', default: true, desc: 'If the code can be used'} ``` It is generating a schema as `{"active": false}`. Any Thing wrong with code?