singhabh27

Results 12 comments of singhabh27

Hi @raosuhas, this is as per design. We use ASR bool converter in our service code. Example of existing case: ![image](https://user-images.githubusercontent.com/69506434/213977114-f10d7add-2ed7-468e-9685-7da59485c023.png)

> > ``` > > "VMwareCbtSecurityProfileDetails": { > > ``` > > VMwareCbtSecurityProfileDetails and VMwareCbtSecurityProfileInput, both have same schema. Why are these two being defined as two objects? I assume,...

> > ``` > > "targetVmSecurityType": { > > ``` > > Observed that targetVmSecurityType in this VMwareCbtSecurityProfileDetails object is of type string, whereas in VMwareCbtSecurityProfileInput, it is of type...

> > ``` > > } > > ``` > > These 4 properties start with "is" indicating they should be booleans (or better, enums)? Why are these strings? >...

> > ``` > > "description": "A value indicating the inplace OS Upgrade version.", > > ``` > > The description doesn't seem to be apt? Do you mean something...

> > > > ``` > > > > } > > > > ``` > > > > > > > > > These 4 properties start with "is"...